OSI/AS and OSI/TS Supplement (Includes RFC-1006 Support)

Socket Errors Returned by TCP/IP to OSI/TS
6–2 107751 Tandem Computers Incorporated
4108 ENOPROTOOPT
Cause. A call to getsockopt_nw or setsockopt_nw specified an option that was
unknown to the specified protocol.
Effect. The call failed.
Recovery. This is an internal error.
4110 ESOCKTNOSUPPORT
Cause. The socket type specified in a call to socket_nw is not supported by the
Tandem TCP/IP software.
Effect. The call failed.
Recovery. This is an internal error.
4113 EAFNOSUPPORT
Cause. The address family specified in a call to socket_nw is not supported by the
Tandem TCP/IP software.
Effect. The socket_nw call failed.
Recovery. This is an internal error.
4114 EADDRINUSE
Cause. A call to bind_nw specified an address-port number combination that is
already in use.
Effect. The bind_nw call failed.
Recovery. Specify another IP address.
4115 EADDRNOTAVAIL
Cause. A call to bind_nw specified an address and a port number that is not available
on the local host.
Effect. The bind_nw call failed.
Recovery. Specify an address that is valid for this system.
4117 ENETUNREACH
Cause. The specified remote network was unreachable.
Effect. The call failed.
Recovery. Retry the call again later.