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

/freebsd-10.0-release/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-10.0-release/sbin/dhclient/
H A Dprivsep.c111 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.c268 * delete the lease record, and exit without modifying
557 * active_lease: the lease that is being used on the interface
565 * In addition, there are several relevant per-lease variables.
566 * T1_expiry, T2_expiry, lease_expiry: lease milestones
567 * In the active lease, these control the process of renewing the lease;
569 * can no longer legitimately use the lease.
577 /* If we don't remember an active lease, go straight to INIT. */
606 * Called when a lease has completely expired and we've
655 in this particular lease
727 struct client_lease *lease; local
930 struct client_lease *lease, *lp; local
1049 struct client_lease *lease; local
1503 make_discover(struct interface_info *ip, struct client_lease *lease) argument
1616 make_request(struct interface_info *ip, struct client_lease * lease) argument
1749 make_decline(struct interface_info *ip, struct client_lease *lease) argument
1823 free_client_lease(struct client_lease *lease) argument
1872 write_client_lease(struct interface_info *ip, struct client_lease *lease, int rewrite) argument
2001 priv_script_write_params(char *prefix, struct client_lease *lease) argument
2140 script_write_params(char *prefix, struct client_lease *lease) argument
[all...]
H A Ddhclient.conf5 send dhcp-lease-time 3600;
27 lease {
H A Dclparse.c3 /* Parser for dhclient config and lease files... */
143 * lease-file :== client-lease-statements EOF
144 * client-lease-statements :== <nil>
145 * | client-lease-statements LEASE client-lease-statement
156 /* Open the lease file. If we can't open it, just return -
165 warning("Corrupt lease file - possible data loss!");
191 * LEASE client-lease-statement |
192 * ALIAS client-lease
489 struct client_lease *lease, *lp, *pl; local
614 parse_client_lease_declaration(FILE *cfile, struct client_lease *lease, struct interface_info **ipp) argument
[all...]
/freebsd-10.0-release/usr.sbin/bsdinstall/scripts/
H A Dnetconfig_ipv454 dialog --backtitle 'FreeBSD Installer' --infobox "Acquiring DHCP lease..." 0 0
58 dialog --backtitle 'FreeBSD Installer' --msgbox "DHCP lease acquisition failed." 0 0
/freebsd-10.0-release/contrib/ofed/libibverbs/include/infiniband/
H A Dsa.h91 uint32_t lease; member in struct:ibv_sa_service_rec
/freebsd-10.0-release/sys/fs/nfs/
H A Dnfsrvstate.h241 u_int32_t lease; /* Lease duration */ member in struct:nfsf_rec
H A Dnfsport.h491 #define nsf_lease nsf_rec.lease
/freebsd-10.0-release/sys/ofed/include/rdma/
H A Dib_sa.h245 u32 lease; member in struct:ib_sa_service_rec
/freebsd-10.0-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1204 uint32_t lease; local
1392 cred, td, &nfsva, NULL, &lease);
1407 lease = 60;
1411 NFSCL_DEBUG(3, "lease=%d\n", (int)lease);
1413 clp->nfsc_renew = NFSCL_RENEW(lease);
H A Dnfs_clrpcops.c820 u_int32_t lease; local
966 NULL, NULL, NULL, NULL, 0, NULL, &lease, NULL, p, cred);
969 clp->nfsc_renew = NFSCL_RENEW(lease);
/freebsd-10.0-release/sys/ofed/drivers/infiniband/core/
H A Dsa_query.c328 { SERVICE_REC_FIELD(lease),

Completed in 206 milliseconds