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

/illumos-gate/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c586 char **netids = NULL; local
672 * Iterate through all the different protos/netids resulting from the
716 } else if ((netids == NULL) ||
717 ((proto = netids[ni++]) == NULL)) {
720 * we've exhausted the last set of netids, so
725 if (netids != NULL) {
726 destroy_strings(netids);
727 netids = NULL;
731 if ((netids = get_netids(protos[pi++])) ==
737 proto = netids[n
1728 char **netids = NULL; local
[all...]

Completed in 60 milliseconds