Home
last modified time | relevance | path

Searched refs:aOptionName (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/posix/platform/
Dmdns_socket.hpp163 …SetSocketOption(int aFd, int aLevel, int aOption, const ValueType &aValue, const char *aOptionName) in SetSocketOption() argument
165 return SetSocketOptionValue(aFd, aLevel, aOption, &aValue, sizeof(ValueType), aOptionName); in SetSocketOption()
173 const char *aOptionName);
Dmdns_socket.cpp694 const char *aOptionName) in SetSocketOptionValue() argument
701 LogCrit("Failed to setsockopt(%s) - errno: %s", aOptionName, strerror(errno)); in SetSocketOptionValue()