Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/netselect/
H A Dnetselect.c58 static struct netconfig *fgetnetconfig(FILE *, char *);
308 for (tpp = listpp; *tpp = fgetnetconfig(fp, NULL); tpp++) in getnetlist()
324 fgetnetconfig(FILE *fp, char *netid) in fgetnetconfig() function