Home
last modified time | relevance | path

Searched refs:ai_family (Results 1 – 13 of 13) sorted by relevance

/f-stack/tools/compat/
H A Dgetaddrinfo.c64 si->sin_family = ai->ai_family = AF_INET; in getaddrinfo()
68 si->sin_family = ai->ai_family = hints->ai_family; in getaddrinfo()
/f-stack/app/redis-5.0.5/src/
H A Danet.c220 hints.ai_family = AF_UNSPEC; in anetGenericResolve()
227 if (info->ai_family == AF_INET) { in anetGenericResolve()
286 hints.ai_family = AF_UNSPEC; in anetTcpGenericConnect()
297 if ((s = socket(p->ai_family,p->ai_socktype,p->ai_protocol)) == -1) in anetTcpGenericConnect()
482 hints.ai_family = af; in _anetTcpServer()
491 if ((s = socket(p->ai_family,p->ai_socktype,p->ai_protocol)) == -1) in _anetTcpServer()
/f-stack/app/redis-5.0.5/deps/hiredis/
H A Dnet.c322 hints.ai_family = AF_INET; in _redisContextConnectTcp()
331 hints.ai_family = AF_INET6; in _redisContextConnectTcp()
339 if ((s = socket(p->ai_family,p->ai_socktype,p->ai_protocol)) == -1) in _redisContextConnectTcp()
/f-stack/tools/compat/include/
H A Dnetdb.h143 int ai_family; /* AF_xxx */ member
/f-stack/tools/ifconfig/
H A Difvxlan.c264 switch (ai->ai_family) { in DECL_CMD_FUNC()
324 switch (ai->ai_family) { in DECL_CMD_FUNC()
384 switch (ai->ai_family) { in DECL_CMD_FUNC()
H A Difpfsync.c110 hints.ai_family = AF_INET; in setpfsync_syncpeer()
H A Daf_inet6.c390 hints.ai_family = AF_INET6;
/f-stack/tools/libutil/
H A Drealhostname.c138 hints.ai_family = addr->sa_family; in realhostname_sa()
/f-stack/tools/ndp/
H A Dndp.c476 hints.ai_family = AF_INET6; in set()
542 hints.ai_family = AF_INET6; in get()
583 hints.ai_family = AF_INET6; in delete()
/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_inet.c1131 hints.ai_family = AF_UNSPEC; in ngx_inet_resolve_host()
1147 switch (rp->ai_family) { in ngx_inet_resolve_host()
1169 switch (rp->ai_family) { in ngx_inet_resolve_host()
/f-stack/tools/route/
H A Droute.c1350 hints.ai_family = sa->sa_family; in getaddr()
1353 if (ecode != 0 || res->ai_family != AF_INET6 || in getaddr()
/f-stack/tools/ipfw/
H A Dtables.c1625 hints.ai_family = AF_INET6; in tentry_fill_value()
H A Dipfw2.c4087 family = res->ai_family; in compile_rule()