Home | History | Annotate | Download | only in Src

Lines Matching refs:hints

216 	"Invalid value for hints",			/* EAI_BADHINTS	  */
301 getaddrinfo(hostname, servname, hints, res)
303 const struct addrinfo *hints;
341 if (hints) {
342 /* error check for hints */
343 if (hints->ai_addrlen || hints->ai_canonname ||
344 hints->ai_addr || hints->ai_next)
346 if (hints->ai_flags & ~AI_MASK)
348 switch (hints->ai_family) {
358 memcpy(pai, hints, sizeof(*pai));