Home
last modified time | relevance | path

Searched refs:ARPHRD_TUNNEL (Results 1 – 25 of 36) sorted by relevance

12

/external/strace/xlat/
Darp_hardware_types.h223 #if defined(ARPHRD_TUNNEL) || (defined(HAVE_DECL_ARPHRD_TUNNEL) && HAVE_DECL_ARPHRD_TUNNEL)
225 static_assert((ARPHRD_TUNNEL) == (768), "ARPHRD_TUNNEL != 768");
228 # define ARPHRD_TUNNEL 768
506 XLAT(ARPHRD_TUNNEL),
Darp_hardware_types.in33 ARPHRD_TUNNEL 768
/external/iproute2/lib/
Dll_addr.c37 (type == ARPHRD_TUNNEL || type == ARPHRD_SIT || type == ARPHRD_IPGRE)) { in ll_addr_n2a()
/external/libnl/include/linux-private/linux/
Dif_arp.h63 #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ macro
/external/kernel-headers/original/uapi/linux/
Dif_arp.h65 #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ macro
/external/iproute2/include/uapi/linux/
Dif_arp.h65 #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ macro
/external/syzkaller/sys/linux/
Dtun_arm64.const64 ARPHRD_TUNNEL = 768
Dtun_ppc64le.const64 ARPHRD_TUNNEL = 768
Dtun_arm.const64 ARPHRD_TUNNEL = 768
Dtun_amd64.const64 ARPHRD_TUNNEL = 768
Dtun_386.const64 ARPHRD_TUNNEL = 768
Dvnet_arm64.const63 ARPHRD_TUNNEL = 768
Dvnet_amd64.const63 ARPHRD_TUNNEL = 768
Dvnet_arm.const63 ARPHRD_TUNNEL = 768
Dvnet_386.const63 ARPHRD_TUNNEL = 768
Dvnet_ppc64le.const63 ARPHRD_TUNNEL = 768
Dtun.txt85 …ARPHRD_HDLC, ARPHRD_LAPB, ARPHRD_DDCMP, ARPHRD_RAWHDLC, ARPHRD_RAWIP, ARPHRD_TUNNEL, ARPHRD_TUNNEL…
/external/strace/
Dsock.c119 [ARPHRD_TUNNEL] = 4 /* IPIP */, in print_ifreq()
/external/iproute2/ip/
Diptunnel.c423 if (type != ARPHRD_TUNNEL && type != ARPHRD_IPGRE && type != ARPHRD_SIT) in do_tunnels_list()
/external/toybox/toys/pending/
Dip.c825 {"ipip",ARPHRD_TUNNEL}, {"tunnel6",ARPHRD_TUNNEL6}, in get_link_info()
848 if ( iface->ifi_type== ARPHRD_TUNNEL || in get_link_info()
855 if (iface->ifi_type== ARPHRD_TUNNEL || in get_link_info()
2413 if (ret != ARPHRD_TUNNEL && ret != ARPHRD_SIT && in read_tunnel()
/external/libnl/lib/
Dutils.c680 __ADD(ARPHRD_TUNNEL,ipip)
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go63 ARPHRD_TUNNEL = 0x1f const
Dzerrors_linux_sparc64.go128 ARPHRD_TUNNEL = 0x300 const
Dzerrors_linux_mipsle.go137 ARPHRD_TUNNEL = 0x300 const
Dzerrors_linux_s390x.go137 ARPHRD_TUNNEL = 0x300 const

12