Searched refs:otIcmp6EchoMode (Results 1 – 4 of 4) sorted by relevance
134 typedef enum otIcmp6EchoMode enum141 } otIcmp6EchoMode; typedef153 otIcmp6EchoMode otIcmp6GetEchoMode(otInstance *aInstance);161 void otIcmp6SetEchoMode(otInstance *aInstance, otIcmp6EchoMode aMode);
40 otIcmp6EchoMode otIcmp6GetEchoMode(otInstance *aInstance) in otIcmp6GetEchoMode()45 void otIcmp6SetEchoMode(otInstance *aInstance, otIcmp6EchoMode aMode) in otIcmp6SetEchoMode()
296 otIcmp6EchoMode GetEchoMode(void) const { return mEchoMode; } in GetEchoMode()303 void SetEchoMode(otIcmp6EchoMode aMode) { mEchoMode = aMode; } in SetEchoMode()328 otIcmp6EchoMode mEchoMode;
2178 otIcmp6EchoMode mode = OT_ICMP6_ECHO_HANDLER_DISABLED; in HandlePropertySet()