Lines Matching full:hints
75 struct addrinfo *hints,
81 err = getaddrinfo(node, service, hints, res);
86 hints->ai_protocol = IPPROTO_TCP;
102 struct addrinfo hints = {
108 hints.ai_family = pf;
113 xgetaddrinfo(listenaddr, port, &hints, &addr);
114 hints.ai_family = pf;
147 struct addrinfo hints = {
154 hints.ai_family = pf;
156 xgetaddrinfo(remoteaddr, port, &hints, &addr);