Searched refs:dhcpol_find (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Ddhcp_options.h195 const void * dhcpol_find(dhcpol_t * list, int tag, int * len_p,
H A Din_dhcp.c391 if (dhcpol_find(options_p, dhcptag_subnet_mask_e, &len, NULL) != NULL) {
394 if (dhcpol_find(options_p, dhcptag_router_e, &len, NULL) != NULL) {
406 opt = dhcpol_find(options_p, dhcptag_dhcp_message_type_e, &len, NULL);
449 dhcpol_find(&options,
474 dhcpol_find(&options,
480 dhcpol_find(&options, dhcptag_router_e, &len, NULL);
644 dhcpol_find(&options,
658 dhcpol_find(&options,
664 dhcpol_find(&options, dhcptag_router_e, &len, NULL);
H A Ddhcp_options.c282 * Function: dhcpol_find
294 dhcpol_find(dhcpol_t * list, int tag, int * len_p, int * start) function
395 overload = dhcpol_find(options, dhcptag_option_overload_e,
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dnetboot.c336 path = (const char *)dhcpol_find(&options,
524 dhcpol_find(&options,
530 dhcpol_find(&options, dhcptag_router_e, &len, NULL);

Completed in 31 milliseconds