Home
last modified time | relevance | path

Searched defs:iid (Results 1 – 15 of 15) sorted by relevance

/openthread-latest/tests/unit/
Dtest_ndproxy_table.cpp51 Ip6::InterfaceIdentifier iid; in generateRandomIid() local
Dtest_multipan_rcp_instances.cpp173 uint8_t iid = SPINEL_HEADER_GET_IID(mLastHeader); in processTransmit() local
/openthread-latest/tests/scripts/thread-cert/
Dv1_2_test_domain_unicast_address.py138 def __check_dua_registration(self, node, iid, dp_cid): argument
Dcommand.py554 def check_compressed_address_registration_tlv(command_msg, cid, iid, cid_present_once=False): argument
Dmle.py809 def __init__(self, cid, iid): argument
818 def iid(self): member in AddressCompressed
Dnode.py1604 def set_next_dua_response(self, status: Union[str, int], iid=None): argument
/openthread-latest/src/cli/
Dcli_bbr.cpp210 otIp6InterfaceIdentifier iid; in Process() local
Dcli.cpp1070 … const otIp6InterfaceIdentifier *iid = otThreadGetFixedDuaInterfaceIdentifier(GetInstancePtr()); in Process() local
1099 otIp6InterfaceIdentifier iid; in Process() local
4104 otIp6InterfaceIdentifier iid; in Process() local
/openthread-latest/src/ncp/
Dncp_base_radio.cpp507 uint8_t iid = SPINEL_HEADER_GET_IID(aHeader); in HandlePropertySet_SPINEL_PROP_STREAM_RAW() local
602 spinel_iid_t iid; in HandlePropertyGet() local
Dncp_base_ftd.cpp360 const otIp6InterfaceIdentifier *iid = otThreadGetFixedDuaInterfaceIdentifier(mInstance); in HandlePropertyGet() local
389 otIp6InterfaceIdentifier iid; in HandlePropertySet() local
Dncp_base.cpp798 spinel_iid_t iid = SPINEL_HEADER_GET_IID(aHeader); in EnqueueResponse() local
/openthread-latest/src/core/thread/
Dlowpan.cpp95 Ip6::InterfaceIdentifier iid; in CompressSourceIid() local
124 Ip6::InterfaceIdentifier iid; in CompressDestinationIid() local
/openthread-latest/src/lib/spinel/
Dspinel_driver.cpp278 spinel_iid_t iid; in HandleReceivedFrame() local
Dspinel.h4975 #define SPINEL_HEADER_IID(iid) (static_cast<uint8_t>((iid) << SPINEL_HEADER_IID_SHIFT)) argument
/openthread-latest/src/core/api/
Dthread_api.cpp264 const otIp6InterfaceIdentifier *iid = nullptr; in otThreadGetFixedDuaInterfaceIdentifier() local