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

/osnet-11/usr/src/lib/libinetsvc/common/
H A Dinetsvc.c584 char **netids = NULL; local
670 * Iterate through all the different protos/netids resulting from the
714 } else if ((netids == NULL) ||
715 ((proto = netids[ni++]) == NULL)) {
718 * we've exhausted the last set of netids, so
723 if (netids != NULL) {
724 destroy_strings(netids);
725 netids = NULL;
729 if ((netids = get_netids(protos[pi++])) ==
735 proto = netids[n
1725 char **netids = NULL; local
[all...]

Completed in 798 milliseconds