{
{    The purpose of this procedure is to add an entry to the list of active
{ sockets for the application.  The tcpip_attributes entry is assumed to have
{ been interlocked by the user.
{
{       NAP$ADD_TCP_SOCKET_LIST (SOCKET_ASSIGNED, CONNECTION_ID,
{             TCPIP_ATTRIBUTES)
{
{ SOCKET_ASSIGNED: (input)  This parameter indicates that the socket has been
{       assigned to a job (TRUE) or received on the network and is awaiting
{       acceptance (FALSE).
{
{ CONNECTION_ID: (input)  This parameter specifies the connection identifier.
{
{ TCPIP_ATTRIBUTES:  (input output) This parameter specifies a pointer to the
{       tcpip_attibutes entry to which the entry is added.
{
