|
iPXE
|
Slirp device configuration. More...
#include <slirp.h>
Data Fields | |
| uint32_t | version |
| Configuration version. More... | |
| int | restricted |
| Restrict to host loopback connections only. More... | |
| bool | in_enabled |
| IPv4 is enabled. More... | |
| struct in_addr | vnetwork |
| IPv4 network. More... | |
| struct in_addr | vnetmask |
| IPv4 netmask. More... | |
| struct in_addr | vhost |
| IPv4 host server address. More... | |
| bool | in6_enabled |
| IPv6 is enabled. More... | |
| struct in6_addr | vprefix_addr6 |
| IPv6 prefix. More... | |
| uint8_t | vprefix_len |
| IPv6 prefix length. More... | |
| struct in6_addr | vhost6 |
| IPv6 host server address. More... | |
| const char * | vhostname |
| Client hostname. More... | |
| const char * | tftp_server_name |
| TFTP server name. More... | |
| const char * | tftp_path |
| TFTP path prefix. More... | |
| const char * | bootfile |
| Boot filename. More... | |
| struct in_addr | vdhcp_start |
| DHCPv4 start address. More... | |
| struct in_addr | vnameserver |
| DNS IPv4 address. More... | |
| struct in_addr | vnameserver6 |
| DNS IPv6 address. More... | |
| const char ** | vdnssearch |
| DNS search list. More... | |
| const char * | vdomainname |
| Domain name. More... | |
| size_t | if_mtu |
| Interface MTU. More... | |
| size_t | if_mru |
| Interface MRU. More... | |
| bool | disable_host_loopback |
| Disable host loopback connections. More... | |
| bool | enable_emu |
| Enable emulation (apparently unsafe) More... | |
| int slirp_config::restricted |
| struct in6_addr slirp_config::vhost6 |
| struct in_addr slirp_config::vdhcp_start |
| bool slirp_config::disable_host_loopback |
| bool slirp_config::enable_emu |
1.8.15