02.07.2013 Views

A/UX® Programmer's Reference

A/UX® Programmer's Reference

A/UX® Programmer's Reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

accept(2N)<br />

ERRORS<br />

accept will fail if:<br />

[EBADF]<br />

[ENOTSOCK]<br />

[EOPNOTSUPP]<br />

[EFAULT]<br />

[EWOULDBLOCK]<br />

The descriptor is invalid.<br />

accept(2N)<br />

The descriptor references a file, not a<br />

socket.<br />

The referenced socket is not of type<br />

SOCK STREAM.<br />

The addr parameter is not in a writable<br />

part of the user address space.<br />

The socket is marked nonblocking and no<br />

connections are present to be accepted.<br />

SEE ALSO<br />

bind(2N), connect(2N), listen(2N), select(2N),<br />

socket(2N).<br />

February, 1990 2<br />

Revision C

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

Saved successfully!

Ooh no, something went wrong!