Home
last modified time | relevance | path

Searched refs:messages (Results 1 – 25 of 27) sorted by relevance

12

/openthread-3.4.0/tests/unit/
Dtest_message_queue.cpp106 ot::Message *messages[kNumTestMessages]; in TestMessageQueue() local
114 for (ot::Message *&msg : messages) in TestMessageQueue()
123 messageQueue.Enqueue(*messages[0]); in TestMessageQueue()
124 VerifyMessageQueueContent(messageQueue, 1, messages[0]); in TestMessageQueue()
125 messageQueue.Dequeue(*messages[0]); in TestMessageQueue()
129 messageQueue.Enqueue(*messages[0], ot::MessageQueue::kQueuePositionHead); in TestMessageQueue()
130 VerifyMessageQueueContent(messageQueue, 1, messages[0]); in TestMessageQueue()
131 messageQueue.Dequeue(*messages[0]); in TestMessageQueue()
135 messageQueue.Enqueue(*messages[0]); in TestMessageQueue()
136 VerifyMessageQueueContent(messageQueue, 1, messages[0]); in TestMessageQueue()
[all …]
/openthread-3.4.0/tests/scripts/thread-cert/
Dv1_2_test_parent_selection.py133 messages = self.simulator.get_messages_sent_by(ROUTER_1_1)
134 parent_prefer = messages.next_mle_message(mle.CommandType.PARENT_RESPONSE)
137 messages = self.simulator.get_messages_sent_by(LEADER_1_2)
138 parent_cmp = messages.next_mle_message(mle.CommandType.PARENT_RESPONSE)
146 messages = self.simulator.get_messages_sent_by(REED_1_2)
147 msg = messages.next_mle_message(mle.CommandType.CHILD_ID_REQUEST)
165 messages = self.simulator.get_messages_sent_by(LEADER_1_2)
168 assert messages.next_mle_message(mle.CommandType.PARENT_RESPONSE)
170 parent_prefer = messages.next_mle_message(mle.CommandType.PARENT_RESPONSE)
173 messages = self.simulator.get_messages_sent_by(REED_1_2)
[all …]
Dsniffer.py102 messages = self._message_factory.create(io.BytesIO(data))
103 self.logger.debug("Received messages: {}".format(messages))
104 for msg in messages:
151 messages = []
154 messages.append(bucket.get_nowait())
156 return message.MessagesSet(messages)
Dmessage.py364 def __init__(self, messages, commissioning_messages=()): argument
365 self._messages = messages
369 def messages(self): member in MessagesSet
387 while self.messages:
388 m = self.messages.pop(0)
419 size = len(self.messages)
422 m = self.messages[i]
451 while self.messages:
452 m = self.messages.pop(0)
471 message = self.messages.pop(0)
[all …]
Dv1_2_test_backbone_router_service.py187 messages = self.simulator.get_messages_sent_by(BBR_2)
188 msg = messages.next_coap_message('0.02', '/a/sd', False)
202 messages = self.simulator.get_messages_sent_by(BBR_1)
203 messages.next_coap_message('0.02', '/a/sd', True)
221 messages = self.simulator.get_messages_sent_by(BBR_1)
222 messages.next_coap_message('0.02', '/a/sd', True)
Dv1_2_test_domain_unicast_address.py148 messages = self.simulator.get_messages_sent_by(node)
149 msg = messages.next_mle_message(mle.CommandType.CHILD_UPDATE_REQUEST)
211 messages = self.simulator.get_messages_sent_by(MED_1_2)
227 messages = self.simulator.get_messages_sent_by(MED_1_2)
240 messages = self.simulator.get_messages_sent_by(MED_1_2)
281 messages = self.simulator.get_messages_sent_by(MED_1_2)
Dsimulator.py103 messages = self._sniffer.get_messages_sent_by(nodeid).messages
104 ret = message.MessagesSet(messages, self.commissioning_messages[nodeid])
201 messages = self._message_factory.create(io.BytesIO(message_obj))
202 self.devices[addr]['msgs'] += messages
229 messages = self.devices[addr]['msgs']
232 ret = message.MessagesSet(messages, self.commissioning_messages[nodeid])
Dv1_2_test_multicast_registration.py162 messages = self.simulator.get_messages_sent_by(node)
164 msg = messages.next_mle_message(mle.CommandType.CHILD_UPDATE_REQUEST,
Dv1_2_test_domain_unicast_address_registration.py170 messages = self.simulator.get_messages_sent_by(node)
172 msg = messages.next_coap_message('0.02', '/n/dr', False)
Ddtls.py620 messages = []
643 messages.append(content_class.from_bytes(fragment_data))
645 return messages
Dv1_2_test_multicast_listener_registration.py670 messages = self.simulator.get_messages_sent_by(self.pbbr_id)
671 logging.info("PBBR %d messages: %s", self.pbbr_id, messages)
674 msg = messages.next_coap_message('2.04')
682 messages = self.simulator.get_messages_sent_by(id)
685 msg = messages.next_coap_message('0.02', '/n/mr', assert_enabled=False)
/openthread-3.4.0/src/cli/
DREADME_COMMISSIONER.md54 - mask: Bitmask identifying channels to send MLE Announce messages.
76 The contents of `MGMT_ED_REPORT` messages (i.e. Channel Mask and Energy List) are printed as they a…
172 The contents of `MGMT_PANID_CONFLICT` messages (i.e. PAN ID and Channel Mask) are printed as they a…
230 This command will cause the device to send `LEAD_PET` and `LEAD_KA` messages.
259 This command will cause the device to send `LEAD_KA[Reject]` messages.
DREADME.md367 - The first number shows number messages in the queue.
368 - The second number shows number of buffers used by all messages in the queue.
369 - The third number shows total number of bytes of all messages in the queue.
1127 - `srv_txt_sep`: Query in parallel for SRV and TXT using separate messages.
1155 - `srv_txt_sep`: Query in parallel for SRV and TXT using separate messages.
1426 Send fake Thread messages.
1894 Specifies filename to capture otPlatLog() messages, useful when debugging automated test scripts on…
3594 …s to the address filter, and fixed the received singal strength for the messages from the address …
3637 …ength for the messages from the IEEE802.15.4 Extended Address. If extaddr is \*, default received …
3651 …the messages from the IEEE802.15.4 Extended Address. Valid lqi range [0,3] If extaddr is \*, defau…
[all …]
DREADME_HISTORY.md3 History Tracker module records history of different events (e.g., RX and TX IPv6 messages or networ…
507 - Message priority: low, norm, high, net (for Thread control messages).
/openthread-3.4.0/third_party/nlbuild-autotools/repo/make/pre/macros/
Dverbosity.mak50 # build progress messages.
56 # build progress messages, conditioned on build verbosity.
/openthread-3.4.0/third_party/mbedtls/repo/library/
Dcmac.c841 const unsigned char* messages, in cmac_test_wth_cipher() argument
865 if( ( ret = mbedtls_cipher_cmac( cipher_info, key, keybits, messages, in cmac_test_wth_cipher()
/openthread-3.4.0/third_party/mbedtls/repo/
D.pylintrc52 # many messages that use formatting and are below the log level).
DChangeLog241 the affected side to wrongly reject valid messages. Fixes #4118.
888 SSLv2 ClientHello messages.
1518 * Zeroize memory used for buffering or reassembling handshake messages
1580 * Add support for fragmentation of outgoing DTLS handshake messages. This
1589 * Add support for buffering out-of-order handshake messages in DTLS.
1633 * Add support for buffering of out-of-order handshake messages.
1643 partially recover the plaintext of messages under some conditions by
1645 this recovery by sending many messages in the same connection. With TLS
1657 plaintext of messages under some conditions by using a cache attack
1667 to partially recover the plaintext of messages under some conditions (see
[all …]
/openthread-3.4.0/third_party/mbedtls/repo/tests/suites/
Dtest_suite_debug.function37 /* Detect if debug messages output partial lines and mark them */
Dtest_suite_ssl.function32 * logged messages.
268 size_t *messages;
286 queue->messages = (size_t*) mbedtls_calloc( capacity, sizeof(size_t) );
287 if( NULL == queue->messages )
302 if( queue->messages != NULL )
303 mbedtls_free( queue->messages );
327 queue->messages[place] = len;
351 message_length = queue->messages[queue->pos];
352 queue->messages[queue->pos] = 0;
382 *msg_len = queue->messages[queue->pos];
[all …]
/openthread-3.4.0/tests/toranj/
DREADME_NCP.md237 `wpan.Node` method `prepare_rx()` prepares a node to listen for UDP messages from a sender.
258 Sending 10 messages containing `"Hello there!"` from `node1` to `node2` using their mesh-local addr…
/openthread-3.4.0/third_party/nlbuild-autotools/repo/examples/
DDoxyfile.in103 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
104 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
713 # Configuration options related to warning and progress messages
716 # The QUIET tag can be used to turn on/off the messages that are generated to
718 # messages are off.
723 # The WARNINGS tag can be used to turn on/off the warning messages that are
755 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
766 # messages should be written. If left blank the output is written to standard
/openthread-3.4.0/third_party/mbedtls/repo/docs/
Dgetting_started.md117 Mbed Crypto supports encrypting, decrypting, signing and verifying messages using public key signat…
187 Mbed Crypto supports encrypting and decrypting messages using various symmetric cipher algorithms (…
/openthread-3.4.0/third_party/mbedtls/repo/doxygen/
Dmbedtls.doxyfile75 # messages), Korean, Korean-en, Latvian, Lithuanian, Norwegian, Macedonian,
608 # configuration options related to warning and progress messages
611 # The QUIET tag can be used to turn on/off the messages that are generated
616 # The WARNINGS tag can be used to turn on/off the warning messages that are
643 # The WARN_FORMAT tag determines the format of the warning messages that
653 # and error messages should be written. If left blank the output is written
/openthread-3.4.0/doc/
DDoxyfile.in114 # Indonesian, Italian, Japanese, Japanese-en (Japanese with English messages),
115 # Korean, Korean-en (Korean with English messages), Latvian, Lithuanian,
724 # Configuration options related to warning and progress messages
727 # The QUIET tag can be used to turn on/off the messages that are generated to
729 # messages are off.
734 # The WARNINGS tag can be used to turn on/off the warning messages that are
766 # The WARN_FORMAT tag determines the format of the warning messages that doxygen
777 # messages should be written. If left blank the output is written to standard

12