Home | History | Annotate | Download | only in dhcpcd

Lines Matching refs:MAGIC_COOKIE

926 			iface->state->new->cookie == htonl(MAGIC_COOKIE)))))
957 dhcp->cookie = htonl(MAGIC_COOKIE);
969 if (lease->addr.s_addr && lease->cookie == htonl(MAGIC_COOKIE)) {