Searched refs:aOptionName (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/posix/platform/ |
D | mdns_socket.hpp | 163 …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);
|
D | mdns_socket.cpp | 694 const char *aOptionName) in SetSocketOptionValue() argument 701 LogCrit("Failed to setsockopt(%s) - errno: %s", aOptionName, strerror(errno)); in SetSocketOptionValue()
|