Home
last modified time | relevance | path

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

/openthread-latest/tools/cp-caps/
DREADME.md169 Throughput ----------------------------------------------- 75.6 Kbits/sec
178 TX ver:2003,Cmd,seq,dst[addr:short,pan:id],src[addr:no,pan:no],sec:no,ie:no,plen:0 ----------------…
179 RX ver:2003,Cmd,seq,dst[addr:short,pan:id],src[addr:no,pan:no],sec:no,ie:no,plen:0 ----------------…
180 TX ver:2003,Bcon,seq,dst[addr:no,pan:no],src[addr:extd,pan:id],sec:no,ie:no,plen:30 ---------------…
181 RX ver:2003,Bcon,seq,dst[addr:no,pan:no],src[addr:extd,pan:id],sec:no,ie:no,plen:30 ---------------…
182 TX ver:2006,Cmd,seq,dst[addr:short,pan:id],src[addr:short,pan:no],sec:l5,ie:no,plen:0 -------------…
183 RX ver:2006,Cmd,seq,dst[addr:short,pan:id],src[addr:short,pan:no],sec:l5,ie:no,plen:0 -------------…
184 TX ver:2006,Cmd,seq,dst[addr:extd,pan:id],src[addr:extd,pan:no],sec:l5,ie:no,plen:0 ---------------…
185 RX ver:2006,Cmd,seq,dst[addr:extd,pan:id],src[addr:extd,pan:no],sec:l5,ie:no,plen:0 ---------------…
186 TX ver:2006,Data,seq,dst[addr:extd,pan:id],src[addr:extd,pan:id],sec:no,ie:no,plen:0 --------------…
[all …]
/openthread-latest/tools/harness-simulation/posix/sniffer_sim/
Dpcap_codec.py70 def _encode_frame(self, frame, sec, usec): argument
77 pcap_frame = struct.pack('<LLLL', sec, usec, length, length)
/openthread-latest/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-latest/src/cli/
DREADME_HISTORY.md478 type:UDP len:50 checksum:0xbd26 sec:no prio:net rss:-20 from:0x4800 radio:15.4
482 type:HopOpts len:44 checksum:0x0000 sec:yes prio:norm rss:-20 from:0x4800 radio:15.4
486 type:UDP len:12 checksum:0x3f7d sec:yes prio:net rss:-20 from:0x4800 radio:15.4
490 type:ICMP6(EchoReqst) len:16 checksum:0x942c sec:yes prio:norm rss:-20 from:0x4800 radio:15.4
580 type:UDP len:50 checksum:0xd843 sec:no prio:net rss:-20 from:0x0800 radio:15.4
584 type:HopOpts len:44 checksum:0x0000 sec:yes prio:norm rss:-20 from:0x0800 radio:15.4
588 type:UDP len:12 checksum:0x6c6b sec:yes prio:net rss:-20 from:0x0800 radio:15.4
592 type:ICMP6(EchoReqst) len:16 checksum:0xc6a2 sec:yes prio:norm rss:-20 from:0x0800 radio:15.4
596 … type:ICMP6(EchoReply) len:16 checksum:0xc5a2 sec:yes prio:norm tx-success:yes to:0x0800 radio:15.4
636 … type:ICMP6(EchoReply) len:16 checksum:0x932c sec:yes prio:norm tx-success:yes to:0x4800 radio:15.4
[all …]
/openthread-latest/third_party/mbedtls/repo/library/
Dx509_crl.c618 crl->this_update.min, crl->this_update.sec); in mbedtls_x509_crl_info()
625 crl->next_update.min, crl->next_update.sec); in mbedtls_x509_crl_info()
646 entry->revocation_date.min, entry->revocation_date.sec); in mbedtls_x509_crl_info()
Dx509.c592 (unsigned int) t->sec > 59) { /* (0 - 59) */ in x509_date_is_valid()
639 tm->sec = x509_parse2_int(p + 10); in x509_parse_time()
1047 x = (((t1->hour << 12) | (t1->min << 6) | (t1->sec)) - in mbedtls_x509_time_cmp()
1048 ((t2->hour << 12) | (t2->min << 6) | (t2->sec))); in mbedtls_x509_time_cmp()
1066 now->sec = tm.tm_sec; in mbedtls_x509_time_gmtime()
Dx509_crt.c1791 crt->valid_from.min, crt->valid_from.sec); in mbedtls_x509_crt_info()
1798 crt->valid_to.min, crt->valid_to.sec); in mbedtls_x509_crt_info()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Dx509.h248 int hour, min, sec; /**< Time. */ member
/openthread-latest/tests/scripts/thread-cert/pktverify/
Dtest_layer_fields.py258 for sec in secs:
259 v = getattr(v, sec)
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_x509parse.function1587 int day, int hour, int min, int sec)
1610 TEST_EQUAL(sec, time.sec);
Dtest_suite_x509parse.data3202 X509 Get time (UTC invalid sec)
3262 X509 Get time (UTC invalid character in sec)