Home
last modified time | relevance | path

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

/external/tcpdump/
Dipproto.h82 #ifndef IPPROTO_GRE
83 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
Dipproto.c40 { IPPROTO_GRE, "GRE" },
Dprint-ip6.c246 case IPPROTO_GRE: in ip6_print()
Dprint-ip.c448 case IPPROTO_GRE: in ip_print_demux()
/external/kernel-headers/original/uapi/linux/
Din.h54 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator
55 #define IPPROTO_GRE IPPROTO_GRE macro
/external/iproute2/include/linux/
Din.h54 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator
55 #define IPPROTO_GRE IPPROTO_GRE macro
/external/iproute2/ip/
Dip6tunnel.c112 if (p->proto == IPPROTO_GRE) { in print_tunnel()
156 p->proto = IPPROTO_GRE; in parse_args()
368 p1.proto = IPPROTO_GRE; in do_tunnels_list()
421 if (p.proto == IPPROTO_GRE) in do_add()
439 if (p.proto == IPPROTO_GRE) in do_del()
Diptunnel.c84 set_tunnel_proto(p, IPPROTO_GRE); in parse_args()
200 p->iph.protocol = IPPROTO_GRE; in parse_args()
216 (p->iph.protocol != IPPROTO_GRE)) { in parse_args()
256 case IPPROTO_GRE: in tnl_defname()
Dtunnel.c48 case IPPROTO_GRE: in tnl_strproto()
Dipxfrm.c489 case IPPROTO_GRE: in xfrm_selector_print()
1366 case IPPROTO_GRE: in xfrm_selector_upspec_parse()
Dxfrm_policy.c79 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE)); in usage()
Dxfrm_state.c105 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE)); in usage()
/external/strace/xlat/
Dinet_protocols.h59 #if defined(IPPROTO_GRE) || (defined(HAVE_DECL_IPPROTO_GRE) && HAVE_DECL_IPPROTO_GRE)
60 XLAT(IPPROTO_GRE),
Dinet_protocols.in17 IPPROTO_GRE
/external/iproute2/examples/bpf/
Dbpf_prog.c268 if (*ip_proto != IPPROTO_GRE) { in flow_parse_ipv4()
330 case IPPROTO_GRE: { in flow_dissector()
/external/android-clat/
Dipv4.c133 } else if (nxthdr == IPPROTO_GRE) { in ipv4_packet()
Dipv6.c165 } else if (protocol == IPPROTO_GRE) { in ipv6_packet()
/external/toybox/toys/pending/
Dip.c2349 (ptnl->iph.protocol == IPPROTO_GRE ? "gre" : in display_tunnel()
2464 ptnl->iph.protocol = IPPROTO_GRE; in parse_iptunnel_args()
2617 else if (iptnl.iph.protocol == IPPROTO_GRE) in tunnellist()
2649 else if (iptnl.iph.protocol == IPPROTO_GRE) in tunnelupdate()