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

/macosx-10.9.5/remote_cmds-41.90.1/telnet.tproj/
H A Dcommands.c2173 int nextaf;
2177 nextaf = (ai->ai_family == AF_INET) ? AF_INET6 : AF_INET;
2180 while (ai != NULL && ai->ai_family != nextaf);
2165 int nextaf; local

Completed in 115 milliseconds