Searched refs:leasetime (Results 1 – 2 of 2) sorted by relevance
188 uint32_t leasetime; in bootp() local198 leasetime = htonl(300); in bootp()199 bcopy(&leasetime, &bp->bp_vend[21], 4); in bootp()
1170 uint32_t leasetime; in bootpc_compose_query() local1230 leasetime = htonl(300); in bootpc_compose_query()1231 memcpy(vendp, &leasetime, 4); in bootpc_compose_query()