Home
last modified time | relevance | path

Searched refs:ARPHRD_LOOPBACK (Results 1 – 22 of 22) sorted by relevance

/external/strace/xlat/
Darp_hardware_types.h251 #if defined(ARPHRD_LOOPBACK) || (defined(HAVE_DECL_ARPHRD_LOOPBACK) && HAVE_DECL_ARPHRD_LOOPBACK)
253 static_assert((ARPHRD_LOOPBACK) == (772), "ARPHRD_LOOPBACK != 772");
256 # define ARPHRD_LOOPBACK 772
510 XLAT(ARPHRD_LOOPBACK),
Darp_hardware_types.in37 ARPHRD_LOOPBACK 772
/external/strace/tests-m32/
Dnlattr_ifla.h54 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
Dnetlink_route.c210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
Dnlattr_ifinfomsg.c71 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
/external/strace/tests/
Dnlattr_ifla.h54 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
Dnetlink_route.c210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
Dnlattr_ifinfomsg.c71 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
/external/strace/tests-mx32/
Dnlattr_ifla.h54 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
Dnetlink_route.c210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
Dnlattr_ifinfomsg.c71 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
/external/kernel-headers/original/uapi/linux/
Dif_arp.h69 #define ARPHRD_LOOPBACK 772 /* Loopback device */ macro
/external/iproute2/include/uapi/linux/
Dif_arp.h69 #define ARPHRD_LOOPBACK 772 /* Loopback device */ macro
/external/libnl/include/linux-private/linux/
Dif_arp.h69 #define ARPHRD_LOOPBACK 772 /* Loopback device */ macro
/external/strace/
Dsock.c123 [ARPHRD_LOOPBACK] = 6 /* ETH_ALEN */, in print_ifreq()
/external/toybox/toys/pending/
Darp.c57 {"loop" ,ARPHRD_LOOPBACK},
Dip.c858 {"loopback", ARPHRD_LOOPBACK},{"sit",ARPHRD_SIT}, in get_link_info()
/external/iptables/iptables/
Dxtables-monitor.c309 case ARPHRD_LOOPBACK: in trace_print_packet()
/external/toybox/toys/net/
Difconfig.c109 {ARPHRD_LOOPBACK, "Local Loopback"}, {ARPHRD_ETHER, "Ethernet"}, in display_ifconfig()
/external/libnl/lib/
Dutils.c715 __ADD(ARPHRD_LOOPBACK,loopback),
/external/libpcap/
Dpcap-linux.c1567 case ARPHRD_LOOPBACK: in get_if_flags()
1848 case ARPHRD_LOOPBACK: in map_arphrd_to_dlt()
/external/rust/crates/libc/src/unix/linux_like/
Dmod.rs1279 pub const ARPHRD_LOOPBACK: u16 = 772; constant