Home | History | Annotate | Download | only in lib

Lines Matching refs:hints

64 	     const struct addrinfo *restrict hints,
72 if (hints && (hints->ai_flags & ~AI_CANONNAME))
76 if (hints && !validate_family (hints->ai_family))
79 if (hints &&
80 hints->ai_socktype != SOCK_STREAM && hints->ai_socktype != SOCK_DGRAM)
91 (hints && hints->ai_socktype == SOCK_DGRAM) ? "udp" : "tcp";
172 if (hints && hints->ai_flags & AI_CANONNAME)
188 tmp->ai_protocol = (hints) ? hints->ai_protocol : 0;
189 tmp->ai_socktype = (hints) ? hints->ai_socktype : 0;