Home
last modified time | relevance | path

Searched defs:NetifIdentifier (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/openthread/tools/otci/otci/
H A Dtypes.py56 class NetifIdentifier(IntEnum): class
H A Dotci.py2359 def udp_bind(self, ip: str, port: int, netif: NetifIdentifier = NetifIdentifier.THERAD):
/aosp_15_r20/external/openthread/src/core/net/
H A Dudp6.hpp73 enum NetifIdentifier : uint8_t enum