Home
last modified time | relevance | path

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

/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/linux/
Dif_arp.h71 #define ARPHRD_SIT 776 /* sit0 device - IPv6-in-IPv4 */ macro
/external/libpcap/
Dpcap-linux.c1294 #ifndef ARPHRD_SIT in map_arphrd_to_dlt()
1295 #define ARPHRD_SIT 776 /* From Linux 2.2.13 */ in map_arphrd_to_dlt() macro
1297 case ARPHRD_SIT: in map_arphrd_to_dlt()
/external/iproute2/ip/
Diptunnel.c440 if (type != ARPHRD_TUNNEL && type != ARPHRD_IPGRE && type != ARPHRD_SIT) in do_tunnels_list()