Home
last modified time | relevance | path

Searched refs:getaddrinfo (Results 1 – 16 of 16) sorted by relevance

/f-stack/tools/compat/
H A Dgetaddrinfo.c45 getaddrinfo(const char *hostname, const char *servername, in getaddrinfo() function
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dnet.c330 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 DCHANGELOG.md103 * Fix getaddrinfo() memory leak
/f-stack/app/redis-5.0.5/src/
H A Danet.c223 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 Dnetdb.h234 int getaddrinfo(const char *, const char *,
/f-stack/tools/ifconfig/
H A Difvxlan.c258 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 Difpfsync.c113 if ((ecode = getaddrinfo(val, NULL, &hints, &peerres)) != 0) in setpfsync_syncpeer()
H A Daf_inet6.c391 error = getaddrinfo(s, NULL, &hints, &res);
H A Difconfig.c1171 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 Drealhostname.c142 error = getaddrinfo(buf, NULL, &hints, &res); in realhostname_sa()
/f-stack/tools/ndp/
H A Dndp.c477 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 Dunix1016 ngx_feature="getaddrinfo()"
1025 if (getaddrinfo("localhost", NULL, NULL, &res) != 0) return 1;
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_inet.c1137 if (getaddrinfo((char *) host, NULL, &hints, &res) != 0) { in ngx_inet_resolve_host()
/f-stack/tools/route/
H A Droute.c1352 ecode = getaddrinfo(str, NULL, &hints, &res); in getaddr()
/f-stack/tools/ipfw/
H A Dtables.c1628 if (getaddrinfo(n, NULL, &hints, &res) == 0) { in tentry_fill_value()
H A Dipfw2.c4084 if (getaddrinfo(*av, NULL, NULL, &res)) in compile_rule()