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

/darwin-on-arm/xnu/bsd/netinet/
H A Ddhcp_options.h195 const void * dhcpol_find(dhcpol_t * list, int tag, int * len_p,
H A Din_dhcp.c373 if (dhcpol_find(options_p, dhcptag_subnet_mask_e, &len, NULL) != NULL) {
376 if (dhcpol_find(options_p, dhcptag_router_e, &len, NULL) != NULL) {
388 opt = dhcpol_find(options_p, dhcptag_dhcp_message_type_e, &len, NULL);
431 dhcpol_find(&options,
456 dhcpol_find(&options,
462 dhcpol_find(&options, dhcptag_router_e, &len, NULL);
626 dhcpol_find(&options,
640 dhcpol_find(&options,
646 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
396 overload = dhcpol_find(options, dhcptag_option_overload_e,
/darwin-on-arm/xnu/bsd/kern/
H A Dnetboot.c304 path = (const char *)dhcpol_find(&options,
517 dhcpol_find(&options,
523 dhcpol_find(&options, dhcptag_router_e, &len, NULL);

Completed in 19 milliseconds