Searched refs:aLevel (Results 1 – 5 of 5) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | mdns_socket.hpp | 163 …static otError SetSocketOption(int aFd, int aLevel, int aOption, const ValueType &aValue, const ch… in SetSocketOption() argument 165 return SetSocketOptionValue(aFd, aLevel, aOption, &aValue, sizeof(ValueType), aOptionName); in SetSocketOption() 169 int aLevel,
|
D | mdns_socket.cpp | 690 int aLevel, in SetSocketOptionValue() argument 698 if (setsockopt(aFd, aLevel, aOption, aValue, aValueLength) != 0) in SetSocketOptionValue()
|
/openthread-latest/src/core/common/ |
D | log.hpp | 63 #define OT_SHOULD_LOG_AT(aLevel) (OT_SHOULD_LOG && (OPENTHREAD_CONFIG_LOG_LEVEL >= (aLevel))) argument
|
/openthread-latest/src/core/meshcop/ |
D | secure_transport.hpp | 541 …static void HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, const cha… 542 void HandleMbedtlsDebug(int aLevel, const char *aFile, int aLine, const char *aStr);
|
D | secure_transport.cpp | 1153 void SecureTransport::HandleMbedtlsDebug(void *aContext, int aLevel, const char *aFile, int aLine, … in HandleMbedtlsDebug() argument 1155 static_cast<SecureTransport *>(aContext)->HandleMbedtlsDebug(aLevel, aFile, aLine, aStr); in HandleMbedtlsDebug() 1158 void SecureTransport::HandleMbedtlsDebug(int aLevel, const char *aFile, int aLine, const char *aStr) in HandleMbedtlsDebug() argument 1164 switch (aLevel) in HandleMbedtlsDebug()
|