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

/opensolaris-onvv-gate/usr/src/lib/libipadm/common/
H A Dipadm_persist.c49 * IPADM_NVP_DHCP - value holds wait time and primary info and when converted
122 { IPADM_NVP_DHCP, i_ipadm_dhcp_nvp2dbline, i_ipadm_dhcp_dbline2nvl },
254 * Converts IPADM_NVP_DHCP nvpair to a string representation for writing to the
256 * IPADM_NVP_DHCP=<wait_time>,{yes|no}
267 strcmp(nvpair_name(nvp), IPADM_NVP_DHCP) == 0); local
274 (void) snprintf(buf, buflen, "%s=", IPADM_NVP_DHCP);
436 * the string in IPADM_NVP_DHCP. The "value" for IPADM_NVP_DHCP is another
437 * nvlist. Allocate the value nvlist for IPADM_NVP_DHCP if necessary, and add
447 if (!nvlist_exists(nvl, IPADM_NVP_DHCP)) {
[all...]
H A Dipadm_ipmgmt.h67 #define IPADM_NVP_DHCP "_dhcp" /* name of DHCP nvlist */ macro
H A Dipadm_addr.c530 } else if (strcmp(name, IPADM_NVP_DHCP) == 0) {
2063 if (strcmp(name, IPADM_NVP_DHCP) == 0)
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/
H A Dipmgmt_persist.c642 nvlist_exists(db_nvl, IPADM_NVP_DHCP))) {
757 nvlist_exists(db_nvl, IPADM_NVP_DHCP))
H A Dipmgmt_door.c247 } else if (nvlist_exists(nvl, IPADM_NVP_DHCP)) {

Completed in 117 milliseconds