Searched refs:scan_interfaces (Results 1 – 1 of 1) sorted by relevance
252 static int scan_interfaces(int *, int *);289 if (scan_interfaces(&have_v4, &have_v6) == -1) { in getipnodebyname()661 scan_interfaces(int *have_v4, int *have_v6) { function