Home
last modified time | relevance | path

Searched refs:IPADM_NVP_WAIT (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_ipmgmt.h75 #define IPADM_NVP_WAIT "_wait" /* DHCP timeout value */ macro
H A Dipadm_persist.c283 nvlist_lookup_int32(v, IPADM_NVP_WAIT, &wait) != 0 || in i_ipadm_dhcp_nvp2dbline()
471 (err = nvlist_add_int32(nvl_dhcp, IPADM_NVP_WAIT, wait)) != 0 || in i_ipadm_add_dhcp2nvl()
H A Dipadm_addr.c2316 if (strcmp(name, IPADM_NVP_WAIT) == 0) in i_ipadm_enable_dhcp()