Home
last modified time | relevance | path

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

/external/tcpdump/
Dipproto.h84 #ifndef IPPROTO_GRE
85 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
Dipproto.c44 { IPPROTO_GRE, "GRE" },
Dprint-ip6.c215 case IPPROTO_GRE: in ip6_print()
Dprint-ip.c501 case IPPROTO_GRE: in ip_print_demux()
/external/iproute2/ip/
Diptunnel.c78 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()
Dtunnel.c49 case IPPROTO_GRE: in tnl_strproto()
/external/kernel-headers/original/linux/
Din.h37 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator
/external/libppp/src/
Dip.c335 #ifdef IPPROTO_GRE in FilterCheck()
336 case IPPROTO_GRE: in FilterCheck()
710 #ifdef IPPROTO_GRE in PacketCheck()
711 case IPPROTO_GRE: in PacketCheck()
/external/strace/
Dnet.c495 #ifdef IPPROTO_GRE
496 { IPPROTO_GRE, "IPPROTO_GRE" },
DChangeLog461 * net.c (protocols): Add IPPROTO_GRE, IPPROTO_SCTP and IPPROTO_UDPLITE.