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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Dndd.c59 * Maps old ndd_name to the new ipadm_name. Any ndd property that is moved to
63 char *ndd_name; member in struct:ndd2ipadm_map
201 for (nimap = map; nimap->ndd_name != NULL; nimap++) {
209 (void) printf("%-30s (%s)\n", nimap->ndd_name,
262 for (nimap = map; nimap->ndd_name != NULL; nimap++) {
263 if (strcmp(pname, nimap->ndd_name) == 0) {
272 if (nimap->ndd_name == NULL && strcmp(pname, "?") != 0) {

Completed in 111 milliseconds