Lines Matching defs:hints
524 struct addrinfo hints, *ai, *aitop;528 memset(&hints, 0, sizeof(hints));529 hints.ai_family = options->address_family;530 hints.ai_socktype = SOCK_STREAM;531 hints.ai_flags = (addr == NULL) ? AI_PASSIVE : 0;533 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0)