Searched refs:ports (Results 1 – 6 of 6) sorted by relevance
104 def advertise_sniffers(s: socket.socket, dst, add: str, ports: Iterable[int]):105 for port in ports:239 … ports=range(sniffer_server_port_base, sniffer_server_port_base + sniffer_num))
115 ports = [server.get_srp_server_port()]137 ports.append(server.get_srp_server_port())
276 self.assertIsInstanceOrNull(lowpan.nhc.udp.ports, int)
7186 const uint16_t *ports; in Process() local7189 ports = otIp6GetUnsecurePorts(GetInstancePtr(), &numPorts); in Process()7191 if (ports != nullptr) in Process()7195 OutputFormat("%u ", ports[i]); in Process()
3907 Remove all ports from the allowed unsecured port list.3916 Print all ports from the allowed unsecured port list.
871 const uint16_t *ports = otIp6GetUnsecurePorts(mInstance, &numEntries); in HandlePropertyGet() local873 for (; numEntries != 0; ports++, numEntries--) in HandlePropertyGet()875 SuccessOrExit(error = mEncoder.WriteUint16(*ports)); in HandlePropertyGet()