Home
last modified time | relevance | path

Searched refs:MAGIC_COOKIE (Results 1 – 7 of 7) sorted by relevance

/external/dhcpcd/
Dif-pref.c55 sill = (si->state->new->cookie == htonl(MAGIC_COOKIE)); in ifcmp()
56 till = (ti->state->new->cookie == htonl(MAGIC_COOKIE)); in ifcmp()
Darp.c85 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()
Ddhcp.h46 #define MAGIC_COOKIE 0x63825363 macro
Dbind.c147 } else if (state->new->cookie != htonl(MAGIC_COOKIE)) { in bind_interface()
Ddhcp.c926 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()
Ddhcpcd.c716 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()
/external/mtpd/
Dpptp.c63 #define MAGIC_COOKIE htonl(0x1A2B3C4D) macro
141 outgoing.header.cookie = MAGIC_COOKIE; in set_message()
189 if (incoming.header.cookie != MAGIC_COOKIE) { in recv_packet()