Home
last modified time | relevance | path

Searched refs:otIcmp6GetEchoMode (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/src/core/api/
Dicmp6_api.cpp43 otIcmp6EchoMode otIcmp6GetEchoMode(otInstance *aInstance) in otIcmp6GetEchoMode() function
/openthread-3.6.0/include/openthread/
Dicmp6.h160 otIcmp6EchoMode otIcmp6GetEchoMode(otInstance *aInstance);
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp1987 return mEncoder.WriteBool(otIcmp6GetEchoMode(mInstance) != OT_ICMP6_ECHO_HANDLER_DISABLED); in HandlePropertyGet()
2061 switch (otIcmp6GetEchoMode(mInstance)) in HandlePropertyGet()