OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAGIC_COOKIE
(Results
1 - 4
of
4
) sorted by null
/external/mtpd/
pptp.c
62
#define
MAGIC_COOKIE
htonl(0x1A2B3C4D)
140
outgoing.header.cookie =
MAGIC_COOKIE
;
188
if (incoming.header.cookie !=
MAGIC_COOKIE
) {
/external/dhcpcd/
dhcp.h
47
#define
MAGIC_COOKIE
0x63825363
dhcp.c
815
dhcp->cookie = htonl(
MAGIC_COOKIE
);
client.c
[
all
...]
Completed in 261 milliseconds