| Home | Sort by: relevance | last modified time | path |
| /src/sys/lib/libsa/ | |
| bootp.c | 187 u_int32_t leasetime; local 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 657 leasetime = htonl(300); 658 memcpy(&bootp->bp_vend[index], &leasetime, 4); |
| /src/external/bsd/dhcpcd/dist/src/ | |
| dhcp.h | 184 uint32_t leasetime; member in struct:dhcp_lease |
| if-options.h | 254 uint32_t leasetime; member in struct:if_options |
| /src/sys/fs/nfs/common/ | |
| bootp_subr.c | 1263 uint32_t leasetime; local 1323 leasetime = htonl(300); 1324 memcpy(vendp, &leasetime, 4); |