IPX/SPX Programming Manual
Socket Errors
HP NonStop IPX/SPX Programming Manual—528022-001
B-2
EACCES (4013)
EACCES (4013)
Cause. A call to bind or bind_nw specified an address or port number that cannot
be assigned to a nonprivileged user. Only applications whose process access ID is in
the SUPER group (user ID 255,n) can bind a socket to a well-known port.
Effect. The bind or bind_nw call failed.
Recovery. Specify another port number or address, or rerun the application with a
process access ID in the SUPER group (user ID 255,n).
EADDRINUSE (4114)
Cause. A call to bind or bind_nw specified an address-port number combination that
is already in use.
Effect. The bind or bind_nw call failed.
Recovery. Specify another address and port number.
EADDRNOTAVAIL (4115)
Cause. A call to bind or bind_nw specified an address-port number combination that
is not available on the local host.
Effect. The bind or bind_nw call failed.
Recovery. Specify an address and port number that are valid for this system.
EAFNOSUPPORT (4113)
Cause. The value specified for address_family in a call to socket or socket_nw is
not supported by the NonStop IPX/SPX software.
Effect. The socket or socket_nw call failed.
Recovery. For NonStop IPX/SPX, specify address_family as AF_NV.
EACCES
EADDRINUSE
EADDRNOTAVAIL
EAFNOSUPPORT