Searched refs:dhcpoa_add (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Ddhcp_options.h251 dhcpoa_add(dhcpoa_t * oa_p, dhcptag_t tag, int len, const void * data);
H A Din_dhcp.c231 dhcpoa_add(options_p, dhcptag_parameter_request_list_e,
237 dhcpoa_add(options_p, dhcptag_client_identifier_e, hwlen + 1, cid);
513 dhcpoa_add(options_p, dhcptag_requested_ip_address_e,
515 dhcpoa_add(options_p, dhcptag_server_identifier_e,
517 dhcpoa_add(options_p, dhcptag_end_e, 0, 0);
721 dhcpoa_add(options_p, dhcptag_lease_time_e,
723 dhcpoa_add(options_p, dhcptag_end_e, 0, 0);
H A Ddhcp_options.c467 * Function: dhcpoa_add
473 dhcpoa_add(dhcpoa_t * oa_p, dhcptag_t tag, int len, const void * option) function
539 return (dhcpoa_add(oa_p, dhcptag_dhcp_message_type_e,

Completed in 20 milliseconds