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

/darwin-on-arm/xnu/bsd/netinet/
H A Ddhcp_options.c376 char rfc_magic[4] = RFC_OPTIONS_MAGIC; local
385 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 62 milliseconds