Searched refs:IPPROTO_GRE (Results 1 – 10 of 10) sorted by relevance
84 #ifndef IPPROTO_GRE85 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
44 { IPPROTO_GRE, "GRE" },
215 case IPPROTO_GRE: in ip6_print()
501 case IPPROTO_GRE: in ip_print_demux()
78 if (p->iph.protocol && p->iph.protocol != IPPROTO_GRE) { in parse_args()82 p->iph.protocol = IPPROTO_GRE; in parse_args()215 p->iph.protocol = IPPROTO_GRE; in parse_args()273 case IPPROTO_GRE: in do_add()294 case IPPROTO_GRE: in do_del()479 case IPPROTO_GRE: in do_show()
49 case IPPROTO_GRE: in tnl_strproto()
37 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator
335 #ifdef IPPROTO_GRE in FilterCheck()336 case IPPROTO_GRE: in FilterCheck()710 #ifdef IPPROTO_GRE in PacketCheck()711 case IPPROTO_GRE: in PacketCheck()
495 #ifdef IPPROTO_GRE496 { IPPROTO_GRE, "IPPROTO_GRE" },
461 * net.c (protocols): Add IPPROTO_GRE, IPPROTO_SCTP and IPPROTO_UDPLITE.