Home | History | Annotate | Download | only in roken

Lines Matching refs:addrinfo

46 			    const struct addrinfo *hints,
107 struct addrinfo ***ptr,
108 int (*func)(struct addrinfo *, void *data, int port),
112 struct addrinfo *a;
135 const_v4 (struct addrinfo *a, void *data, int port)
155 const_v6 (struct addrinfo *a, void *data, int port)
182 get_null (const struct addrinfo *hints,
184 struct addrinfo **res)
190 struct addrinfo *first = NULL;
191 struct addrinfo **current = &first;
228 struct addrinfo ***current,
229 int (*func)(struct addrinfo *, void *data, int port),
276 const struct addrinfo *hints,
278 struct addrinfo **res)
280 struct addrinfo *first = NULL;
281 struct addrinfo **current = &first;
316 const struct addrinfo *hints,
318 struct addrinfo **res)
320 struct addrinfo *first = NULL;
321 struct addrinfo **current = &first;
363 * struct addrinfo {
375 const struct addrinfo *hints,
376 struct addrinfo **res)