Lines Matching refs:t_time
715 uint32_t t_time;784 bcopy(pl->opts[CD_LEASE_TIME]->value, &t_time,785 sizeof (t_time));786 t_time = ntohl(t_time);787 if ((uint32_t)t_time != DHCP_PERM)788 t_time -= (uint32_t)dhcp_secs;789 t_time = htonl(t_time);790 bcopy(&t_time, opt, sizeof (t_time));791 opt += sizeof (t_time);