Lines Matching defs:addrinfo
96 * addrinfo structs this one returns a linked list of Curl_addrinfo
108 const struct addrinfo *hints,
111 const struct addrinfo *ai;
112 struct addrinfo *aihead;
125 /* traverse the addrinfo list */
185 /* destroy the addrinfo list */
220 * Curl_addrinfo is meant to work like the addrinfo struct does for a IPv6
234 * curl_socklen_t ai_addrlen; * Follow rfc3493 struct addrinfo *
518 curl_dbg_freeaddrinfo(struct addrinfo *freethis,
544 const struct addrinfo *hints,
545 struct addrinfo **result,
569 void Curl_addrinfo_set_port(struct Curl_addrinfo *addrinfo, int port)
576 for(ca = addrinfo; ca != NULL; ca = ca->ai_next) {