Searched refs:EUI64_LOCAL (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/sys/netinet6/
H A Din6_ifattach.c69 #define EUI64_LOCAL(in6) ((in6)->s6_addr[8] & EUI64_UBIT) macro
70 #define EUI64_UNIVERSAL(in6) (!EUI64_LOCAL(in6))
72 #define IFID_LOCAL(in6) (!EUI64_LOCAL(in6))

Completed in 173 milliseconds