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

/opensolaris-onvv-gate/usr/src/lib/libipadm/common/
H A Dipadm_persist.c38 * IPADM_NVP_IPV4ADDR - value holds local and remote IPv4 addresses and when
119 { IPADM_NVP_IPV4ADDR, i_ipadm_ip4_nvp2dbline, i_ipadm_ip4_dbline2nvl },
163 * Converts IPADM_NVP_IPV4ADDR nvpair to a string representation for writing to
175 strcmp(nvpair_name(nvp), IPADM_NVP_IPV4ADDR) == 0); local
177 (void) snprintf(buf, buflen, "%s=", IPADM_NVP_IPV4ADDR);
342 * IPADM_NVP_IPV4ADDR. The "value" for IPADM_NVP_IPV4ADDR is another nvlist.
343 * Allocate the value nvlist for IPADM_NVP_IPV4ADDR if necessary, and add
356 name = IPADM_NVP_IPV4ADDR;
481 * `name' = IPADM_NVP_IPV4ADDR an
[all...]
H A Dipadm_ipmgmt.h61 #define IPADM_NVP_IPV4ADDR "_ipv4addr" /* name of IPv4 addr nvlist */ macro
H A Dipadm_addr.c235 * Walk through the nvlist `onvl' to extract the IPADM_NVP_IPV4ADDR
242 if (nvlist_exists(anvl, IPADM_NVP_IPV4ADDR) ||
251 if (strcmp(name, IPADM_NVP_IPV4ADDR) == 0) {
524 if (strcmp(name, IPADM_NVP_IPV4ADDR) == 0) {
1995 if (strcmp(name, IPADM_NVP_IPV4ADDR) == 0 ||
3564 if (nvlist_exists(nvl, IPADM_NVP_IPV4ADDR) ||
H A Dlibipadm.c732 if (nvlist_exists(nvl, IPADM_NVP_IPV4ADDR) ||
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c641 (nvlist_exists(db_nvl, IPADM_NVP_IPV4ADDR) ||
756 if (nvlist_exists(db_nvl, IPADM_NVP_IPV4ADDR) ||
H A Dipmgmt_door.c244 if (nvlist_exists(nvl, IPADM_NVP_IPV4ADDR)) {

Completed in 161 milliseconds