Home | History | Annotate | Download | only in missing

Lines Matching refs:hints

206 	"Invalid value for hints",			/* EAI_BADHINTS	  */
289 getaddrinfo(hostname, servname, hints, res)
291 const struct addrinfo *hints;
329 if (hints) {
330 /* error check for hints */
331 if (hints->ai_addrlen || hints->ai_canonname ||
332 hints->ai_addr || hints->ai_next)
334 if (hints->ai_flags & ~AI_MASK)
336 switch (hints->ai_family) {
346 memcpy(pai, hints, sizeof(*pai));