C/C++ Programmer's Guide (G06.27+, H06.08+, J06.03+)

Table 62 errno Values and Corresponding Messages (continued)
Messageserrno
Broken pipe or no reader on socketEPIPE
Argument out of function's domainEDOM
Value out of rangeERANGE
Deadlock conditionEDEADLK
No record locks availableENOLCK
No data sent or receivedENODATA
Function not implementedENOSYS
Operation would blockEWOULDBLOCK
Operation now in progressEINPROGRESS
Operation already in progressEALREADY
Socket operation on non-socketENOTSOCK
Destination address requiredEDESTADDRREQ
Message too longEMSGSIZE
Protocol wrong type for socketEPROTOTYPE
Protocol not availableENOPROTOOPT
Protocol not supportedEPROTONOSUPPORT
Socket type not supportedESOCKTNOSUPPORT
Operation not supported on socketEOPNOTSUPP
Protocol family not supportedEPFNOSUPPORT
Address family not supportedEAFNOSUPPORT
Address already in useEADDRINUSE
Can't assign requested addressEADDRNOTAVAIL
Network is downENETDOWN
Network is unreachableENETUNREACH
Network dropped connection on resetENETRESET
Software caused connection abortECONNABORTED
Connection reset by remote hostECONNRESET
No buffer space availableENOBUFS
Socket is already connectedEISCONN
Socket is not connectedENOTCONN
Can't send after socket shutdownESHUTDOWN
Connection timed outETIMEDOUT
Connection refusedECONNREFUSED
Host is downEHOSTDOWN
No route to hostEHOSTUNREACH
File name too longENAMETOOLONG
402 HP C Implementation-Defined Behavior