Home
last modified time | relevance | path

Searched refs:scan_interfaces (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libresolv2/common/irs/
H A Dgethostent.c252 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