Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dpf.c866 if (a->proto_variant == PF_GRE_PPTP_VARIANT && in pf_state_compare_lan_ext()
993 if (a->proto_variant == PF_GRE_PPTP_VARIANT && in pf_state_compare_ext_gwy()
1950 if (proto_variant == PF_GRE_PPTP_VARIANT) { in pf_print_sk_host()
3029 if (proto_variant == PF_GRE_PPTP_VARIANT) { in pf_match_xport()
5011 if (pd->proto_variant == PF_GRE_PPTP_VARIANT) { in pf_test_rule()
5167 (pd->proto_variant == PF_GRE_PPTP_VARIANT)) { in pf_test_rule()
5499 PF_GRE_PPTP_VARIANT) { in pf_test_rule()
6289 if (pd->proto_variant == PF_GRE_PPTP_VARIANT) { in pf_test_dummynet()
6710 gsk->proto_variant = PF_GRE_PPTP_VARIANT; in pf_pptp_handler()
6846 key.proto_variant = PF_GRE_PPTP_VARIANT; in pf_pptp_handler()
[all …]
H A Dpfvar.h171 #define PF_GRE_PPTP_VARIANT 0x01 macro