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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Ddhcp_options.h182 typedef ptrlist_t dhcpol_t; typedef
186 void dhcpol_init(dhcpol_t * list);
187 void dhcpol_free(dhcpol_t * list);
188 int dhcpol_count(dhcpol_t * list);
189 boolean_t dhcpol_add(dhcpol_t * list, const void * element);
190 const void * dhcpol_element(dhcpol_t * list, int i);
191 boolean_t dhcpol_concat(dhcpol_t * list, dhcpol_t * extra);
192 boolean_t dhcpol_parse_buffer(dhcpol_t * list,
195 const void * dhcpol_find(dhcpol_t * lis
[all...]
H A Ddhcp_options.c192 dhcpol_add(dhcpol_t * list, const void * element)
198 dhcpol_count(dhcpol_t * list)
204 dhcpol_element(dhcpol_t * list, int i)
210 dhcpol_init(dhcpol_t * list)
216 dhcpol_free(dhcpol_t * list)
222 dhcpol_concat(dhcpol_t * list, dhcpol_t * extra)
232 * list of option pointers in the given dhcpol_t.
237 dhcpol_parse_buffer(dhcpol_t * list, const void * buffer, int length)
294 dhcpol_find(dhcpol_t * lis
[all...]
H A Din_dhcp.c386 rate_packet(dhcpol_t * options_p)
401 get_dhcp_msgtype(dhcpol_t * options_p)
432 dhcpol_t options;
621 dhcpol_t options;
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dnetboot.c329 dhcpol_t options;
517 dhcpol_t options;

Completed in 32 milliseconds