{
{    The purpose of this procedure is to access the global structure for the
{ listen socket corresponding to the given port number/IP address pair and to
{ return the channel connection identifier of the next received socket.  If
{ there are no received sockets to be accepted and a non zero wait time has
{ been specified, the current task is queued in the "wait for socket" list and
{ the task is suspended for the specified time.  Otherwise an appropriate error
{ status is returned to the caller.
{
{       NLP$SK_TCP_ACCEPT_SOCKET (PORT, BOUND_ADDRESS, GRACEFUL_CLOSE,
{             TRAFFIC_PATTERN, WAIT_TIME, CONNECTION_ID, SOURCE_SOCKET,
{             LOCAL_IP_ADDRESS, STATUS)
{
{ PORT: (input)  This parameter specifies the port number associated with the
{       listen socket.
{
{ BOUND_ADDRESS: (input)  This parameter specifies the IP address to which
{       listen socket is bound.
{
{ GRACEFUL_CLOSE: (input)  This parameter specifies the graceful close option
{       for received socket.  This value is communicated to the TCP protocol
{       layer.
{
{ TRAFFIC_PATTERN: (input)  This parameter specifies the traffic pattern option
{       for the received socket.  This value is communicated to the TCP
{       protocol layer.
{
{ WAIT_TIME: (input)  This parameter specifies the time in milliseconds for
{       which the user is willing to wait.
{
{ CONNECTION_ID: (output)  This parameter contains the identifier of the
{       channel connection associated with the received socket.
{
{ SOURCE_SOCKET: (output)  This parameter contains the source address from
{       which the socket was received.
{
{ LOCAL_IP_ADDRESS: (output)  This parameter contains the local IP address over
{       which the socket was received.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:
{             nae$sk_no_accept_socket
{             nae$sk_socket_terminated
{
