Home
last modified time | relevance | path

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

/illumos-gate/usr/src/boot/libsa/
H A Dbootp.c186 uint32_t leasetime; in bootp() local
196 leasetime = htonl(300); in bootp()
197 bcopy(&leasetime, &bp->bp_vend[21], 4); in bootp()