Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/netinet/
H A Ddhcp_options.c341 if (bcmp(pkt->dp_options, rfc_magic, RFC_MAGIC_SIZE)) { in dhcpol_parse_packet()
345 if (dhcpol_parse_buffer(options, pkt->dp_options + RFC_MAGIC_SIZE, in dhcpol_parse_packet()
452 bcopy(tests[i].data, pkt->dp_options, tests[i].len); in main()
H A Ddhcp.h57 u_char dp_options[0];/* variable-length options field */ member