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

/darwin-on-arm/xnu/bsd/netinet/
H A Din_dhcp.c209 dhcpoa_t * options_p)
225 dhcpoa_init(options_p, request->dp_options + RFC_MAGIC_SIZE,
228 dhcpoa_add_dhcpmsg(options_p, msg);
231 dhcpoa_add(options_p, dhcptag_parameter_request_list_e,
237 dhcpoa_add(options_p, dhcptag_client_identifier_e, hwlen + 1, cid);
368 rate_packet(dhcpol_t * options_p) argument
373 if (dhcpol_find(options_p, dhcptag_subnet_mask_e, &len, NULL) != NULL) {
376 if (dhcpol_find(options_p, dhcptag_router_e, &len, NULL) != NULL) {
383 get_dhcp_msgtype(dhcpol_t * options_p) argument
388 opt = dhcpol_find(options_p, dhcptag_dhcp_message_type_
206 make_dhcp_request(struct dhcp * request, int request_size, dhcp_msgtype_t msg, const uint8_t * hwaddr, uint8_t hwtype, int hwlen, dhcpoa_t * options_p) argument
497 dhcpoa_t * options_p; local
700 dhcpoa_t * options_p; local
[all...]

Completed in 16 milliseconds