Searched defs:aLevel (Results 1 – 4 of 4) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | mdns_socket.hpp | 155 …static otError SetSocketOption(int aFd, int aLevel, int aOption, const ValueType &aValue, const ch… in SetSocketOption()
|
D | mdns_socket.cpp | 690 int aLevel, in SetSocketOptionValue()
|
/openthread-latest/src/core/common/ |
D | log.hpp | 61 #define OT_SHOULD_LOG_AT(aLevel) (OT_SHOULD_LOG && (OPENTHREAD_CONFIG_LOG_LEVEL >= (aLevel))) argument
|
/openthread-latest/src/core/meshcop/ |
D | secure_transport.cpp | 1014 void SecureTransport::HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, … in HandleMbedtlsDebug() 1019 void SecureTransport::HandleMbedtlsDebug(int aLevel, const char *aFile, int aLine, const char *aStr) in HandleMbedtlsDebug()
|