Home
last modified time | relevance | path

Searched refs:leasetime (Results 1 – 2 of 2) sorted by relevance

/freebsd/stand/libsa/
H A Dbootp.c188 uint32_t leasetime; in bootp() local
198 leasetime = htonl(300); in bootp()
199 bcopy(&leasetime, &bp->bp_vend[21], 4); in bootp()
/freebsd/sys/nfs/
H A Dbootp_subr.c1170 uint32_t leasetime; in bootpc_compose_query() local
1230 leasetime = htonl(300); in bootpc_compose_query()
1231 memcpy(vendp, &leasetime, 4); in bootpc_compose_query()