Searched refs:udp_port (Results 1 – 5 of 5) sorted by relevance
415 def __init__(self, udp_port): argument416 self._udp_port = udp_port419 def udp_port(self): member in CommissionerUdpPort434 udp_port = struct.unpack(">H", data.read(2))[0]435 return CommissionerUdpPort(udp_port)478 def __init__(self, udp_port): argument479 self._udp_port = udp_port482 def udp_port(self): member in JoinerUdpPort486 return (isinstance(self, type(other)) and self.udp_port == other.udp_port)489 return "JoinerUdpPort(udp_port={})".format(self.udp_port)[all …]
179 p.udp.srcport in _rs_pkt.thread_meshcop.tlv.udp_port and\180 p.udp.dstport in _rs_pkt.thread_meshcop.tlv.udp_port202 p.thread_meshcop.tlv.udp_port == [_ch_pkt.udp.dstport] and\227 p.thread_meshcop.tlv.udp_port == [_ch_pkt.udp.dstport] and\
143 p.udp.srcport in _rs_pkt.thread_meshcop.tlv.udp_port and\144 p.udp.dstport in _rs_pkt.thread_meshcop.tlv.udp_port
175 p.udp.srcport in _rs_pkt.thread_meshcop.tlv.udp_port and\176 p.udp.dstport in _rs_pkt.thread_meshcop.tlv.udp_port
643 return udp_port_tlv.udp_port