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

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Ddhcp_options.c375 char rfc_magic[4] = RFC_OPTIONS_MAGIC; local
384 if (bcmp(pkt->dp_options, rfc_magic, RFC_MAGIC_SIZE)) {
H A Din_dhcp.c212 uint8_t rfc_magic[RFC_MAGIC_SIZE] = RFC_OPTIONS_MAGIC; local
224 bcopy(rfc_magic, request->dp_options, RFC_MAGIC_SIZE);

Completed in 25 milliseconds