Searched refs:ARPHRD_LOOPBACK (Results 1 – 22 of 22) sorted by relevance
/external/strace/xlat/ |
D | arp_hardware_types.h | 251 #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),
|
D | arp_hardware_types.in | 37 ARPHRD_LOOPBACK 772
|
/external/strace/tests-m32/ |
D | nlattr_ifla.h | 54 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | netlink_route.c | 210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
|
D | nlattr_ifinfomsg.c | 71 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
/external/strace/tests/ |
D | nlattr_ifla.h | 54 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | netlink_route.c | 210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
|
D | nlattr_ifinfomsg.c | 71 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
/external/strace/tests-mx32/ |
D | nlattr_ifla.h | 54 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
D | netlink_route.c | 210 .ifi_type = ARPHRD_LOOPBACK, in test_rtnl_link()
|
D | nlattr_ifinfomsg.c | 71 .ifi_type = ARPHRD_LOOPBACK, in init_ifinfomsg()
|
/external/kernel-headers/original/uapi/linux/ |
D | if_arp.h | 69 #define ARPHRD_LOOPBACK 772 /* Loopback device */ macro
|
/external/iproute2/include/uapi/linux/ |
D | if_arp.h | 69 #define ARPHRD_LOOPBACK 772 /* Loopback device */ macro
|
/external/libnl/include/linux-private/linux/ |
D | if_arp.h | 69 #define ARPHRD_LOOPBACK 772 /* Loopback device */ macro
|
/external/strace/ |
D | sock.c | 123 [ARPHRD_LOOPBACK] = 6 /* ETH_ALEN */, in print_ifreq()
|
/external/toybox/toys/pending/ |
D | arp.c | 57 {"loop" ,ARPHRD_LOOPBACK},
|
D | ip.c | 858 {"loopback", ARPHRD_LOOPBACK},{"sit",ARPHRD_SIT}, in get_link_info()
|
/external/iptables/iptables/ |
D | xtables-monitor.c | 309 case ARPHRD_LOOPBACK: in trace_print_packet()
|
/external/toybox/toys/net/ |
D | ifconfig.c | 109 {ARPHRD_LOOPBACK, "Local Loopback"}, {ARPHRD_ETHER, "Ethernet"}, in display_ifconfig()
|
/external/libnl/lib/ |
D | utils.c | 715 __ADD(ARPHRD_LOOPBACK,loopback),
|
/external/libpcap/ |
D | pcap-linux.c | 1567 case ARPHRD_LOOPBACK: in get_if_flags() 1848 case ARPHRD_LOOPBACK: in map_arphrd_to_dlt()
|
/external/rust/crates/libc/src/unix/linux_like/ |
D | mod.rs | 1279 pub const ARPHRD_LOOPBACK: u16 = 772; constant
|