Searched refs:ARPHRD_FDDI (Results 1 – 8 of 8) sorted by relevance
66 #define ARPHRD_FDDI 774 /* Fiber Distributed Data Interface */ macro
69 #define ARPHRD_FDDI 774 /* Fiber Distributed Data Interface */ macro
280 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()
481 case ARPHRD_FDDI: in serve_it()
520 __ADD(ARPHRD_FDDI,fddi)
2810 #ifndef ARPHRD_FDDI /* From Linux 2.2.13 */2811 #define ARPHRD_FDDI 774 macro2813 case ARPHRD_FDDI:
590 - Ifdef ARPHRD_FDDI since not all versions of the Linux kernel have it.