Home
last modified time | relevance | path

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

/external/libnl/include/linux/
Dif_arp.h40 #define ARPHRD_EUI64 27 /* EUI-64 */ macro
/external/kernel-headers/original/uapi/linux/
Dif_arp.h42 #define ARPHRD_EUI64 27 /* EUI-64 */ macro
/external/iproute2/include/linux/
Dif_arp.h42 #define ARPHRD_EUI64 27 /* EUI-64 */ macro
/external/libnl/lib/
Dutils.c494 #ifdef ARPHRD_EUI64
495 __ADD(ARPHRD_EUI64,eui64)
/external/dnsmasq/src/
Drfc2131.c1321 #if defined(ARPHRD_EUI64) && defined(ARPHRD_IEEE1394) in extended_hwaddr()
1322 if (clid[0] == ARPHRD_EUI64 && hwtype == ARPHRD_IEEE1394) in extended_hwaddr()