Home | History | Annotate | Download | only in racoon

Lines Matching refs:LIFETIME

99 	time_t lifetime;		/* for isakmp/ipsec */
111 time_t lifetime; /* for isakmp */
234 %token PFS_GROUP LIFETIME LIFETYPE_TIME LIFETYPE_BYTE STRENGTH REMOTEID
1389 | LIFETIME LIFETYPE_TIME NUMBER unittype_time
1391 cur_sainfo->lifetime = $3 * $4;
1394 | LIFETIME LIFETYPE_BYTE NUMBER unittype_byte
1397 yyerror("byte lifetime support is deprecated");
1531 prspec->lifetime = cur_rmconf->inherited_from->proposal->lifetime;
1553 prspec->lifetime = oakley_get_defaultlifetime();
1903 | LIFETIME LIFETYPE_TIME NUMBER unittype_time
1905 cur_rmconf->prhead->lifetime = $3 * $4;
1909 | LIFETIME LIFETYPE_BYTE NUMBER unittype_byte
1912 yyerror("byte lifetime support is deprecated in Phase1");
1915 yywarn("the lifetime of bytes in phase 1 "
2029 | LIFETIME LIFETYPE_TIME NUMBER unittype_time
2031 cur_rmconf->prhead->spspec->lifetime = $3 * $4;
2034 | LIFETIME LIFETYPE_BYTE NUMBER unittype_byte
2037 yyerror("byte lifetime support is deprecated");
2290 "lifetime = %ld\n", (long)
2291 (s->lifetime ? s->lifetime : p->lifetime));
2309 s->lifetime ? s->lifetime : p->lifetime,
2341 class, last, lifetime, lifebyte, encklen, vendorid, gssid,
2345 time_t lifetime;
2397 new->lifetime = lifetime;