HomeSort by relevance Sort by last modified time
    Searched refs:IPPROTO_GRE (Results 1 - 25 of 94) sorted by null

1 2 3 4

  /external/scapy/scapy/arch/
solaris.py 10 # IPPROTO_GRE is missing on Solaris
12 socket.IPPROTO_GRE = 47
  /external/tcpdump/
ipproto.h 83 #ifndef IPPROTO_GRE
84 #define IPPROTO_GRE 47 /* General Routing Encap. */
ipproto.c 39 { IPPROTO_GRE, "GRE" },
118 "gre", /* 47 (IPPROTO_GRE, Generic Routing
print-ip6.c 402 case IPPROTO_GRE:
  /bionic/libc/kernel/uapi/linux/
in.h 55 IPPROTO_GRE = 47,
56 #define IPPROTO_GRE IPPROTO_GRE
  /external/iproute2/include/uapi/linux/
in.h 55 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */
56 #define IPPROTO_GRE IPPROTO_GRE
  /external/kernel-headers/original/uapi/linux/
in.h 55 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */
56 #define IPPROTO_GRE IPPROTO_GRE
  /external/strace/xlat/
inet_protocols.h 54 #if defined(IPPROTO_GRE) || (defined(HAVE_DECL_IPPROTO_GRE) && HAVE_DECL_IPPROTO_GRE)
55 XLAT(IPPROTO_GRE),
  /external/libnetfilter_conntrack/src/conntrack/
snprintf.c 25 [IPPROTO_GRE] = "gre",
objopt.c 38 case IPPROTO_GRE:
  /external/iproute2/ip/
ip6tunnel.c 124 if (p->proto == IPPROTO_GRE) {
157 p->proto = IPPROTO_GRE;
376 p1.proto = IPPROTO_GRE;
429 if (p.proto == IPPROTO_GRE)
447 if (p.proto == IPPROTO_GRE)
iptunnel.c 82 set_tunnel_proto(p, IPPROTO_GRE);
198 p->iph.protocol = IPPROTO_GRE;
214 (p->iph.protocol != IPPROTO_GRE)) {
254 case IPPROTO_GRE:
tunnel.c 48 case IPPROTO_GRE:
  /external/android-clat/
ipv4.c 133 } else if (nxthdr == IPPROTO_GRE) {
ipv6.c 165 } else if (protocol == IPPROTO_GRE) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
in.h 37 IPPROTO_GRE = 47, /* Cisco GRE tunnels (rfc 1701,1702) */
  /kernel/tests/net/test/
packets.py 137 ip = scapy.IP(src=srcaddr, dst=dstaddr, proto=net_test.IPPROTO_GRE)
139 ip = scapy.IPv6(src=srcaddr, dst=dstaddr, nh=net_test.IPPROTO_GRE)
net_test.py 48 IPPROTO_GRE = 47
166 s = Socket(family, SOCK_RAW, IPPROTO_GRE)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/netinet/
in.h 66 IPPROTO_GRE = 47, /* General Routing Encapsulation. */
67 #define IPPROTO_GRE IPPROTO_GRE
  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
in.h 91 #define IPPROTO_GRE 47 /* GRE encaps RFC 1701 */
  /external/python/cpython2/Lib/plat-darwin/
IN.py 52 IPPROTO_GRE = 47
  /external/python/cpython2/Lib/plat-freebsd4/
IN.py 50 IPPROTO_GRE = 47
  /external/python/cpython2/Lib/plat-freebsd5/
IN.py 50 IPPROTO_GRE = 47
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-darwin/
IN.py 52 IPPROTO_GRE = 47
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-darwin/
IN.py 52 IPPROTO_GRE = 47

Completed in 388 milliseconds

1 2 3 4