Home
last modified time | relevance | path

Searched refs:renew (Results 1 – 7 of 7) sorted by path

/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DMakefile33 init_reboot.o interface.o ipc_action.o packet.o release.o renew.o \
H A DREADME224 begins trying to renew a lease. This is done by sending a REQUEST
226 while waiting for the ACK or NAK, the user sends a request to renew
H A DREADME.v6171 option, as well as two timers, called T1 (renew) and T2 (rebind),
184 Others (such as the REQUEST message used for renew and rebind) are
206 renew/rebind and lease expiry strategy is used, although the state
583 an optimization, we should begin attempting to renew any IAs
616 discussing the renew/rebind T1/T2 timers, but treats them as a unit
621 to renew some other IA. We rationalize this behavior by using a
622 single renew/rebind state for the entire state machine (and thus
/illumos-gate/usr/src/cmd/fs.d/nfs/dtrace/
H A Dnfs-trace.d154 nfsv4:::op-renew-start,
222 nfsv4:::op-renew-done,
/illumos-gate/usr/src/cmd/gss/etc/
H A Dwarn.conf31 * renew:log-failure terminal 30m
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c78 int renew; member
352 int renew = 0; in parseConfigLine() local
398 renew = 1; in parseConfigLine()
416 if (renew && strchr(st, ',')) { in parseConfigLine()
461 renew = 1; in parseConfigLine()
467 renew, log_failure, log_success); in parseConfigLine()
470 if (renew) { in parseConfigLine()
572 config_entry->renew = renew; in parseConfigLine()
909 if (ce->renew && in kwarnd_check_warning_list()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c112 static time_t renew = 0; local
119 if (NumFallbackMXHosts > 0 && renew > curtime())
135 renew = curtime() + ttl;