IPX/SPX Programming Manual

Socket Errors
HP NonStop IPX/SPX Programming Manual528022-001
B-9
ENOMEM (4012)
ENOMEM (4012)
Cause. Insufficient memory was available to complete the call.
Effect. The call failed.
Recovery. Retry the call.
ENOPROTOOPT (4108)
Cause. A call to getsockopt, getsockopt_nw, setsockopt, or setsockopt_nw
specified an option that was unknown to the specified protocol.
Effect. The call failed.
Recovery. Specify the correct operation or protocol and retry the call.
ENOSPC (4028)
Cause. The call required the addition of a filter and the adapter does not have
sufficient memory to complete the request.
Effect. The call failed.
Recovery. Reduce the number of connect and/or listen calls.
ENOTCONN (4123)
Cause. The specified socket was not connected.
Effect. The call failed.
Recovery. Ensure that the socket is connected and retry the operation.
ENOMEM
ENOPROTOOPT
ENOSPC
ENOTCONN