ai_next           145 lib/replace/getaddrinfo.c 	ai->ai_next = NULL;
ai_next           242 lib/replace/getaddrinfo.c 			prevp->ai_next = ai;
ai_next           323 lib/replace/getaddrinfo.c 		next = res->ai_next;
ai_next           334 lib/replace/system/network.h 	struct addrinfo		*ai_next;
ai_next            97 lib/util/util_net.c 		for (res = res_list; res; res = res->ai_next) {
ai_next          1469 source3/client/mount.cifs.c 			addr = addr->ai_next;
ai_next          1505 source3/client/mount.cifs.c 				addr = addr->ai_next;
ai_next          1542 source3/lib/util_sock.c 	for (res = ailist; res; res = res->ai_next) {
ai_next          1329 source3/libsmb/namequery.c 	for (res = ailist; res; res = res->ai_next) {
ai_next            79 source3/modules/vfs_smb_traffic_analyzer.c 	for (res = ailist; res; res = res->ai_next) {
ai_next           340 source3/utils/net_lookup.c 				cur = cur->ai_next;
ai_next           229 source4/auth/kerberos/krb5_init_context.c 	for (a = ai; a; a = ai->ai_next) {
ai_next          1130 source4/heimdal/lib/krb5/addr_families.c     for (a = ai; a != NULL; a = a->ai_next)
ai_next          1142 source4/heimdal/lib/krb5/addr_families.c     for (a = ai, i = 0; a != NULL; a = a->ai_next) {
ai_next           566 source4/heimdal/lib/krb5/changepw.c 	for (a = ai; !done && a != NULL; a = a->ai_next) {
ai_next            75 source4/heimdal/lib/krb5/expand_hostname.c     for (a = ai; a != NULL; a = a->ai_next) {
ai_next           144 source4/heimdal/lib/krb5/expand_hostname.c     for (a = ai; a != NULL; a = a->ai_next) {
ai_next            49 source4/heimdal/lib/krb5/get_for_creds.c     for (a = ai; a != NULL; a = a->ai_next)
ai_next            64 source4/heimdal/lib/krb5/get_for_creds.c     for (a = ai; a != NULL; a = a->ai_next) {
ai_next           968 source4/heimdal/lib/krb5/principal.c 	    for (a = ai; a != NULL; a = a->ai_next) {
ai_next           290 source4/heimdal/lib/krb5/send_to_kdc.c     for (a = ai; a != NULL; a = a->ai_next) {
ai_next           413 source4/heimdal/lib/krb5/send_to_kdc.c 	     for (a = ai; a != NULL; a = a->ai_next) {
ai_next            54 source4/heimdal/lib/roken/freeaddrinfo.c 	ai = ai->ai_next;
ai_next           121 source4/heimdal/lib/roken/getaddrinfo.c     a->ai_next      = NULL;
ai_next           131 source4/heimdal/lib/roken/getaddrinfo.c     *ptr = &a->ai_next;
ai_next           304 source4/libcli/resolve/dns_ex.c 	for (res = res_list; res; res = res->ai_next) {