Searched refs:ARPHRD_IEEE1394 (Results 1 – 9 of 9) sorted by relevance
53 #ifndef ARPHRD_IEEE139454 # define ARPHRD_IEEE1394 24 macro
466 ifp->family = ARPHRD_IEEE1394; in discover_interfaces()497 case ARPHRD_IEEE1394: /* FALLTHROUGH */ in discover_interfaces()
806 case ARPHRD_IEEE1394: /* FALLTHROUGH */ in configure_interface1()
39 #define ARPHRD_IEEE1394 24 /* IEEE 1394 IPv4 - RFC 2734 */ macro
41 #define ARPHRD_IEEE1394 24 /* IEEE 1394 IPv4 - RFC 2734 */ macro
60 #define ARPHRD_IEEE1394 24 /* IEEE 1394 (FireWire) hardware format */ macro119 { ARPHRD_IEEE1394, "IEEE 1394" },
493 __ADD(ARPHRD_IEEE1394,ieee1394)
1321 #if defined(ARPHRD_EUI64) && defined(ARPHRD_IEEE1394) in extended_hwaddr()1322 if (clid[0] == ARPHRD_EUI64 && hwtype == ARPHRD_IEEE1394) in extended_hwaddr()