Home
last modified time | relevance | path

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

/xnu-8792.61.2/bsd/netinet/
H A Din_proto.c208 .pr_protocol = IPPROTO_GRE,
H A Din.h163 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
H A Din.c2836 case IPPROTO_GRE: in ipproto_cassert()
/xnu-8792.61.2/bsd/net/
H A Dpf.c877 case IPPROTO_GRE: in pf_state_compare_lan_ext()
997 case IPPROTO_GRE: in pf_state_compare_ext_gwy()
1908 case IPPROTO_GRE: in pf_print_sk_host()
1941 case IPPROTO_GRE: in pf_print_state()
2057 case IPPROTO_GRE: in pf_calc_skip_steps()
2062 if (prev->proto == IPPROTO_GRE || in pf_calc_skip_steps()
2081 case IPPROTO_GRE: in pf_calc_skip_steps()
2094 if (prev->proto == IPPROTO_GRE || in pf_calc_skip_steps()
2987 case IPPROTO_GRE: in pf_match_xport()
4970 case IPPROTO_GRE: in pf_test_rule()
[all …]
H A Dif_bridge.c7560 iphdr.ip_p != IPPROTO_GRE) {