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

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_prop.c52 #define IPADM_NONESTR "none" macro
455 pval = IPADM_NONESTR;
461 if (strcmp(pval, IPADM_NONESTR) != 0 &&
470 if (strcmp(pval, IPADM_NONESTR) != 0) {
949 nbytes = snprintf(buf, *bufsize, "%s", IPADM_NONESTR);
960 (void) strlcpy(if_name, IPADM_NONESTR,

Completed in 73 milliseconds