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

/external/dhcpcd/
H A Dif-pref.c55 sill = (si->state->new->cookie == htonl(MAGIC_COOKIE));
56 till = (ti->state->new->cookie == htonl(MAGIC_COOKIE));
H A Darp.c85 iface->state->offer->cookie != htonl(MAGIC_COOKIE)) ||
87 iface->state->new->cookie != htonl(MAGIC_COOKIE)))
229 if (state->new->cookie != htonl(MAGIC_COOKIE)) {
H A Ddhcp.h46 #define MAGIC_COOKIE 0x63825363 macro
H A Dbind.c147 } else if (state->new->cookie != htonl(MAGIC_COOKIE)) {
H A Ddhcp.c926 iface->state->new->cookie == htonl(MAGIC_COOKIE)))))
957 dhcp->cookie = htonl(MAGIC_COOKIE);
969 if (lease->addr.s_addr && lease->cookie == htonl(MAGIC_COOKIE)) {
H A Ddhcpcd.c716 if (dhcp->cookie != htonl(MAGIC_COOKIE)) {
752 iface->state->new->cookie == htonl(MAGIC_COOKIE))
1359 ifp->state->new->cookie == htonl(MAGIC_COOKIE))
1745 (iface->state->new->cookie == htonl(MAGIC_COOKIE) ||
/external/mtpd/
H A Dpptp.c63 #define MAGIC_COOKIE htonl(0x1A2B3C4D) macro
141 outgoing.header.cookie = MAGIC_COOKIE;
189 if (incoming.header.cookie != MAGIC_COOKIE) {

Completed in 393 milliseconds