Searched refs:PPTP_INIT_VALUE (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/netinet/libalias/
H A Dalias_pptp.c243 #define PPTP_INIT_VALUE ((0x2001 << 16) | PPTP_GRE_PROTO) macro
476 if ((ntohl(*((u_int32_t *)gr)) & PPTP_INIT_MASK) != PPTP_INIT_VALUE)
500 if ((ntohl(*((u_int32_t *)gr)) & PPTP_INIT_MASK) != PPTP_INIT_VALUE)
/freebsd-12-stable/sys/netgraph/
H A Dng_pptpgre.c113 #define PPTP_INIT_VALUE ((0x2001 << 16) | PPTP_GRE_PROTO) macro
623 be32enc(gre, PPTP_INIT_VALUE);
818 if ((be32dec(gre) & PPTP_INIT_MASK) != PPTP_INIT_VALUE) {

Completed in 109 milliseconds