Searched refs:lease (Results 1 - 14 of 14) sorted by relevance

/freebsd-current/contrib/wpa/wpa_supplicant/examples/
H A Dudhcpd-p2p.conf3 # The start and end of the IP lease block
21 # remaining for each lease in the udhcpd leases file. This is
23 # If you set remaining to no, the absolute time that the lease
31 # lease file. (specified in seconds)
52 # If a lease to be given is below this value, the full lease time is
66 # Useful for writing the lease file to flash every few hours.
83 # lines. The only option with a default is 'lease'.
89 option lease 864000 # 10 days of seconds
110 #opt lease
[all...]
/freebsd-current/sbin/dhclient/
H A Dprivsep.c110 struct client_lease lease; local
148 bzero(&lease, sizeof lease);
149 totlen = sizeof(hdr) + sizeof(lease) + sizeof(size_t);
152 buf_read(fd, &lease, sizeof(lease));
193 lease.options[i].data = NULL;
194 lease.options[i].len = optlen;
199 lease.options[i].data =
201 if (lease
[all...]
H A Ddhclient.c280 * delete the lease record, and exit without modifying
595 * active_lease: the lease that is being used on the interface
603 * In addition, there are several relevant per-lease variables.
604 * T1_expiry, T2_expiry, lease_expiry: lease milestones
605 * In the active lease, these control the process of renewing the lease;
607 * can no longer legitimately use the lease.
615 /* If we don't remember an active lease, go straight to INIT. */
644 * Called when a lease has completely expired and we've
693 in this particular lease
765 struct client_lease *lease; local
1023 struct client_lease *lease, *lp; local
1142 struct client_lease *lease; local
1606 make_discover(struct interface_info *ip, struct client_lease *lease) argument
1719 make_request(struct interface_info *ip, struct client_lease * lease) argument
1852 make_decline(struct interface_info *ip, struct client_lease *lease) argument
1926 free_client_lease(struct client_lease *lease) argument
1977 write_client_lease(struct interface_info *ip, struct client_lease *lease, int rewrite) argument
2106 priv_script_write_params(const char *prefix, struct client_lease *lease) argument
2246 script_write_params(const char *prefix, struct client_lease *lease) argument
[all...]
H A Dclparse.c3 /* Parser for dhclient config and lease files... */
145 * lease-file :== client-lease-statements EOF
146 * client-lease-statements :== <nil>
147 * | client-lease-statements LEASE client-lease-statement
158 /* Open the lease file. If we can't open it, just return -
167 warning("Corrupt lease file - possible data loss!");
194 * LEASE client-lease-statement |
195 * ALIAS client-lease
495 struct client_lease *lease, *lp, *pl; local
621 parse_client_lease_declaration(FILE *cfile, struct client_lease *lease, struct interface_info **ipp) argument
[all...]
/freebsd-current/sbin/dhclient/tests/
H A Dpcp.sh46 rm -f dhclient.dhcpd.conf lease.dhclient.test dhclient.test.pid
77 default-lease-time 36000;
78 max-lease-time 86400;
92 atf_check -e match:'DHCPACK from 192.0.2.2' jexec dhclient_normal_test dhclient -c /dev/null -l ./lease.dhclient.test -p ./dhclient.test.pid ${epair}b
158 default-lease-time 36000;
159 max-lease-time 86400;
173 atf_check -e match:'DHCPACK from 192.0.2.2' jexec dhclient_pcp_test dhclient -c /dev/null -l ./lease.dhclient.test -p ./dhclient.test.pid ${epair}b
/freebsd-current/contrib/ofed/libibverbs/
H A Dsa.h92 uint32_t lease; member in struct:ibv_sa_service_rec
/freebsd-current/sys/fs/nfs/
H A Dnfsrvstate.h332 u_int32_t lease; /* Lease duration */ member in struct:nfsf_rec
H A Dnfsport.h708 #define nsf_lease nsf_rec.lease
/freebsd-current/sys/ofed/include/rdma/
H A Dib_sa.h277 u32 lease; member in struct:ib_sa_service_rec
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1518 uint32_t lease; local
1764 nmp->nm_fhsize, 1, cred, td, &nfsva, NULL, &lease);
1779 lease = 20;
1783 NFSCL_DEBUG(3, "lease=%d\n", (int)lease);
1785 clp->nfsc_renew = NFSCL_RENEW(lease);
H A Dnfs_clrpcops.c9395 uint32_t lease; local
9400 error = nfsrpc_statfs(vp, &sb, &fs, &lease, cred, td, &nfsva,
9407 nmp->nm_clp->nfsc_renew = NFSCL_RENEW(lease);
/freebsd-current/contrib/unbound/sldns/
H A Dwire2str.c2100 w += sldns_str_print(s, sl, " id %llx lease-life %lu",
2103 w += sldns_str_print(s, sl, " id %I64x lease-life %lu",
2112 uint32_t lease; local
2119 lease = sldns_read_uint32(data);
2120 w += sldns_str_print(s, sl, "lease %lu", (unsigned long)lease);
/freebsd-current/sys/ofed/drivers/infiniband/core/
H A Dib_sa_query.c353 { SERVICE_REC_FIELD(lease),
/freebsd-current/contrib/ldns/
H A Dhost2str.c2162 ldns_buffer_printf(output, " id %llx lease-life %lu",
2165 ldns_buffer_printf(output, " id %I64x lease-life %lu",
2175 uint32_t lease; local
2184 lease = ldns_read_uint32(data);
2185 ldns_buffer_printf(output, "lease %lu", (unsigned long)lease);

Completed in 160 milliseconds