Searched refs:IPADM_NVP_FAMILY (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libipadm/common/ |
H A D | ipadm_ipmgmt.h | 60 #define IPADM_NVP_FAMILY "_family" /* address family */ macro
|
H A D | libipadm.c | 714 if (nvlist_lookup_string(nvl, IPADM_NVP_FAMILY, &afstr) == 0) {
|
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_persist.c | 571 if (nvlist_lookup_string(db_nvl, IPADM_NVP_FAMILY, &afstr) != 0 || 633 if (nvlist_lookup_string(db_nvl, IPADM_NVP_FAMILY, &afstr) == 0) { 1060 if ((err = nvlist_add_string(*nvl, IPADM_NVP_FAMILY, strval)) != 0) 1133 } else if (strcmp(IPADM_NVP_FAMILY, name) == 0) {
|
H A D | ipmgmt_door.c | 856 if ((err = nvlist_add_string(nvl, IPADM_NVP_FAMILY, strval)) != 0)
|
Completed in 67 milliseconds