Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet/
H A Din_proto.c208 .pr_protocol = IPPROTO_GRE,
H A Din.h163 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
/xnu-8019.80.24/bsd/net/
H A Dpf.c857 case IPPROTO_GRE: in pf_state_compare_lan_ext()
977 case IPPROTO_GRE: in pf_state_compare_ext_gwy()
1887 case IPPROTO_GRE: in pf_print_sk_host()
1920 case IPPROTO_GRE: in pf_print_state()
2036 case IPPROTO_GRE: in pf_calc_skip_steps()
2041 if (prev->proto == IPPROTO_GRE || in pf_calc_skip_steps()
2060 case IPPROTO_GRE: in pf_calc_skip_steps()
2073 if (prev->proto == IPPROTO_GRE || in pf_calc_skip_steps()
2930 case IPPROTO_GRE: in pf_match_xport()
4890 case IPPROTO_GRE: in pf_test_rule()
[all …]
H A Dif_bridge.c7321 iphdr.ip_p != IPPROTO_GRE) {