Searched refs:v6 (Results 1 – 3 of 3) sorted by relevance
/curl/lib/ |
H A D | doh.h | 120 unsigned char v6[16]; member
|
H A D | doh.c | 564 memcpy(&a->ip.v6, &doh[index], 16); in doh_store_aaaa() 856 msnprintf(ptr, len, "%s%02x%02x", j ? ":" : "", d->addr[i].ip.v6[j], in doh_show() 857 d->addr[i].ip.v6[j + 1]); in doh_show() 975 DEBUGASSERT(sizeof(struct in6_addr) == sizeof(de->addr[i].ip.v6)); in doh2ai() 976 memcpy(&addr6->sin6_addr, &de->addr[i].ip.v6, sizeof(struct in6_addr)); in doh2ai()
|
/curl/tests/unit/ |
H A D | unit1650.c | 217 msnprintf(ptr, len, "%s%02x%02x", j?":":"", a->ip.v6[j], 218 a->ip.v6[j + 1]);
|
Completed in 17 milliseconds