Searched refs:aitop (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dcanohost.c53 struct addrinfo hints, *ai, *aitop; local
121 if (getaddrinfo(name, NULL, &hints, &aitop) != 0) {
127 for (ai = aitop; ai; ai = ai->ai_next) {
133 freeaddrinfo(aitop);
H A Dchannels.h88 struct addrinfo *ai, *aitop; member in struct:channel_connect
H A Dssh-keyscan.c291 struct addrinfo hints, *ai, *aitop; local
299 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0)
301 for (ai = aitop; ai; ai = ai->ai_next) {
317 freeaddrinfo(aitop);
H A Dchannels.c2791 struct addrinfo hints, *ai, *aitop; local
2824 if ((r = getaddrinfo(addr, strport, &hints, &aitop)) != 0) {
2838 for (ai = aitop; ai; ai = ai->ai_next) {
2934 freeaddrinfo(aitop);
3359 if (cctx->aitop)
3360 freeaddrinfo(cctx->aitop);
3363 cctx->ai = cctx->aitop = NULL;
3382 if ((gaierr = getaddrinfo(host, strport, &hints, &cctx.aitop)) != 0) {
3390 cctx.ai = cctx.aitop;
3490 struct addrinfo hints, *ai, *aitop; local
3623 struct addrinfo hints, *ai, *aitop; local
[all...]
H A Dsshconnect.c381 struct addrinfo hints, *ai, *aitop; local
395 if ((gaierr = getaddrinfo(host, strport, &hints, &aitop)) != 0)
409 for (ai = aitop; ai; ai = ai->ai_next) {
443 freeaddrinfo(aitop);
H A Dservconf.c599 struct addrinfo hints, *ai, *aitop; local
608 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0)
612 for (ai = aitop; ai->ai_next; ai = ai->ai_next)
615 options->listen_addrs = aitop;
/freebsd-10.0-release/contrib/tcpdump/
H A Dconfigure4579 struct addrinfo hints, *ai, *aitop;
4588 if ((gaierr = getaddrinfo(NULL, "54321", &hints, &aitop)) != 0) {
4592 for (ai = aitop; ai; ai = ai->ai_next) {
4654 if (aitop)
4655 freeaddrinfo(aitop);
4659 if (aitop)
4660 freeaddrinfo(aitop);

Completed in 120 milliseconds