Searched defs:dhstatus (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_addr.c1475 dhcp_status_t *dhstatus; local
1510 dhstatus = dhcp_ipc_get_data(dhreply, &reply_size, NULL);
1516 *bufsize = strlcpy(buf, dhstatus->if_reqhost, *bufsize);
3756 dhcp_status_t *dhstatus; local
3776 dhstatus = dhcp_ipc_get_data(dhreply, &reply_size, NULL);
3781 ainfo->ia_lease_begin = dhstatus->if_began;
3782 ainfo->ia_lease_expire = dhstatus->if_lease;
3783 ainfo->ia_lease_renew = dhstatus->if_t1;
3791 if (dhstatus->if_cidlen == 0) {
3846 uchar_t *cp = dhstatus
[all...]

Completed in 33 milliseconds