/src/usr.bin/rump_dhcpclient/ |
dhcp.c | 285 get_option_addr(struct in_addr *a, const struct dhcp_message *dhcp, function in typeref:typename:int 756 if (get_option_addr(&lease->net, dhcp, DHO_SUBNETMASK) == -1) 758 if (get_option_addr(&lease->brd, dhcp, DHO_BROADCAST) == -1) 771 if (get_option_addr(&lease->server, dhcp, DHO_SERVERID) != 0)
|
dhcp.h | 181 int get_option_addr(struct in_addr *, const struct dhcp_message *, uint8_t);
|
dhcp.c | 285 get_option_addr(struct in_addr *a, const struct dhcp_message *dhcp, function in typeref:typename:int 756 if (get_option_addr(&lease->net, dhcp, DHO_SUBNETMASK) == -1) 758 if (get_option_addr(&lease->brd, dhcp, DHO_BROADCAST) == -1) 771 if (get_option_addr(&lease->server, dhcp, DHO_SERVERID) != 0)
|
dhcp.h | 181 int get_option_addr(struct in_addr *, const struct dhcp_message *, uint8_t);
|
dhcp.c | 285 get_option_addr(struct in_addr *a, const struct dhcp_message *dhcp, function in typeref:typename:int 756 if (get_option_addr(&lease->net, dhcp, DHO_SUBNETMASK) == -1) 758 if (get_option_addr(&lease->brd, dhcp, DHO_BROADCAST) == -1) 771 if (get_option_addr(&lease->server, dhcp, DHO_SERVERID) != 0)
|
dhcp.h | 181 int get_option_addr(struct in_addr *, const struct dhcp_message *, uint8_t);
|
configure.c | 195 if (get_option_addr(&net, dhcp, DHO_SUBNETMASK) == -1)
|
configure.c | 195 if (get_option_addr(&net, dhcp, DHO_SUBNETMASK) == -1)
|
configure.c | 195 if (get_option_addr(&net, dhcp, DHO_SUBNETMASK) == -1)
|