Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/libalias/
H A Dalias_pptp.c251 #define PPTP_INIT_MASK 0xef7fffff macro
482 if ((ntohl(*((u_int32_t *) gr)) & PPTP_INIT_MASK) != PPTP_INIT_VALUE) in AliasHandlePptpGreOut()
506 if ((ntohl(*((u_int32_t *) gr)) & PPTP_INIT_MASK) != PPTP_INIT_VALUE) in AliasHandlePptpGreIn()
/f-stack/freebsd/netgraph/
H A Dng_pptpgre.c114 #define PPTP_INIT_MASK 0xef7fffff macro
818 if ((be32dec(gre) & PPTP_INIT_MASK) != PPTP_INIT_VALUE) { in ng_pptpgre_rcvdata_lower()