IPX/SPX Programming Manual
Socket Errors
HP NonStop IPX/SPX Programming Manual—528022-001
B-6
EINTR (4004)
EINTR (4004)
Cause. While a process was in the sleep mode waiting for an event, it received an
unexpected signal, not the wait-for event.
Effect. The call failed.
Recovery. Retry the call.
EINVAL (4022)
Cause. An argument passed to one of the socket functions was invalid.
Effect. The call failed.
Recovery. Corrective action depends on the function and the circumstances. For a list
of valid arguments, see the description of the function that caused the error.
EIO (4005)
Cause. I/O error. Some physical I/O error has occurred. In some cases, this error can
occur on a call following the one to which it actually applies.
Effect. The call failed.
Recovery. Examine the preceding calls. Retry the call.
EINTR
EINVAL
EIO