Home | History | Annotate | Download | only in resolv

Lines Matching full:hints

2102     struct addrinfo hints;
2120 memset(&hints, 0, sizeof(hints));
2121 hints.ai_family = PF_UNSPEC;
2122 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
2123 hints.ai_flags = AI_NUMERICHOST;
2128 rt = getaddrinfo(servers[i], sbuf, &hints, &cache_info->nsaddrinfo[index]);