Searched refs:ENCAP_PROTO (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/netinet/
H A Dip_mroute.c259 #define ENCAP_PROTO IPPROTO_IPIP /* 4 */ macro
272 ENCAP_TTL, ENCAP_PROTO,
1575 * ENCAP_PROTO and a local destination address).
2140 old_proto4_input = ip_protox[ENCAP_PROTO]->pr_input;
2141 ip_protox[ENCAP_PROTO]->pr_input = X_ipip_input;
2157 ip_protox[ENCAP_PROTO]->pr_input = old_proto4_input;

Completed in 23 milliseconds