Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/net/
H A Dpf.c527 static const u_int32_t PF_PPTP_MAGIC_NUMBER = 0x1A2B3C4D; variable
6631 if (ntohl(cm.hdr.magic) != PF_PPTP_MAGIC_NUMBER) { in pf_pptp_handler()