Searched refs:lifetime (Results 26 - 49 of 49) sorted by relevance

12

/opensolaris-onvv-gate/usr/src/uts/common/io/wpi/
H A Dwpireg.h442 uint32_t lifetime; member in struct:wpi_cmd_data
461 uint32_t lifetime; member in struct:wpi_cmd_beacon
H A Dwpi.c2253 tx->lifetime = LE_32(0xffffffff);
/opensolaris-onvv-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dgencert.c582 char *lifetime = NULL; local
612 "r:(trust)L:(lifetime)l:(label)c:(outcert)e:(eku)"
684 if (lifetime)
686 lifetime = optarg_av;
788 if (Str2Lifetime(lifetime, &ltime) != 0) {
790 gettext("Error parsing lifetime string\n"));
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c117 /* Default lifetime (0 == forever) */
118 static int lifetime = 0; variable
531 if (lifetime && !death)
532 death = time(NULL) + lifetime;
920 " -t life Default identity lifetime (seconds).\n"),
985 if ((lifetime = convtime(optarg)) == -1) {
986 fprintf(stderr, gettext("Invalid lifetime\n"));
/opensolaris-onvv-gate/usr/src/cmd/ssh/sshd/
H A Dauth-krb4.c313 creds.session, creds.lifetime, creds.kvno, &creds.ticket_st,
/opensolaris-onvv-gate/usr/src/cmd/gss/gssd/
H A Dgssd_clnt_stubs.c1825 lifetime,
1833 OM_uint32 *lifetime;
1878 if (lifetime != NULL)
1879 *lifetime = 0;
1925 if (lifetime != NULL)
1926 *lifetime = res.lifetime;
1967 lifetime,
1974 OM_uint32 *lifetime;
1988 name, lifetime, cred_usag
[all...]
H A Dgssd_proc.c2270 &res->lifetime,
/opensolaris-onvv-gate/usr/src/lib/libipsecutil/common/
H A Dipsec_util.c162 * byte lifetime counters. Returns pointer to the user supplied buffer.
234 * the lifetime counters. Returns pointer to the user supplied buffer.
1870 * Print the SA lifetime information. (An SADB_EXT_LIFETIME_* extension.)
1882 char byte_str[BYTE_STR_SIZE]; /* byte lifetime string representation */
1888 "WARNING: CURRENT lifetime extension length (%u) is bad."),
1895 "WARNING: HARD lifetime extension length (%u) is bad."),
1902 "WARNING: SOFT lifetime extension length (%u) is bad."),
1909 "WARNING: IDLE lifetime extension length (%u) is bad."),
1917 "%sCurrent lifetime information:\n"),
1942 "%sSoft lifetime informatio
2805 save_lifetime(struct sadb_lifetime *lifetime, FILE *ofile) argument
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/gssapi/
H A Dgssd_clnt_stubs.c2207 lifetime,
2215 OM_uint32 *lifetime;
2240 if (lifetime != NULL)
2241 *lifetime = 0;
2314 if (lifetime != NULL)
2315 *lifetime = res.lifetime;
2358 lifetime,
2365 OM_uint32 *lifetime;
2379 name, lifetime, cred_usag
[all...]
H A Dgssd.x333 OM_UINT32 lifetime; /* remaining validiy period */
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DServer_en.properties96 ssim_dump_entry = Locale=``{0}''''\n URL=``{1}''''\n Registered lifetime=``{2}''''\n Time remaining=``{3}''''\n Service type=``{4}''''\n Scopes=``{5}''''\n Attributes=``{6}''''
194 ssf_not_valid_lifetime = The lifetime ``{0}'''' is not a valid integer. (line {1})
203 st_zero = URL has zero lifetime
H A DServiceStoreInMemory.java96 // Need to adjust lifetime to reflect the time to live. Don't
97 // set the lifetime if it has already expired.
99 long lifetime =
103 if (lifetime > 0) {
105 new ServiceURL(surl.toString(), (int)lifetime);
1126 int lifetime = serviceURL.getLifetime();
1128 timeToDie = lifetime * 1000 + System.currentTimeMillis();
1653 * attributes and updating the service URL's lifetime.
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.h296 uint_t lifetime);
H A Dtables.c117 * generation among systems; the actual preferred lifetime value
120 * maximum value. The value is constant throughout the lifetime
818 * their preferred lifetime to 0. Don't tamper with valid lifetime, that
1194 * prefix). However, we cannot derive the lifetime from
2079 * The lifetime parameter is in seconds.
2082 router_create(struct phyint *pi, struct in6_addr addr, uint_t lifetime) argument
2090 abuf, sizeof (abuf)), lifetime);
2099 dr->dr_lifetime = lifetime;
2219 * Add a default route to the kernel (unless the lifetime i
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/inet/sctp/
H A Dsctp_cookie.c431 * cookie lifetime (uint32_t) +
455 sizeof (uint32_t) + /* cookie lifetime */ \
489 uint32_t *lifetime; local
735 * 2. The cookie lifetime (uint32_t) in tick
755 /* cookie lifetime -- need configuration */
756 lifetime = (uint32_t *)(now + 1);
757 *lifetime = sctp->sctp_cookie_lifetime;
760 ttag = (uint32_t *)(lifetime + 1);
803 * older than the new secret lifetime parameter permits,
1406 * Don't check cookie lifetime
[all...]
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/
H A Dinit_sec_context.c1398 krb5_deltat lifetime = KRB5_DEFAULT_LIFE; /* -l option */ local
1491 my_creds.times.endtime = now + lifetime;
1496 krb5_get_init_creds_opt_set_tkt_life(&opt, lifetime);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/
H A Din.rdisc.c228 int lifetime; variable
294 lifetime = (3*max_adv_int);
335 lifetime = (3*max_adv_int);
626 rap->icmp_lifetime = htons(lifetime);
868 logtrace("ICMP %s from %s: Invalid lifetime %d\n",
875 logtrace("ICMP %s from %s, lifetime %d\n",
/opensolaris-onvv-gate/usr/src/cmd/ctrun/
H A Dctrun.c78 typedef enum lifetime { enum
91 "Usage: %s [-i eventlist] [-f eventlist] [-l lifetime] \n" \
439 uu_warn(gettext("invalid lifetime '%s'\n"),
478 uu_warn(gettext("cannot use option '%s' with lifetime '%s'\n"),
484 uu_warn(gettext("cannot restart with lifetime '%s'\n"),
/opensolaris-onvv-gate/usr/src/lib/libslp/clib/
H A DSLPUtils.c354 unsigned short lifetime,
353 collate_scopes(SLPHandle h, const char *u, unsigned short lifetime, SLPError errCode, void *cookie) argument
H A Dslp_targets.c470 unsigned short lifetime,
469 collect_DAs(SLPHandle h, const char *u, unsigned short lifetime, SLPError errCode, void *cookie) argument
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c760 if (time(0) > krb_life_to_time(creds->issue_date, creds->lifetime)) {
832 creds.lifetime = krb_time_to_life(creds.issue_date,
/opensolaris-onvv-gate/usr/src/cmd/krb5/klist/
H A Dklist.c873 printtime(krb_life_to_time(c.issue_date, c.lifetime));
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/DynaLoader/
H A DDynaLoader_pm.PL769 interpreter is created and destroyed several times within the lifetime of the
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/Peek/
H A DPeek.pm307 address may change during lifetime of an SV.

Completed in 280 milliseconds

12