Searched refs:addr_cursor (Results 1 – 1 of 1) sorted by relevance
217 uint16_t* addr_cursor = reinterpret_cast<uint16_t*>(&an_addr.s6_addr[0]); in inet_pton_v6() local256 while (*readcursor != 0 && addr_cursor < addr_end) { in inet_pton_v6()270 addr_cursor = addr_end; in inet_pton_v6()279 addr_cursor = addr_end - (coloncount + 1); in inet_pton_v6()291 *addr_cursor = HostToNetwork16(word); in inet_pton_v6()292 ++addr_cursor; in inet_pton_v6()301 if (*readcursor != '\0' || addr_cursor < addr_end) { in inet_pton_v6()