Create a socket.
Begins an asynchronous operation to accept an incoming connection attempt.
Asynchronously accepts an incoming connection attempt and creates a new socket to handle remote host communication.
Accept extension function pointer.
Associate a local address with this socket.
Accept an incoming connection.
See Implementation