Searched defs:getnetlist (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/netselect/
H A Dnetselect.c62 static struct netconfig **getnetlist(void);
99 static int linenum = 0; /* "owned" by getnetlist() */
130 if ((netpp == NULL) && ((netpp = getnetlist()) == NULL)) {
226 if ((netpp == NULL) && ((netpp = getnetlist()) == NULL)) {
259 * getnetlist() reads the netconfig file and creates a
266 getnetlist(void) function
409 if ((netpp == NULL) && ((netpp = getnetlist()) == NULL)) {

Completed in 45 milliseconds