02.07.2013 Views

A/UX® Programmer's Reference

A/UX® Programmer's Reference

A/UX® Programmer's Reference

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

intro(2) intro(2)<br />

67 EAFNOSUPPORT Address not supported by protocol family<br />

An address incompatible with the requested protocol was<br />

used. For example, PUP Internet addresses cannot necessarily<br />

be used with ARPANET protocols.<br />

68 EADDRlNUSE Address already in use<br />

Only one usage of each address is nonnally pennitted.<br />

69 EADDRNOTAVAIL Can't assign requested address<br />

Nonnally results from an attempt to create a socket with an<br />

address not on this machine.<br />

70 ENETDOWN Network is down<br />

A socket operation encountered a dead network.<br />

71 ENE TUNREACH Network is unreachable<br />

A socket operation was attempted to an unreachable network.<br />

72 ENETRESET Network dropped connection on reset<br />

The connected host crashed and rebooted.<br />

73 ECONNABORTED Software caused connection abort<br />

A connection abort was caused that was internal to the host<br />

machine.<br />

74 ECONNRESET Connection reset by peer<br />

A connection was forcibly closed by a peer. This nonnally<br />

results from the peer executing shutdown(2).<br />

75 ENOBUFS No buffer space available<br />

An operation on a socket or pipe was not perfonned because<br />

the system lacked sufficient buffer space.<br />

76 EISCONN Socket is already connected<br />

A connect request was made on an already connected<br />

socket; or a sendto or sendmsg request on a connected<br />

socket specified a destination other than the connected party.<br />

77 ENOTCONN Socket is not connected<br />

A request to send or receive data was disallowed because the<br />

socket had already been shut down with a previous shutdown(2).<br />

78 ESHUTDOWN Can't send after socket shutdown<br />

A request to send data was disallowed because the socket had<br />

already been shut down with a previous shutdown(2).<br />

80 ETIMEDOUT Connection timed out<br />

A connect request failed because the connected party did<br />

February, 1990<br />

Revision C<br />

7

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!