HomeSort by relevance Sort by last modified time
    Searched refs:MAGIC_COOKIE (Results 1 - 7 of 7) sorted by null

  /external/dhcpcd/
if-pref.c 55 sill = (si->state->new->cookie == htonl(MAGIC_COOKIE));
56 till = (ti->state->new->cookie == htonl(MAGIC_COOKIE));
arp.c 85 iface->state->offer->cookie != htonl(MAGIC_COOKIE)) ||
87 iface->state->new->cookie != htonl(MAGIC_COOKIE)))
227 if (state->new->cookie != htonl(MAGIC_COOKIE)) {
dhcp.h 46 #define MAGIC_COOKIE 0x63825363
bind.c 147 } else if (state->new->cookie != htonl(MAGIC_COOKIE)) {
dhcp.c 854 iface->state->new->cookie == htonl(MAGIC_COOKIE)))))
885 dhcp->cookie = htonl(MAGIC_COOKIE);
897 if (lease->addr.s_addr && lease->cookie == htonl(MAGIC_COOKIE)) {
dhcpcd.c 690 if (dhcp->cookie != htonl(MAGIC_COOKIE)) {
726 iface->state->new->cookie == htonl(MAGIC_COOKIE))
1295 ifp->state->new->cookie == htonl(MAGIC_COOKIE))
    [all...]
  /external/mtpd/
pptp.c 63 #define MAGIC_COOKIE htonl(0x1A2B3C4D)
141 outgoing.header.cookie = MAGIC_COOKIE;
189 if (incoming.header.cookie != MAGIC_COOKIE) {

Completed in 62 milliseconds