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

/freebsd-10.0-release/sys/netinet/libalias/
H A Dalias_pptp.c250 #define PPTP_INIT_VALUE ((0x2001 << 16) | PPTP_GRE_PROTO) macro
483 if ((ntohl(*((u_int32_t *) gr)) & PPTP_INIT_MASK) != PPTP_INIT_VALUE)
507 if ((ntohl(*((u_int32_t *) gr)) & PPTP_INIT_MASK) != PPTP_INIT_VALUE)
/freebsd-10.0-release/sys/netgraph/
H A Dng_pptpgre.c112 #define PPTP_INIT_VALUE ((0x2001 << 16) | PPTP_GRE_PROTO) macro
574 be32enc(gre, PPTP_INIT_VALUE);
712 if ((be32dec(gre) & PPTP_INIT_MASK) != PPTP_INIT_VALUE) {

Completed in 180 milliseconds