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

/external/dhcpcd-6.8.2/
H A Dipv6.c521 in6_to_h64(uint64_t *vhigh, uint64_t *vlow, const struct in6_addr *addr) argument
525 *vlow = be64dec(addr->s6_addr + 8);
529 h64_to_in6(struct in6_addr *addr, uint64_t vhigh, uint64_t vlow) argument
533 be64enc(addr->s6_addr + 8, vlow);

Completed in 77 milliseconds