Searched refs:DHCP_COOKIE (Results 1 – 3 of 3) sorted by relevance
44 #define DHCP_COOKIE 0x63825363 macro164 packet.cookie = htonl(DHCP_COOKIE); in main()
54 #define DHCP_COOKIE 0x63825363 macro298 packet.cookie = htonl(DHCP_COOKIE); in main()
23 #define DHCP_COOKIE 0x63825363 macro170 if (*((u32 *)&mess->options) != htonl(DHCP_COOKIE)) in dhcp_reply()