Lines Matching defs:hints
1744 struct addrinfo hints;
1785 hints.ai_flags = 0;
1787 hints.ai_family = AF_UNSPEC;
1789 hints.ai_family = AF_INET;
1791 hints.ai_socktype = SOCK_DGRAM;
1792 hints.ai_protocol = 0;
1793 hints.ai_addrlen = 0;
1794 hints.ai_addr = NULL;
1795 hints.ai_canonname = NULL;
1796 hints.ai_next = NULL;
1798 result = getaddrinfo (host, port, &hints, &res );