Searched refs:ND6_EUI64_UBIT (Results 1 – 4 of 4) sorted by relevance
149 in6->s6_addr[8] |= ND6_EUI64_UBIT; /* u bit to "local" */ in get_rand_iid()209 ret[0] &= ~ND6_EUI64_UBIT; in in6_generate_tmp_iid()348 in6->s6_addr[8] |= ND6_EUI64_UBIT; /* u to "local" */ in in6_iid_from_hw()382 if ((in6->s6_addr[8] & ~(ND6_EUI64_GBIT | ND6_EUI64_UBIT)) == 0x00 && in in6_iid_from_hw()
140 #define ND6_EUI64_UBIT 0x02 macro143 do {(in6)->s6_addr[8] ^= ND6_EUI64_UBIT; } while (0)147 #define ND6_EUI64_LOCAL(in6) ((in6)->s6_addr[8] & ND6_EUI64_UBIT)
2472 LLADDR(sdl)[0] = (in6->s6_addr[8] ^ ND6_EUI64_UBIT); in nd6_alt_node_addr_decompose()2505 in6->s6_addr[8] = ((uint8_t) lla[0] ^ ND6_EUI64_UBIT); in nd6_alt_node_addr_decompose()
277 #define ND6_EUI64_UBIT 0x02 macro280 do {(in6)->s6_addr[8] ^= ND6_EUI64_UBIT; } while (0)