Searched refs:MAGIC_COOKIE (Results 1 – 7 of 7) sorted by relevance
55 sill = (si->state->new->cookie == htonl(MAGIC_COOKIE)); in ifcmp()56 till = (ti->state->new->cookie == htonl(MAGIC_COOKIE)); in ifcmp()
85 iface->state->offer->cookie != htonl(MAGIC_COOKIE)) || in handle_arp_failure()87 iface->state->new->cookie != htonl(MAGIC_COOKIE))) in handle_arp_failure()229 if (state->new->cookie != htonl(MAGIC_COOKIE)) { in send_arp_announce()
46 #define MAGIC_COOKIE 0x63825363 macro
147 } else if (state->new->cookie != htonl(MAGIC_COOKIE)) { in bind_interface()
926 iface->state->new->cookie == htonl(MAGIC_COOKIE))))) in make_message()957 dhcp->cookie = htonl(MAGIC_COOKIE); in make_message()969 if (lease->addr.s_addr && lease->cookie == htonl(MAGIC_COOKIE)) { in make_message()
716 if (dhcp->cookie != htonl(MAGIC_COOKIE)) { in handle_dhcp_packet()752 iface->state->new->cookie == htonl(MAGIC_COOKIE)) in send_release()1359 ifp->state->new->cookie == htonl(MAGIC_COOKIE)) in handle_hwaddr()1745 (iface->state->new->cookie == htonl(MAGIC_COOKIE) || in open_sockets()
63 #define MAGIC_COOKIE htonl(0x1A2B3C4D) macro141 outgoing.header.cookie = MAGIC_COOKIE; in set_message()189 if (incoming.header.cookie != MAGIC_COOKIE) { in recv_packet()