Home
last modified time | relevance | path

Searched refs:dhcpol_parse_buffer (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.121.2/bsd/netinet/
H A Ddhcp_options.c229 dhcpol_parse_buffer(dhcpol_t * list, const void * buffer, int length) in dhcpol_parse_buffer() function
345 if (dhcpol_parse_buffer(options, pkt->dp_options + RFC_MAGIC_SIZE, in dhcpol_parse_packet()
361 if (dhcpol_parse_buffer(&extra, pkt->dp_file, in dhcpol_parse_packet()
369 if (dhcpol_parse_buffer(&extra, pkt->dp_sname, in dhcpol_parse_packet()
H A Ddhcp_options.h191 boolean_t dhcpol_parse_buffer(dhcpol_t * list,