Searched refs:ARPHRD_TUNNEL (Results 1 – 25 of 36) sorted by relevance
12
/external/strace/xlat/ |
D | arp_hardware_types.h | 223 #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),
|
D | arp_hardware_types.in | 33 ARPHRD_TUNNEL 768
|
/external/iproute2/lib/ |
D | ll_addr.c | 37 (type == ARPHRD_TUNNEL || type == ARPHRD_SIT || type == ARPHRD_IPGRE)) { in ll_addr_n2a()
|
/external/libnl/include/linux-private/linux/ |
D | if_arp.h | 63 #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_arp.h | 65 #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ macro
|
/external/iproute2/include/uapi/linux/ |
D | if_arp.h | 65 #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ macro
|
/external/syzkaller/sys/linux/ |
D | tun_arm64.const | 64 ARPHRD_TUNNEL = 768
|
D | tun_ppc64le.const | 64 ARPHRD_TUNNEL = 768
|
D | tun_arm.const | 64 ARPHRD_TUNNEL = 768
|
D | tun_amd64.const | 64 ARPHRD_TUNNEL = 768
|
D | tun_386.const | 64 ARPHRD_TUNNEL = 768
|
D | vnet_arm64.const | 63 ARPHRD_TUNNEL = 768
|
D | vnet_amd64.const | 63 ARPHRD_TUNNEL = 768
|
D | vnet_arm.const | 63 ARPHRD_TUNNEL = 768
|
D | vnet_386.const | 63 ARPHRD_TUNNEL = 768
|
D | vnet_ppc64le.const | 63 ARPHRD_TUNNEL = 768
|
D | tun.txt | 85 …ARPHRD_HDLC, ARPHRD_LAPB, ARPHRD_DDCMP, ARPHRD_RAWHDLC, ARPHRD_RAWIP, ARPHRD_TUNNEL, ARPHRD_TUNNEL…
|
/external/strace/ |
D | sock.c | 119 [ARPHRD_TUNNEL] = 4 /* IPIP */, in print_ifreq()
|
/external/iproute2/ip/ |
D | iptunnel.c | 423 if (type != ARPHRD_TUNNEL && type != ARPHRD_IPGRE && type != ARPHRD_SIT) in do_tunnels_list()
|
/external/toybox/toys/pending/ |
D | ip.c | 825 {"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/ |
D | utils.c | 680 __ADD(ARPHRD_TUNNEL,ipip)
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 63 ARPHRD_TUNNEL = 0x1f const
|
D | zerrors_linux_sparc64.go | 128 ARPHRD_TUNNEL = 0x300 const
|
D | zerrors_linux_mipsle.go | 137 ARPHRD_TUNNEL = 0x300 const
|
D | zerrors_linux_s390x.go | 137 ARPHRD_TUNNEL = 0x300 const
|
12