Home
last modified time | relevance | path

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

/freebsd/sys/netinet/libalias/
H A Dalias_pptp.c241 #define PPTP_INIT_VALUE ((0x2001 << 16) | PPTP_GRE_PROTO) macro
474 if ((ntohl(*((u_int32_t *)gr)) & PPTP_INIT_MASK) != PPTP_INIT_VALUE) in AliasHandlePptpGreOut()
498 if ((ntohl(*((u_int32_t *)gr)) & PPTP_INIT_MASK) != PPTP_INIT_VALUE) in AliasHandlePptpGreIn()
/freebsd/sys/netgraph/
H A Dng_pptpgre.c117 #define PPTP_INIT_VALUE ((0x2001 << 16) | PPTP_GRE_PROTO) macro
627 be32enc(gre, PPTP_INIT_VALUE); in ng_pptpgre_xmit()
822 if ((be32dec(gre) & PPTP_INIT_MASK) != PPTP_INIT_VALUE) { in ng_pptpgre_rcvdata_lower()