OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:magic_cookie
(Results
1 - 8
of
8
) 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
930
iface->state->new->cookie == htonl(
MAGIC_COOKIE
)))))
961
dhcp->cookie = htonl(
MAGIC_COOKIE
);
973
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
) {
/external/tcpdump/
print-pptp.c
96
u_int32_t
magic_cookie
;
member in struct:pptp_hdr
985
TCHECK(hdr->
magic_cookie
);
986
mc = EXTRACT_32BITS(&hdr->
magic_cookie
);
Completed in 339 milliseconds