{
{    The purpose of this procedure is to access the channel connection for the
{ given connection id to check if there are any senders or receivers active on
{ the connection.  If there are no active senders and receivers the state of
{ the TCP socket interface layer is marked as being offered.  If the TCP socket
{ interface layer is closed or terminated, the layer is deactivated if there is
{ no IO active and the appropriate status is returned to the caller.
{
{       NLP$SK_TCP_OFFER_SOCKET (CONNECTION_ID, STATUS)
{
{ CONNECTION_ID: (input) This parameter specifies the channel connection
{       identifier.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITION:
{             nae$sk_io_pending
{             nae$sk_socket_disconnected
{             nae$sk_socket_terminated
{
