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

/freebsd-11.0-release/contrib/ntp/libntp/
H A Dntp_intres.c142 int ai_count; member in struct:blocking_gai_resp_tag
144 * Followed by ai_count struct addrinfo and then ai_count
366 gai_resp->ai_count++;
387 * Our response consists of a header, followed by ai_count
388 * addrinfo structs followed by ai_count sockaddr_storage
392 + gai_resp->ai_count
573 for (i = gai_resp->ai_count - 1; i >= 0; i--) {
578 psau = (void *)((char *)ai + gai_resp->ai_count * sizeof(*ai));
579 canon_start = (char *)psau + gai_resp->ai_count * sizeo
[all...]

Completed in 228 milliseconds