OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:leasetime
(Results
1 - 7
of
7
) sorted by relevancy
/src/usr.bin/rump_dhcpclient/
if-options.h
89
uint32_t
leasetime
;
member in struct:if_options
dhcp.c
662
if (ifo->
leasetime
!= 0) {
665
ul = htonl(ifo->
leasetime
);
760
if (get_option_uint32(&lease->
leasetime
, dhcp, DHO_LEASETIME) == 0) {
763
if (now.tv_sec + (time_t)lease->
leasetime
< now.tv_sec)
764
lease->
leasetime
= ~0U; /* Infinite lease */
766
lease->
leasetime
= ~0U; /* Default to infinite lease */
dhcp.h
161
uint32_t
leasetime
;
member in struct:dhcp_lease
configure.c
460
if (lease->
leasetime
== ~0U)
464
lease->
leasetime
, lease->
leasetime
/ (60*60*24+.0));
/src/sys/lib/libsa/
bootp.c
187
u_int32_t
leasetime
;
local in function:bootp
200
leasetime
= htonl(300);
201
(void)memcpy(&bp->bp_vend[index], &
leasetime
, 4);
/src/sys/nfs/
nfs_bootdhcp.c
644
u_int32_t
leasetime
;
local in function:bootpc_call
657
leasetime
= htonl(300);
658
memcpy(&bootp->bp_vend[index], &
leasetime
, 4);
/src/sys/fs/nfs/common/
bootp_subr.c
1263
uint32_t
leasetime
;
local in function:bootpc_compose_query
1323
leasetime
= htonl(300);
1324
memcpy(vendp, &
leasetime
, 4);
Completed in 60 milliseconds
Indexes created Tue Oct 14 10:09:51 GMT 2025