Searched refs:orig_time (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/lib/libdhcpagent/common/ |
H A D | dhcp_hostconf.c | 103 time_t orig_time, current_time = time(NULL); in read_hostconf() local 119 if (read(fd, &orig_time, sizeof (orig_time)) != sizeof (orig_time)) in read_hostconf() 220 relativize_v6(&d6in.d6in_t1, orig_time, in read_hostconf() 222 relativize_v6(&d6in.d6in_t2, orig_time, in read_hostconf() 257 orig_time, current_time); in read_hostconf() 259 orig_time, current_time); in read_hostconf() 282 (orig_time + lease) <= current_time) in read_hostconf() 286 relativize_time(plp->opts[CD_T1_TIME], orig_time, in read_hostconf() 288 relativize_time(plp->opts[CD_T2_TIME], orig_time, in read_hostconf() 290 relativize_time(plp->opts[CD_LEASE_TIME], orig_time, in read_hostconf() [all …]
|
/titanic_41/usr/src/cmd/picl/picld/ |
H A D | picld.c | 105 static hrtime_t orig_time; variable 782 window = current - orig_time; in check_denial_of_service() 784 orig_time = current; in check_denial_of_service() 1119 orig_time = gethrtime(); in main()
|