Home
last modified time | relevance | path

Searched refs:ARPHRD_FDDI (Results 1 – 8 of 8) sorted by relevance

/external/libnl/include/linux/
Dif_arp.h66 #define ARPHRD_FDDI 774 /* Fiber Distributed Data Interface */ macro
/external/iproute2/include/linux/
Dif_arp.h69 #define ARPHRD_FDDI 774 /* Fiber Distributed Data Interface */ macro
/external/kernel-headers/original/uapi/linux/
Dif_arp.h69 #define ARPHRD_FDDI 774 /* Fiber Distributed Data Interface */ macro
/external/iputils/
Darping.c280 if (ah->ar_hrd == htons(ARPHRD_FDDI)) in send_pack()
398 (FROM->sll_hatype != ARPHRD_FDDI || ah->ar_hrd != htons(ARPHRD_ETHER))) in recv_pack()
Drarpd.c481 case ARPHRD_FDDI: in serve_it()
/external/libnl/lib/
Dutils.c520 __ADD(ARPHRD_FDDI,fddi)
/external/libpcap/
Dpcap-linux.c2810 #ifndef ARPHRD_FDDI /* From Linux 2.2.13 */
2811 #define ARPHRD_FDDI 774 macro
2813 case ARPHRD_FDDI:
DCHANGES590 - Ifdef ARPHRD_FDDI since not all versions of the Linux kernel have it.