Searched refs:vlow (Results 1 – 1 of 1) sorted by relevance
521 in6_to_h64(uint64_t *vhigh, uint64_t *vlow, const struct in6_addr *addr) in in6_to_h64() argument525 *vlow = be64dec(addr->s6_addr + 8); in in6_to_h64()529 h64_to_in6(struct in6_addr *addr, uint64_t vhigh, uint64_t vlow) in h64_to_in6() argument533 be64enc(addr->s6_addr + 8, vlow); in h64_to_in6()