Searched defs:ai_tmp (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/irs/
H A Dgetaddrinfo.c1294 struct addrinfo *ai_tmp; local
1301 for (ai_tmp = ai1; ai_tmp != NULL && ai_tmp->ai_next != NULL;
1302 ai_tmp = ai_tmp->ai_next)
1305 ai_tmp->ai_next = ai2;

Completed in 13 milliseconds