Searched refs:PPTP_MAGIC_COOKIE (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-pptp.c45 #define PPTP_MAGIC_COOKIE 0x1a2b3c4d /* for sanity check */ macro
987 if (mc != PPTP_MAGIC_COOKIE) {
990 if (vflag || mc != PPTP_MAGIC_COOKIE) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/
H A Dctrlpacket.c322 if (ntohl(header->magic) != PPTP_MAGIC_COOKIE) {
342 where.header.magic = htonl(PPTP_MAGIC_COOKIE); \
H A Dpptpdefs.h40 #define PPTP_MAGIC_COOKIE 0x1a2b3c4d macro
H A Dpptpmanager.c345 if (ph.magic != PPTP_MAGIC_COOKIE) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/netfilter/
H A Dnf_conntrack_pptp.h54 #define PPTP_MAGIC_COOKIE 0x1a2b3c4d macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dnf_conntrack_pptp.c542 ntohl(pptph->magicCookie) != PPTP_MAGIC_COOKIE) {

Completed in 109 milliseconds