Searched refs:ARPHRD_IPGRE (Results 1 – 25 of 34) sorted by relevance
12
/external/strace/xlat/ |
D | arp_hardware_types.h | 293 #if defined(ARPHRD_IPGRE) || (defined(HAVE_DECL_ARPHRD_IPGRE) && HAVE_DECL_ARPHRD_IPGRE) 295 static_assert((ARPHRD_IPGRE) == (778), "ARPHRD_IPGRE != 778"); 298 # define ARPHRD_IPGRE 778 516 XLAT(ARPHRD_IPGRE),
|
D | arp_hardware_types.in | 43 ARPHRD_IPGRE 778
|
/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 | 73 #define ARPHRD_IPGRE 778 /* GRE over IP */ macro
|
/external/kernel-headers/original/uapi/linux/ |
D | if_arp.h | 75 #define ARPHRD_IPGRE 778 /* GRE over IP */ macro
|
/external/iproute2/include/uapi/linux/ |
D | if_arp.h | 75 #define ARPHRD_IPGRE 778 /* GRE over IP */ macro
|
/external/syzkaller/sys/linux/ |
D | tun_arm.const | 42 ARPHRD_IPGRE = 778
|
D | tun_amd64.const | 42 ARPHRD_IPGRE = 778
|
D | tun_arm64.const | 42 ARPHRD_IPGRE = 778
|
D | tun_ppc64le.const | 42 ARPHRD_IPGRE = 778
|
D | tun_386.const | 42 ARPHRD_IPGRE = 778
|
D | vnet_amd64.const | 42 ARPHRD_IPGRE = 778
|
D | vnet_arm64.const | 42 ARPHRD_IPGRE = 778
|
D | vnet_386.const | 42 ARPHRD_IPGRE = 778
|
D | vnet_ppc64le.const | 42 ARPHRD_IPGRE = 778
|
D | vnet_arm.const | 42 ARPHRD_IPGRE = 778
|
D | tun.txt | 85 …, ARPHRD_LOCALTLK, ARPHRD_FDDI, ARPHRD_BIF, ARPHRD_SIT, ARPHRD_IPDDP, ARPHRD_IPGRE, ARPHRD_PIMREG,…
|
/external/strace/ |
D | sock.c | 129 [ARPHRD_IPGRE] = 4, 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 | 826 {"gre",ARPHRD_IPGRE}, in get_link_info() 850 iface->ifi_type == ARPHRD_IPGRE) in get_link_info() 857 iface->ifi_type == ARPHRD_IPGRE) in get_link_info() 2414 ret != ARPHRD_IPGRE) continue; in read_tunnel()
|
/external/libnl/lib/ |
D | utils.c | 690 __ADD(ARPHRD_IPGRE,gre)
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 107 ARPHRD_IPGRE = 0x30a const
|
D | zerrors_linux_mips64le.go | 115 ARPHRD_IPGRE = 0x30a const
|
D | zerrors_linux_ppc64.go | 115 ARPHRD_IPGRE = 0x30a const
|
D | zerrors_linux_arm.go | 115 ARPHRD_IPGRE = 0x30a const
|
12