Searched defs:iid (Results 1 – 15 of 15) sorted by relevance
/openthread-latest/tests/unit/ |
D | test_ndproxy_table.cpp | 51 Ip6::InterfaceIdentifier iid; in generateRandomIid() local
|
D | test_multipan_rcp_instances.cpp | 173 uint8_t iid = SPINEL_HEADER_GET_IID(mLastHeader); in processTransmit() local
|
/openthread-latest/tests/scripts/thread-cert/ |
D | v1_2_test_domain_unicast_address.py | 138 def __check_dua_registration(self, node, iid, dp_cid): argument
|
D | command.py | 554 def check_compressed_address_registration_tlv(command_msg, cid, iid, cid_present_once=False): argument
|
D | mle.py | 809 def __init__(self, cid, iid): argument 818 def iid(self): member in AddressCompressed
|
D | node.py | 1604 def set_next_dua_response(self, status: Union[str, int], iid=None): argument
|
/openthread-latest/src/cli/ |
D | cli_bbr.cpp | 210 otIp6InterfaceIdentifier iid; in Process() local
|
D | cli.cpp | 1070 … const otIp6InterfaceIdentifier *iid = otThreadGetFixedDuaInterfaceIdentifier(GetInstancePtr()); in Process() local 1099 otIp6InterfaceIdentifier iid; in Process() local 4104 otIp6InterfaceIdentifier iid; in Process() local
|
/openthread-latest/src/ncp/ |
D | ncp_base_radio.cpp | 507 uint8_t iid = SPINEL_HEADER_GET_IID(aHeader); in HandlePropertySet_SPINEL_PROP_STREAM_RAW() local 602 spinel_iid_t iid; in HandlePropertyGet() local
|
D | ncp_base_ftd.cpp | 360 const otIp6InterfaceIdentifier *iid = otThreadGetFixedDuaInterfaceIdentifier(mInstance); in HandlePropertyGet() local 389 otIp6InterfaceIdentifier iid; in HandlePropertySet() local
|
D | ncp_base.cpp | 798 spinel_iid_t iid = SPINEL_HEADER_GET_IID(aHeader); in EnqueueResponse() local
|
/openthread-latest/src/core/thread/ |
D | lowpan.cpp | 95 Ip6::InterfaceIdentifier iid; in CompressSourceIid() local 124 Ip6::InterfaceIdentifier iid; in CompressDestinationIid() local
|
/openthread-latest/src/lib/spinel/ |
D | spinel_driver.cpp | 278 spinel_iid_t iid; in HandleReceivedFrame() local
|
D | spinel.h | 4975 #define SPINEL_HEADER_IID(iid) (static_cast<uint8_t>((iid) << SPINEL_HEADER_IID_SHIFT)) argument
|
/openthread-latest/src/core/api/ |
D | thread_api.cpp | 264 const otIp6InterfaceIdentifier *iid = nullptr; in otThreadGetFixedDuaInterfaceIdentifier() local
|