Searched refs:IPPROTO_GRE (Results 1 – 18 of 18) sorted by relevance
/external/tcpdump/ |
D | ipproto.h | 82 #ifndef IPPROTO_GRE 83 #define IPPROTO_GRE 47 /* General Routing Encap. */ macro
|
D | ipproto.c | 40 { IPPROTO_GRE, "GRE" },
|
D | print-ip6.c | 246 case IPPROTO_GRE: in ip6_print()
|
D | print-ip.c | 448 case IPPROTO_GRE: in ip_print_demux()
|
/external/kernel-headers/original/uapi/linux/ |
D | in.h | 54 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator 55 #define IPPROTO_GRE IPPROTO_GRE macro
|
/external/iproute2/include/linux/ |
D | in.h | 54 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */ enumerator 55 #define IPPROTO_GRE IPPROTO_GRE macro
|
/external/iproute2/ip/ |
D | ip6tunnel.c | 112 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()
|
D | iptunnel.c | 84 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()
|
D | tunnel.c | 48 case IPPROTO_GRE: in tnl_strproto()
|
D | ipxfrm.c | 489 case IPPROTO_GRE: in xfrm_selector_print() 1366 case IPPROTO_GRE: in xfrm_selector_upspec_parse()
|
D | xfrm_policy.c | 79 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE)); in usage()
|
D | xfrm_state.c | 105 fprintf(stderr, " %s", strxf_proto(IPPROTO_GRE)); in usage()
|
/external/strace/xlat/ |
D | inet_protocols.h | 59 #if defined(IPPROTO_GRE) || (defined(HAVE_DECL_IPPROTO_GRE) && HAVE_DECL_IPPROTO_GRE) 60 XLAT(IPPROTO_GRE),
|
D | inet_protocols.in | 17 IPPROTO_GRE
|
/external/iproute2/examples/bpf/ |
D | bpf_prog.c | 268 if (*ip_proto != IPPROTO_GRE) { in flow_parse_ipv4() 330 case IPPROTO_GRE: { in flow_dissector()
|
/external/android-clat/ |
D | ipv4.c | 133 } else if (nxthdr == IPPROTO_GRE) { in ipv4_packet()
|
D | ipv6.c | 165 } else if (protocol == IPPROTO_GRE) { in ipv6_packet()
|
/external/toybox/toys/pending/ |
D | ip.c | 2349 (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()
|