Home
last modified time | relevance | path

Searched refs:ARPHRD_SIT (Results 1 – 9 of 9) sorted by relevance

/external/libnl/include/linux/
Dif_arp.h68 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */ macro
/external/iproute2/lib/
Dll_addr.c38 (type == ARPHRD_TUNNEL || type == ARPHRD_SIT || type == ARPHRD_IPGRE)) { in ll_addr_n2a()
/external/iproute2/include/linux/
Dif_arp.h71 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */ macro
/external/kernel-headers/original/uapi/linux/
Dif_arp.h71 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */ macro
/external/toybox/toys/other/
Difconfig.c105 {ARPHRD_SIT, "IPv6-in-IPv4"}, {-1, "UNSPEC"} in display_ifconfig()
/external/iproute2/ip/
Diptunnel.c428 if (type != ARPHRD_TUNNEL && type != ARPHRD_IPGRE && type != ARPHRD_SIT) in do_tunnels_list()
/external/libnl/lib/
Dutils.c522 __ADD(ARPHRD_SIT,sit)
/external/toybox/toys/pending/
Dip.c808 {"loopback", ARPHRD_LOOPBACK},{"sit",ARPHRD_SIT}, in get_link_info()
849 iface->ifi_type == ARPHRD_SIT || in get_link_info()
856 iface->ifi_type == ARPHRD_SIT || in get_link_info()
2413 if (ret != ARPHRD_TUNNEL && ret != ARPHRD_SIT && in read_tunnel()
/external/libpcap/
Dpcap-linux.c2938 #ifndef ARPHRD_SIT
2939 #define ARPHRD_SIT 776 /* From Linux 2.2.13 */ macro
2941 case ARPHRD_SIT: