Searched refs:ai_socktype (Results 1 – 8 of 8) sorted by relevance
69 ai->ai_socktype = hints->ai_socktype; in getaddrinfo()
221 hints.ai_socktype = SOCK_STREAM; /* specify socktype to avoid dups */ in anetGenericResolve()287 hints.ai_socktype = SOCK_STREAM; in anetTcpGenericConnect()297 if ((s = socket(p->ai_family,p->ai_socktype,p->ai_protocol)) == -1) in anetTcpGenericConnect()483 hints.ai_socktype = SOCK_STREAM; in _anetTcpServer()491 if ((s = socket(p->ai_family,p->ai_socktype,p->ai_protocol)) == -1) in _anetTcpServer()
144 int ai_socktype; /* SOCK_xxx */ member
323 hints.ai_socktype = SOCK_STREAM; in _redisContextConnectTcp()339 if ((s = socket(p->ai_family,p->ai_socktype,p->ai_protocol)) == -1) in _redisContextConnectTcp()
140 hints.ai_socktype = SOCK_STREAM; in realhostname_sa()
111 hints.ai_socktype = SOCK_DGRAM; /*dummy*/ in setpfsync_syncpeer()
1132 hints.ai_socktype = SOCK_STREAM; in ngx_inet_resolve_host()
1351 hints.ai_socktype = SOCK_DGRAM; in getaddr()