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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c181 ndd2ipadm_map_t *nimap; local
201 for (nimap = map; nimap->ndd_name != NULL; nimap++) {
202 if (strcmp(pname, nimap->ipadm_name) != 0 ||
203 !(nimap->ipadm_proto & proto))
207 if (nimap->ndd_perm != 0)
208 perm = nimap->ndd_perm;
209 (void) printf("%-30s (%s)\n", nimap->ndd_name,
243 ndd2ipadm_map_t *nimap; local
[all...]

Completed in 43 milliseconds