IPX/SPX Programming Manual
Socket Errors
HP NonStop IPX/SPX Programming Manual—528022-001
B-11
EPFNOSUPPORT (4112)
EPFNOSUPPORT (4112)
Cause. The specified protocol family is not supported. It has not been configured into
the system or no implementation for it exists. The protocol family is used for the
Internet protocols.
Effect. The call failed.
Recovery. Specify AF_NV for NonStop IPX/SPX and retry the operation.
EPIPE (4032)
Cause. A write or send call was attempted on a local socket that had been
previously closed with the shutdown call.
Effect. The call failed.
Recovery. Reestablish the connection using the socket, bind, and connect calls
and retry the write or send call.
EPROTOTYPE (4107)
Cause. The protocol specified does not support the semantics of the socket type
requested.
Effect. The call failed.
Recovery. Retry the call using the proper protocol type.
ERANGE (4034)
Cause. A numeric specification in the call is not within the allowable range.
Effect. The call failed.
Recovery. Correct the faulty specification and retry the call.
EPFNOSUPPORT
EPIPE
EPROTOTYPE
ERANGE