| Home | Sort by: relevance | last modified time | path |
| /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/usr.bin/rump_dhcpclient/ | |
| if-options.h | 89 uint32_t leasetime; member in struct:if_options |
| dhcp.h | 161 uint32_t leasetime; member in struct:dhcp_lease |
| /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); |