Searched refs:dhcpol_t (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.61.12/bsd/netinet/ |
| H A D | dhcp_options.h | 181 typedef ptrlist_t dhcpol_t; typedef 185 void dhcpol_init(dhcpol_t * list); 186 void dhcpol_free(dhcpol_t * list); 187 int dhcpol_count(dhcpol_t * list); 188 boolean_t dhcpol_add(dhcpol_t * list, const void * element); 189 const void * dhcpol_element(dhcpol_t * list, int i); 190 boolean_t dhcpol_concat(dhcpol_t * list, dhcpol_t * extra); 191 boolean_t dhcpol_parse_buffer(dhcpol_t * list, 194 const void * dhcpol_find(dhcpol_t * list, int tag, int * len_p, 196 boolean_t dhcpol_parse_packet(dhcpol_t * options,
|
| H A D | dhcp_options.c | 184 dhcpol_add(dhcpol_t * list, const void * element) in dhcpol_add() 190 dhcpol_count(dhcpol_t * list) in dhcpol_count() 196 dhcpol_element(dhcpol_t * list, int i) in dhcpol_element() 202 dhcpol_init(dhcpol_t * list) in dhcpol_init() 208 dhcpol_free(dhcpol_t * list) in dhcpol_free() 214 dhcpol_concat(dhcpol_t * list, dhcpol_t * extra) in dhcpol_concat() 229 dhcpol_parse_buffer(dhcpol_t * list, const void * buffer, int length) in dhcpol_parse_buffer() 290 dhcpol_find(dhcpol_t * list, int tag, int * len_p, int * start) in dhcpol_find() 330 dhcpol_parse_packet(dhcpol_t * options, const struct dhcp * pkt, int len) in dhcpol_parse_packet() 356 dhcpol_t extra; in dhcpol_parse_packet() [all …]
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | netboot.c | 287 dhcpol_t options; in get_root_path() 458 dhcpol_t options; in get_ip_parameters()
|