Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c56 static struct netconfig *fgetnetconfig(FILE *, char *);
306 for (tpp = listpp; *tpp = fgetnetconfig(fp, NULL); tpp++) in getnetlist()
322 fgetnetconfig(FILE *fp, char *netid) in fgetnetconfig() function