| /f-stack/tools/compat/ |
| H A D | getaddrinfo.c | 45 getaddrinfo(const char *hostname, const char *servername, in getaddrinfo() function
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | net.c | 330 if ((rv = getaddrinfo(c->tcp.host,_port,&hints,&servinfo)) != 0) { in _redisContextConnectTcp() 332 if ((rv = getaddrinfo(addr,_port,&hints,&servinfo)) != 0) { in _redisContextConnectTcp() 348 if ((rv = getaddrinfo(c->tcp.source_addr, NULL, &hints, &bservinfo)) != 0) { in _redisContextConnectTcp()
|
| H A D | CHANGELOG.md | 103 * Fix getaddrinfo() memory leak
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet.c | 223 if ((rv = getaddrinfo(host, NULL, &hints, &info)) != 0) { in anetGenericResolve() 289 if ((rv = getaddrinfo(addr,portstr,&hints,&servinfo)) != 0) { in anetTcpGenericConnect() 305 if ((rv = getaddrinfo(source_addr, NULL, &hints, &bservinfo)) != 0) in anetTcpGenericConnect() 486 if ((rv = getaddrinfo(bindaddr,_port,&hints,&servinfo)) != 0) { in _anetTcpServer()
|
| /f-stack/tools/compat/include/ |
| H A D | netdb.h | 234 int getaddrinfo(const char *, const char *,
|
| /f-stack/tools/ifconfig/ |
| H A D | ifvxlan.c | 258 if ((error = getaddrinfo(addr, NULL, NULL, &ai)) != 0) in DECL_CMD_FUNC() 318 if ((error = getaddrinfo(addr, NULL, NULL, &ai)) != 0) in DECL_CMD_FUNC() 378 if ((error = getaddrinfo(addr, NULL, NULL, &ai)) != 0) in DECL_CMD_FUNC()
|
| H A D | ifpfsync.c | 113 if ((ecode = getaddrinfo(val, NULL, &hints, &peerres)) != 0) in setpfsync_syncpeer()
|
| H A D | af_inet6.c | 391 error = getaddrinfo(s, NULL, &hints, &res);
|
| H A D | ifconfig.c | 1171 if ((ecode = getaddrinfo(src, NULL, NULL, &srcres)) != 0) in settunnel() 1175 if ((ecode = getaddrinfo(dst, NULL, NULL, &dstres)) != 0) in settunnel()
|
| /f-stack/tools/libutil/ |
| H A D | realhostname.c | 142 error = getaddrinfo(buf, NULL, &hints, &res); in realhostname_sa()
|
| /f-stack/tools/ndp/ |
| H A D | ndp.c | 477 gai_error = getaddrinfo(host, NULL, &hints, &res); in set() 543 gai_error = getaddrinfo(host, NULL, &hints, &res); in get() 584 gai_error = getaddrinfo(host, NULL, &hints, &res); in delete()
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 1016 ngx_feature="getaddrinfo()" 1025 if (getaddrinfo("localhost", NULL, NULL, &res) != 0) return 1;
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_inet.c | 1137 if (getaddrinfo((char *) host, NULL, &hints, &res) != 0) { in ngx_inet_resolve_host()
|
| /f-stack/tools/route/ |
| H A D | route.c | 1352 ecode = getaddrinfo(str, NULL, &hints, &res); in getaddr()
|
| /f-stack/tools/ipfw/ |
| H A D | tables.c | 1628 if (getaddrinfo(n, NULL, &hints, &res) == 0) { in tentry_fill_value()
|
| H A D | ipfw2.c | 4084 if (getaddrinfo(*av, NULL, NULL, &res)) in compile_rule()
|