Home
last modified time | relevance | path

Searched refs:udp_port (Results 1 – 5 of 5) sorted by relevance

/openthread-3.5.0/tests/scripts/thread-cert/
Dmesh_cop.py415 def __init__(self, udp_port): argument
416 self._udp_port = udp_port
419 def udp_port(self): member in CommissionerUdpPort
434 udp_port = struct.unpack(">H", data.read(2))[0]
435 return CommissionerUdpPort(udp_port)
478 def __init__(self, udp_port): argument
479 self._udp_port = udp_port
482 def udp_port(self): member in JoinerUdpPort
486 return (isinstance(self, type(other)) and self.udp_port == other.udp_port)
489 return "JoinerUdpPort(udp_port={})".format(self.udp_port)
[all …]
DCert_8_2_05_JoinerRouter.py179 p.udp.srcport in _rs_pkt.thread_meshcop.tlv.udp_port and\
180 p.udp.dstport in _rs_pkt.thread_meshcop.tlv.udp_port
202 p.thread_meshcop.tlv.udp_port == [_ch_pkt.udp.dstport] and\
227 p.thread_meshcop.tlv.udp_port == [_ch_pkt.udp.dstport] and\
DCert_8_1_06_Commissioning.py143 p.udp.srcport in _rs_pkt.thread_meshcop.tlv.udp_port and\
144 p.udp.dstport in _rs_pkt.thread_meshcop.tlv.udp_port
DCert_8_1_01_Commissioning.py175 p.udp.srcport in _rs_pkt.thread_meshcop.tlv.udp_port and\
176 p.udp.dstport in _rs_pkt.thread_meshcop.tlv.udp_port
Dcommand.py643 return udp_port_tlv.udp_port