Searched refs:maxage (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/tests/sys/net/
H A Dstp.py49 if (stp.maxage >= 6 and stp.maxage <= 40) and \
62 # Bad maxage
65 portid=0x8007, maxage=41, hellotime=2, fwddelay=30)
69 portid=0x8007, maxage=5, hellotime=2, fwddelay=30)
75 portid=0x8007, maxage=40, hellotime=3, fwddelay=30)
79 portid=0x8007, maxage=40, hellotime=1, fwddelay=30)
85 portid=0x8007, maxage=40, hellotime=2, fwddelay=31)
89 portid=0x8007, maxage=40, hellotime=2, fwddelay=3)
/freebsd-13-stable/crypto/openssl/apps/
H A Docsp.c93 long maxage);
260 long nsec = MAX_VALIDITY_PERIOD, maxage = -1; local
406 opt_long(opt_arg(), &maxage); local
801 print_ocsp_summary(out, bs, req, reqnames, ids, nsec, maxage);
1079 long maxage)
1105 if (!OCSP_check_validity(thisupd, nextupd, nsec, maxage)) {
1076 print_ocsp_summary(BIO *out, OCSP_BASICRESP *bs, OCSP_REQUEST *req, STACK_OF(OPENSSL_STRING) *names, STACK_OF(OCSP_CERTID) *ids, long nsec, long maxage) argument

Completed in 112 milliseconds