Searched refs:udp_bind (Results 1 – 4 of 4) sorted by relevance
273 r2.udp_bind(prefix + '2:' + str(num), port)404 c2.udp_bind(prefix + 'c2:' + str(num), port)
546 def udp_bind(self, address, port): member in Node
310 leader.udp_bind("::", 1234, netif=netif)
2366 def udp_bind(self, ip: str, port: int, netif: NetifIdentifier = NetifIdentifier.THERAD): member in OTCI