Home
last modified time | relevance | path

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

/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/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/libnl/include/linux-private/linux/
Dif_arp.h65 #define ARPHRD_TUNNEL 768 /* IPIP tunnel */ macro
/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.c875 {"ipip",ARPHRD_TUNNEL}, {"tunnel6",ARPHRD_TUNNEL6}, in get_link_info()
898 if ( iface->ifi_type== ARPHRD_TUNNEL || in get_link_info()
905 if (iface->ifi_type== ARPHRD_TUNNEL || in get_link_info()
2518 if (ret != ARPHRD_TUNNEL && ret != ARPHRD_SIT && in read_tunnel()
/external/libnl/lib/
Dutils.c711 __ADD(ARPHRD_TUNNEL,ipip),
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1275 pub const ARPHRD_TUNNEL: u16 = 768; constant
/external/libpcap/
Dpcap-linux.c2022 case ARPHRD_TUNNEL: in map_arphrd_to_dlt()