Searched refs:dp_options (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/xnu-2782.1.97/bsd/netinet/
H A Ddhcp.h58 u_char dp_options[0]; /* variable-length options field */ member in struct:dhcp
H A Ddhcp_options.c369 * First the pkt->dp_options is parsed. If that contains
385 if (bcmp(pkt->dp_options, rfc_magic, RFC_MAGIC_SIZE)) {
389 if (dhcpol_parse_buffer(options, pkt->dp_options + RFC_MAGIC_SIZE,
640 bcopy(tests[i].data, pkt->dp_options, tests[i].len);
H A Din_dhcp.c224 bcopy(rfc_magic, request->dp_options, RFC_MAGIC_SIZE);
225 dhcpoa_init(options_p, request->dp_options + RFC_MAGIC_SIZE,
/macosx-10.10/bootp-298/bootplib/
H A Ddhcp.h54 u_char dp_options[0]; /* variable-length options field */ member in struct:dhcp
H A Ddhcp_options.c885 * First the pkt->dp_options is parsed. If that contains
905 if (bcmp(pkt->dp_options, rfc_magic, RFC_MAGIC_SIZE)) {
910 if (dhcpol_parse_buffer(options, pkt->dp_options + RFC_MAGIC_SIZE,
1421 bcopy(tests[i].data, pkt->dp_options, tests[i].len);
1444 bcopy(overload_tests[i].data, pkt->dp_options,
/macosx-10.10/bootp-298/bootpd.tproj/
H A Ddhcpd.c291 bcopy(rfc_magic, reply->dp_options, sizeof(rfc_magic));
292 dhcpoa_init(options, reply->dp_options + sizeof(rfc_magic),
H A Dbsdpd.c2097 bcopy(rfc_magic, reply->dp_options, sizeof(rfc_magic));
2098 dhcpoa_init(options, reply->dp_options + sizeof(rfc_magic),
/macosx-10.10/ppp-786.1.1/Helpers/pppd/
H A Dacsp.c1492 u_char dp_options[0]; /* variable-length options field */ member in struct:dhcp
1589 p = dp->dp_options;
1784 p = dp->dhcp.dp_options;
1994 p = dp->dhcp.dp_options;
2376 p = dp->dp_options;
/macosx-10.10/bootp-298/BSDPClient/
H A DBSDPClient.c465 bcopy(rfc_magic, request->dp_options, sizeof(rfc_magic));
466 dhcpoa_init(options_p, request->dp_options + sizeof(rfc_magic),
/macosx-10.10/bootp-298/IPConfiguration.bproj/
H A Ddhcp.c411 bcopy(G_rfc_magic, request->dp_options, sizeof(G_rfc_magic));
412 dhcpoa_init(options_p, request->dp_options + sizeof(G_rfc_magic),

Completed in 325 milliseconds