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

/freebsd-11.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-11.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.c266 * delete the lease record, and exit without modifying
555 * active_lease: the lease that is being used on the interface
563 * In addition, there are several relevant per-lease variables.
564 * T1_expiry, T2_expiry, lease_expiry: lease milestones
565 * In the active lease, these control the process of renewing the lease;
567 * can no longer legitimately use the lease.
575 /* If we don't remember an active lease, go straight to INIT. */
604 * Called when a lease has completely expired and we've
653 in this particular lease
725 struct client_lease *lease; local
928 struct client_lease *lease, *lp; local
1047 struct client_lease *lease; local
1501 make_discover(struct interface_info *ip, struct client_lease *lease) argument
1614 make_request(struct interface_info *ip, struct client_lease * lease) argument
1747 make_decline(struct interface_info *ip, struct client_lease *lease) argument
1821 free_client_lease(struct client_lease *lease) argument
1874 write_client_lease(struct interface_info *ip, struct client_lease *lease, int rewrite) argument
2003 priv_script_write_params(char *prefix, struct client_lease *lease) argument
2142 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-11.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-11.0-release/contrib/ofed/libibverbs/include/infiniband/
H A Dsa.h91 uint32_t lease; member in struct:ibv_sa_service_rec
/freebsd-11.0-release/sys/fs/nfs/
H A Dnfsrvstate.h287 u_int32_t lease; /* Lease duration */ member in struct:nfsf_rec
H A Dnfsport.h492 #define nsf_lease nsf_rec.lease
/freebsd-11.0-release/sys/ofed/include/rdma/
H A Dib_sa.h248 u32 lease; member in struct:ib_sa_service_rec
/freebsd-11.0-release/sys/fs/nfsclient/
H A Dnfs_clvfsops.c1372 uint32_t lease; local
1563 cred, td, &nfsva, NULL, &lease);
1578 lease = 60;
1582 NFSCL_DEBUG(3, "lease=%d\n", (int)lease);
1584 clp->nfsc_renew = NFSCL_RENEW(lease);
H A Dnfs_clrpcops.c829 u_int32_t lease; local
976 NULL, NULL, NULL, NULL, 0, NULL, &lease, NULL, p, cred);
979 clp->nfsc_renew = NFSCL_RENEW(lease);
/freebsd-11.0-release/contrib/unbound/sldns/
H A Dwire2str.c1688 w += sldns_str_print(s, sl, " id %llx lease-life %lu",
1691 w += sldns_str_print(s, sl, " id %I64x lease-life %lu",
1700 uint32_t lease; local
1707 lease = sldns_read_uint32(data);
1708 w += sldns_str_print(s, sl, "lease %lu", (unsigned long)lease);
/freebsd-11.0-release/sys/ofed/drivers/infiniband/core/
H A Dsa_query.c325 { SERVICE_REC_FIELD(lease),

Completed in 129 milliseconds