Home
last modified time | relevance | path

Searched refs:sec (Results 1 – 9 of 9) sorted by relevance

/openthread-2.7.6/tests/scripts/thread-cert/
Dpcap.py66 def encode_frame(self, frame, sec, usec): argument
80 pcap_frame = struct.pack("<LLLL", sec, usec, length, length)
/openthread-2.7.6/src/cli/
DREADME_HISTORY.md216 type:UDP len:50 cheksum:0xbd26 sec:no prio:net rss:-20 from:0x4800 radio:15.4
220 type:HopOpts len:44 cheksum:0x0000 sec:yes prio:norm rss:-20 from:0x4800 radio:15.4
224 type:UDP len:12 cheksum:0x3f7d sec:yes prio:net rss:-20 from:0x4800 radio:15.4
228 type:ICMP6(EchoReqst) len:16 cheksum:0x942c sec:yes prio:norm rss:-20 from:0x4800 radio:15.4
318 type:UDP len:50 cheksum:0xd843 sec:no prio:net rss:-20 from:0x0800 radio:15.4
322 type:HopOpts len:44 cheksum:0x0000 sec:yes prio:norm rss:-20 from:0x0800 radio:15.4
326 type:UDP len:12 cheksum:0x6c6b sec:yes prio:net rss:-20 from:0x0800 radio:15.4
330 type:ICMP6(EchoReqst) len:16 cheksum:0xc6a2 sec:yes prio:norm rss:-20 from:0x0800 radio:15.4
334 … type:ICMP6(EchoReply) len:16 cheksum:0xc5a2 sec:yes prio:norm tx-success:yes to:0x0800 radio:15.4
374 … type:ICMP6(EchoReply) len:16 cheksum:0x932c sec:yes prio:norm tx-success:yes to:0x4800 radio:15.4
[all …]
/openthread-2.7.6/third_party/mbedtls/repo/library/
Dx509.c505 CHECK_RANGE( 0, 59, t->sec ); in x509_date_is_valid()
568 CHECK( x509_parse_int( p, 2, &tm->sec ) ); in x509_parse_time()
917 now->sec = lt->tm_sec; in x509_get_current_time()
958 before->sec > after->sec ) in x509_check_time()
Dx509_crl.c649 crl->this_update.min, crl->this_update.sec ); in mbedtls_x509_crl_info()
656 crl->next_update.min, crl->next_update.sec ); in mbedtls_x509_crl_info()
678 entry->revocation_date.min, entry->revocation_date.sec ); in mbedtls_x509_crl_info()
Dx509_crt.c2099 crt->valid_from.min, crt->valid_from.sec ); in mbedtls_x509_crt_info()
2106 crt->valid_to.min, crt->valid_to.sec ); in mbedtls_x509_crt_info()
/openthread-2.7.6/third_party/mbedtls/repo/include/mbedtls/
Dx509.h233 int hour, min, sec; /**< Time. */ member
/openthread-2.7.6/tests/scripts/thread-cert/pktverify/
Dtest_layer_fields.py258 for sec in secs:
259 v = getattr(v, sec)
/openthread-2.7.6/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509parse.function1194 int day, int hour, int min, int sec )
1217 TEST_ASSERT( sec == time.sec );
Dtest_suite_x509parse.data2691 X509 Get time (UTC invalid sec)
2751 X509 Get time (UTC invalid character in sec)