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)
|