Searched refs:renew (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/gss/etc/
H A Dwarn.conf28 # <principal> [renew:<opt1,...optN>] syslog|terminal <time>
30 # <principal> [renew:<opt1,...optN>] mail <time> [<e-mail address>]
33 * renew:log-failure terminal 30m
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DMakefile31 init_reboot.o interface.o ipc_action.o packet.o release.o renew.o \
/illumos-gate/usr/src/cmd/krb5/kwarn/
H A Dkwarnd_proc.c80 int renew; member in struct:config_entry_s
314 printf("cmp_renew_opts: renew bad opt=`%s'\n",
326 * <principal> [renew[:<opt1,...optN>]] syslog|terminal <time>
327 * <principal> [renew[:<opt1,...optN>]] mail <time> <e-mail address>
329 * where renew opts will be:
332 * - Log the result of the renew attempt on success using
336 * - Log the result of the renew attempt on failure using
354 int renew = 0; local
390 /* we've got renew opts */
399 if (strncasecmp(op, "renew", sizeo
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddomain.c114 static time_t renew = 0; local
121 if (NumFallbackMXHosts > 0 && renew > curtime())
137 renew = curtime() + ttl;

Completed in 57 milliseconds