#include <pump.h>
Data Fields | |
char | device [IF_NAMESIZE] |
ip_addr_t | ip |
ip_addr_t | ipv4 |
ip_addr_t | ipv6 |
ip_addr_t | netmask |
ip_addr_t | broadcast |
ip_addr_t | network |
ip_addr_t | gateway |
ip_addr_t | nextServer |
ip_addr_t | dnsServers [MAX_DNS_SERVERS] |
int | set |
int | mtu |
int | numDns |
int | ipv6_prefixlen |
char * | bootFile |
char * | hostname |
char * | domain |
NLH_t | nh |
DHCP_nic * | dhcp_nic |
Code which uses any of the type ip_addr_t fields, that were type 'struct in_addr', now need to check the fields' .sa_family and deal with either AF_INET or AF_INET6 addresses (ip_addr_t is cast compatible with 'struct sockaddr_in' and 'struct sockaddr_in6').
Definition at line 114 of file pump.h.
char * pumpNetIntf::domain |