Home | History | Annotate | Download | only in fio

Lines Matching refs:hints

1430 		struct addrinfo hints, *res;
1432 memset(&hints, 0, sizeof(hints));
1433 hints.ai_family = ipv6 ? AF_INET6 : AF_INET;
1434 hints.ai_socktype = SOCK_STREAM;
1436 ret = getaddrinfo(host, NULL, &hints, &res);