Home | History | Annotate | Download | only in resolv

Lines Matching refs:hints

1930     struct addrinfo hints;
1948 memset(&hints, 0, sizeof(hints));
1949 hints.ai_family = PF_UNSPEC;
1950 hints.ai_socktype = SOCK_DGRAM; /*dummy*/
1951 hints.ai_flags = AI_NUMERICHOST;
1956 rt = getaddrinfo(servers[i], sbuf, &hints, &cache_info->nsaddrinfo[index]);