IPX/SPX Programming Manual

Socket Errors
HP NonStop IPX/SPX Programming Manual528022-001
B-7
EISCONN (4122)
EISCONN (4122)
Cause. A call to sendto, t_sendto_nw, recvfrom, recvfrom_nw, or
t_recvfrom_nw was made on a socket that was connected.
Effect. The call failed.
Recovery. Correct the call. For a connected socket, use send, send_nw, recv, or
recv_nw.
EMFILE (4024)
Cause. The network manager attempted to add too many routes.
Effect. The call failed.
Recovery. Close some files and retry the call.
EMSGSIZE (4106)
Cause. The message was too large to be sent automatically, as required by the
socket options.
Effect. The call failed.
Recovery. Reduce the message size and retry the call.
ENAMETOOLONG (4131)
Cause. The call specified a process or file name that exceeds the maximum allowable
name length.
Effect. The call failed.
Recovery. Correct the process or file name and retry the call.
EISCONN
EMFILE
EMSGSIZE
ENAMETOOLONG