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

/macosx-10.5.8/xnu-1228.15.4/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);
531 dhcpoa_add(options_p, dhcptag_requested_ip_address_e,
533 dhcpoa_add(options_p, dhcptag_server_identifier_e,
535 dhcpoa_add(options_p, dhcptag_end_e, 0, 0);
739 dhcpoa_add(options_p, dhcptag_lease_time_e,
741 dhcpoa_add(options_p, dhcptag_end_e, 0, 0);
H A Ddhcp_options.c466 * Function: dhcpoa_add
472 dhcpoa_add(dhcpoa_t * oa_p, dhcptag_t tag, int len, const void * option) function
538 return (dhcpoa_add(oa_p, dhcptag_dhcp_message_type_e,

Completed in 28 milliseconds