Showing changes from revision #0 to #1:
Added | Removed | Changed
Entry | |
---|---|
R0 | Socket descriptor of the listening socket |
R1 | Pointer to an address to be filled in |
R2 | Pointer to an integer containing the size of the address |
Exit | |
---|---|
R0 | Socket descriptor of the accepted connection |
The purpose of this call is to accept an incoming connection from a socket that is currently listening.
This SWI directly corresponded to the function accept
in 4.3BSD.
This SWI is deprecated; the format of the address block in R1 was changed in Internet 5.00 and a new SWI added which accommodates the new layout. See Socket_Accept_1 for details.