Searched refs:dhcpol_find (Results 1 – 3 of 3) sorted by relevance
| /xnu-8796.141.3/bsd/netinet/ |
| H A D | dhcp_options.c | 290 dhcpol_find(dhcpol_t * list, int tag, int * len_p, int * start) in dhcpol_find() function 353 overload = dhcpol_find(options, dhcptag_option_overload_e, in dhcpol_parse_packet()
|
| H A D | dhcp_options.h | 194 const void * dhcpol_find(dhcpol_t * list, int tag, int * len_p,
|
| /xnu-8796.141.3/bsd/kern/ |
| H A D | netboot.c | 294 path = (const char *)dhcpol_find(&options, in get_root_path() 465 dhcpol_find(&options, in get_ip_parameters() 471 dhcpol_find(&options, dhcptag_router_e, &len, NULL); in get_ip_parameters()
|