Home
last modified time | relevance | path

Searched refs:ARPHRD_IEEE802_TR (Results 1 – 7 of 7) sorted by relevance

/external/libnl/include/linux/
Dif_arp.h82 #define ARPHRD_IEEE802_TR 800 /* Magic type ident for TR */ macro
/external/iproute2/include/linux/
Dif_arp.h85 #define ARPHRD_IEEE802_TR 800 /* Magic type ident for TR */ macro
/external/kernel-headers/original/uapi/linux/
Dif_arp.h85 #define ARPHRD_IEEE802_TR 800 /* Magic type ident for TR */ macro
/external/libnl/lib/
Dutils.c546 __ADD(ARPHRD_IEEE802_TR,tr)
/external/libpcap/
Dpcap-linux.c2797 #ifndef ARPHRD_IEEE802_TR
2798 #define ARPHRD_IEEE802_TR 800 /* From Linux 2.4 */ macro
2800 case ARPHRD_IEEE802_TR:
DCHANGES463 (handles 2.4 ARPHRD_IEEE802_TR, handles ISDN devices better,
/external/toybox/toys/pending/
Dip.c812 #ifdef ARPHRD_IEEE802_TR in get_link_info()
813 {"ieee802",ARPHRD_IEEE802}, {"tr",ARPHRD_IEEE802_TR}, in get_link_info()