Site icon EfmSoft

What does errno 99 (ENOPROTOOPT) mean?

 
Could be also:
ConstantTypeOS
EADDRNOTAVAILerrnoLinux
ENOSTRerrnoMac
SECURITY1_INITIALIZATION_FAILEDBugCheck CodeWindows
Previous Next
ENOSTR ENETDOWN

ENOPROTOOPT

Option name and option level form a pair

ENOPROTOOPT points to protocol option selection. Solaris states that a bad option or level was specified when getting or setting protocol options. POSIX socket option APIs likewise take both a level and an option_name; the same numeric option name can only be interpreted within its level.

This is not equivalent to an unsupported socket operation. EOPNOTSUPP concerns an operation on an endpoint, whereas ENOPROTOOPT directs attention to getsockopt()/setsockopt() arguments and the protocol that owns the option namespace.

Option-level diagnostics

References


Looking for a different code? Search another status or error code.

Exit mobile version