Home
last modified time | relevance | path

Searched refs:ai_next (Results 1 – 6 of 6) sorted by relevance

/f-stack/tools/compat/
H A Dgetaddrinfo.c58 ai->ai_next = NULL; in getaddrinfo()
88 next = ai->ai_next; in freeaddrinfo()
/f-stack/tools/compat/include/
H A Dnetdb.h149 struct addrinfo *ai_next; /* next structure in linked list */ member
/f-stack/app/redis-5.0.5/src/
H A Danet.c293 for (p = servinfo; p != NULL; p = p->ai_next) { in anetTcpGenericConnect()
310 for (b = bservinfo; b != NULL; b = b->ai_next) { in anetTcpGenericConnect()
490 for (p = servinfo; p != NULL; p = p->ai_next) { in _anetTcpServer()
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dnet.c337 for (p = servinfo; p != NULL; p = p->ai_next) { in _redisContextConnectTcp()
363 for (b = bservinfo; b != NULL; b = b->ai_next) { in _redisContextConnectTcp()
/f-stack/tools/libutil/
H A Drealhostname.c147 for (ores = res; ; res = res->ai_next) { in realhostname_sa()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_inet.c1145 for (n = 0, rp = res; rp != NULL; rp = rp->ai_next) { in ngx_inet_resolve_host()
1167 for (rp = res; rp != NULL; rp = rp->ai_next) { in ngx_inet_resolve_host()