Searched refs:IPPROTO_IPIP (Results 1 – 8 of 8) sorted by relevance
32 IPPROTO_IPIP = 4, /* IPIP tunnels (older KA9Q tunnels use 94) */ enumerator33 #define IPPROTO_IPIP IPPROTO_IPIP macro
22 #if defined(IPPROTO_IPIP) || (defined(HAVE_DECL_IPPROTO_IPIP) && HAVE_DECL_IPPROTO_IPIP)23 XLAT(IPPROTO_IPIP),
7 IPPROTO_IPIP
71 if (p->iph.protocol && p->iph.protocol != IPPROTO_IPIP) { in parse_args()75 p->iph.protocol = IPPROTO_IPIP; in parse_args()217 p->iph.protocol = IPPROTO_IPIP; in parse_args()226 if (p->iph.protocol == IPPROTO_IPIP || p->iph.protocol == IPPROTO_IPV6) { in parse_args()271 case IPPROTO_IPIP: in do_add()292 case IPPROTO_IPIP: in do_del()481 case IPPROTO_IPIP: in do_show()
46 case IPPROTO_IPIP: in tnl_strproto()
126 p->proto = IPPROTO_IPIP; in parse_args()
192 #define IPPROTO_IPV4 IPPROTO_IPIP
117 #define IPPROTO_IPIP IPPROTO_IPV4 /* for compatibility */ macro