Home
last modified time | relevance | path

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

/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()
/external/dhcpcd-6.8.2/
Ddhcp.h45 #define MAGIC_COOKIE 0x63825363 macro
Ddhcp.c165 if (dhcp->cookie != htonl(MAGIC_COOKIE)) { in get_option()
741 state->new->cookie == htonl(MAGIC_COOKIE))))) in make_message()
772 dhcp->cookie = htonl(MAGIC_COOKIE); in make_message()
786 if (lease->addr.s_addr && lease->cookie == htonl(MAGIC_COOKIE)) { in make_message()
1692 (state->new->cookie == htonl(MAGIC_COOKIE) || in send_message()
2083 } else if (state->new->cookie != htonl(MAGIC_COOKIE)) { in dhcp_bind()
2189 state->new->cookie != htonl(MAGIC_COOKIE)) in dhcp_bind()
2441 state->new->cookie == htonl(MAGIC_COOKIE)) in dhcp_drop()
3315 if (dhcp->cookie != htonl(MAGIC_COOKIE)) { in dhcp_handlepacket()
Dipv4.c238 int sill = (sis->new->cookie == htonl(MAGIC_COOKIE)); in ipv4_ifcmp()
239 int till = (tis->new->cookie == htonl(MAGIC_COOKIE)); in ipv4_ifcmp()