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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Ddhcp_options.h195 const void * dhcpol_find(dhcpol_t * list, int tag, int * len_p,
198 void * dhcpol_get(dhcpol_t * list, int tag, int * len_p);
H A Ddhcp_options.c294 dhcpol_find(dhcpol_t * list, int tag, int * len_p, int * start) argument
308 if (len_p)
309 *len_p = option[DHCP_LEN_OFFSET];
331 dhcpol_get(dhcpol_t * list, int tag, int * len_p)
356 *len_p = data_len;

Completed in 23 milliseconds