OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
)))
229
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
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
)) {
[
all
...]
dhcpcd.c
716
if (dhcp->cookie != htonl(
MAGIC_COOKIE
)) {
752
iface->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 50 milliseconds