Searched refs:addrinfo (Results 1 – 17 of 17) sorted by relevance
| /f-stack/tools/compat/ |
| H A D | getaddrinfo.c | 46 const struct addrinfo *hints, struct addrinfo **res) in getaddrinfo() 52 struct addrinfo *ai; in getaddrinfo() 54 ai = malloc(sizeof(struct addrinfo) + sizeof(struct sockaddr)); in getaddrinfo() 83 freeaddrinfo(struct addrinfo *ai) in freeaddrinfo() 85 struct addrinfo *next; in freeaddrinfo()
|
| /f-stack/tools/compat/include/ |
| H A D | netdb.h | 141 struct addrinfo { struct 149 struct addrinfo *ai_next; /* next structure in linked list */ argument 235 const struct addrinfo *, struct addrinfo **); 236 void freeaddrinfo(struct addrinfo *);
|
| /f-stack/tools/ifconfig/ |
| H A D | ifconfig.h | 97 struct addrinfo; 133 void (*af_settunnel)(int s, struct addrinfo *srcres, 134 struct addrinfo *dstres);
|
| H A D | af_inet6.c | 364 struct addrinfo hints, *res; 389 bzero(&hints, sizeof(struct addrinfo)); 523 in6_set_tunnel(int s, struct addrinfo *srcres, struct addrinfo *dstres)
|
| H A D | af_inet.c | 231 in_set_tunnel(int s, struct addrinfo *srcres, struct addrinfo *dstres) in in_set_tunnel()
|
| H A D | ifvxlan.c | 252 struct addrinfo *ai; in DECL_CMD_FUNC() 312 struct addrinfo *ai; in DECL_CMD_FUNC() 372 struct addrinfo *ai; in DECL_CMD_FUNC()
|
| H A D | ifpfsync.c | 100 struct addrinfo hints, *peerres; in setpfsync_syncpeer()
|
| H A D | ifconfig.c | 1162 struct addrinfo *srcres, *dstres; in settunnel()
|
| /f-stack/tools/libutil/ |
| H A D | realhostname.c | 134 struct addrinfo hints, *res, *ores; in realhostname_sa() 137 memset(&hints, 0, sizeof(struct addrinfo)); in realhostname_sa()
|
| /f-stack/app/redis-5.0.5/src/ |
| H A D | anet.c | 215 struct addrinfo hints, *info; in anetGenericResolve() 282 struct addrinfo hints, *servinfo, *bservinfo, *p, *b; in anetTcpGenericConnect() 478 struct addrinfo hints, *servinfo, *p; in _anetTcpServer()
|
| /f-stack/tools/ndp/ |
| H A D | ndp.c | 464 struct addrinfo hints, *res; in set() 537 struct addrinfo hints, *res; in get() 576 struct addrinfo hints, *res; in delete()
|
| /f-stack/app/redis-5.0.5/deps/hiredis/ |
| H A D | net.c | 270 struct addrinfo hints, *servinfo, *bservinfo, *p, *b; in _redisContextConnectTcp()
|
| /f-stack/app/nginx-1.16.1/src/core/ |
| H A D | ngx_inet.c | 1121 struct addrinfo hints, *res, *rp; in ngx_inet_resolve_host() 1130 ngx_memzero(&hints, sizeof(struct addrinfo)); in ngx_inet_resolve_host()
|
| /f-stack/app/nginx-1.16.1/auto/ |
| H A D | unix | 1024 ngx_feature_test='struct addrinfo *res;
|
| /f-stack/tools/route/ |
| H A D | route.c | 1341 struct addrinfo hints, *res; in getaddr()
|
| /f-stack/tools/ipfw/ |
| H A D | tables.c | 1509 struct addrinfo hints, *res; in tentry_fill_value()
|
| H A D | ipfw2.c | 4034 struct addrinfo *res; in compile_rule()
|