Searched defs:max_age (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CGI/
H A DCookie.pm120 my ( $name, $value, $path, $domain, $secure, $expires, $max_age, $httponly )
140 $self->max_age($expires) if defined $max_age;
158 push @cookie,"max-age=".$self->max_age if $self->max_age;
224 sub max_age { subroutine
225 my ( $self, $max_age ) = @_;
226 $self->{'max-age'} = CGI::Util::expire_calc($max_age)-time() if defined $max_age;
/osnet-11/usr/src/lib/librstp/common/
H A Dstp_bpdu.h78 unsigned char max_age[2]; member in struct:bpdu_body_t
H A Duid_stp.h74 int max_age; member in struct:__anon2468
96 int max_age; member in struct:__anon2469

Completed in 16 milliseconds