Searched refs:ai_next (Results 51 - 75 of 116) sorted by relevance

12345

/freebsd-10.0-release/contrib/ofed/libibverbs/examples/
H A Dud_pingpong.c151 for (t = res; t; t = t->ai_next) {
225 for (t = res; t; t = t->ai_next) {
H A Dsrq_pingpong.c173 for (t = res; t; t = t->ai_next) {
261 for (t = res; t; t = t->ai_next) {
/freebsd-10.0-release/crypto/heimdal/lib/krb5/
H A Dsend_to_kdc.c290 for (a = ai; a != NULL; a = a->ai_next) {
417 for (a = ai; a != NULL; a = a->ai_next) {
H A Dchangepw.c562 for (a = ai; !done && a != NULL; a = a->ai_next) {
/freebsd-10.0-release/contrib/tnftp/
H A Dtnftp.h307 struct addrinfo *ai_next; /* next structure in linked list */ member in struct:addrinfo
/freebsd-10.0-release/tools/tools/netrate/netsend/
H A Dnetsend.c312 res = res->ai_next;
/freebsd-10.0-release/contrib/telnet/telnet/
H A Dcommands.c2168 ai=ai->ai_next;
2424 for (src_res = src_res0; src_res != 0; src_res = src_res->ai_next)
2457 next = res->ai_next;
2461 next = next->ai_next;
/freebsd-10.0-release/crypto/heimdal/appl/test/
H A Dhttp_client.c64 for (a = ai; a != NULL; a = a->ai_next) {
/freebsd-10.0-release/crypto/heimdal/kdc/
H A Dhprop.c70 for (a = ai; a != NULL; a = a->ai_next) {
/freebsd-10.0-release/crypto/openssh/
H A Dservconf.c612 for (ai = aitop; ai->ai_next; ai = ai->ai_next)
614 ai->ai_next = options->listen_addrs;
2007 for (ai = o->listen_addrs; ai; ai = ai->ai_next) {
H A Dchannels.c2838 for (ai = aitop; ai; ai = ai->ai_next) {
2882 if (!ai->ai_next)
3316 for (; cctx->ai; cctx->ai = cctx->ai->ai_next) {
3328 if (cctx->ai->ai_next == NULL)
3348 cctx->ai = cctx->ai->ai_next;
3510 for (ai = aitop; ai; ai = ai->ai_next) {
3697 for (ai = aitop; ai; ai = ai->ai_next) {
/freebsd-10.0-release/sbin/setkey/
H A Dtest-pfkey.c497 if (getaddrinfo(str, serv, &hints, &res) != 0 || res->ai_next) {
/freebsd-10.0-release/sys/ufs/ffs/
H A Dsoftdep.h479 LIST_ENTRY(allocindir) ai_next; /* indirdep's list of allocindir's */ member in struct:allocindir
/freebsd-10.0-release/usr.bin/w/
H A Dw.c389 if (res->ai_next == NULL &&
/freebsd-10.0-release/usr.sbin/portsnap/phttpget/
H A Dphttpget.c357 for (; sd == -1; res = res->ai_next) {
/freebsd-10.0-release/usr.sbin/ypserv/
H A Dyp_main.c290 for (res = res0; res; res = res->ai_next) {
/freebsd-10.0-release/contrib/apr/network_io/unix/
H A Dsockaddr.c418 ai = ai->ai_next;
440 ai = ai->ai_next;
/freebsd-10.0-release/contrib/netcat/
H A Dnetcat.c671 } while ((res0 = res0->ai_next) != NULL);
775 } while ((res0 = res0->ai_next) != NULL);
/freebsd-10.0-release/lib/libfetch/
H A Dcommon.c257 for (res = res0; res; res = res->ai_next)
297 for (sd = -1, res = res0; res; sd = -1, res = res->ai_next) {
/freebsd-10.0-release/tools/regression/lib/libc/nss/
H A Dtest-gethostby.c350 for (ai2 = ai; ai2 != NULL; ai2 = ai2->ai_next) {
364 for (ai2 = ai; ai2 != NULL; ai2 = ai2->ai_next) {
/freebsd-10.0-release/libexec/ftpd/
H A Dftpd.c778 ai = ai->ai_next) {
785 hi = hi->ai_next)
906 for (hi = hrp->hostinfo; hi != NULL; hi = hi->ai_next) {
3447 for (maxs = 0, r = res; r; r = r->ai_next, maxs++)
3458 for (r = res; r; r = r->ai_next) {
/freebsd-10.0-release/crypto/heimdal/appl/telnet/telnet/
H A Dcommands.c1587 for (a = ai; a != NULL; a = a->ai_next)
2182 for (a = ai; a != NULL && connected == 0; a = a->ai_next) {
2241 if (a->ai_next != NULL) {
/freebsd-10.0-release/crypto/heimdal/appl/push/
H A Dpush.c113 for (a = ai; a != NULL; a = a->ai_next) {
/freebsd-10.0-release/crypto/heimdal/lib/kadm5/
H A Dinit_c.c437 for (a = ai; a != NULL; a = a->ai_next) {
H A Dipropd_slave.c71 for (a = ai; a != NULL; a = a->ai_next) {

Completed in 211 milliseconds

12345