{
{    The purpose of this request is to accept establishment of a CDNA
{  connection which has been requested by a CDNA client application.  In
{  general, the client may be any application which executes on some CDNA
{  system.
{
{    A requested connection must be accepted in order to complete connection
{  establishment.  Attempts to access a requested connection before the
{  connection is accepted will result in abnormal status.
{
{    The connection end point of a requested connection must be acquired by a
{  server application job before the connection may be accepted.
{
{    The definition of a server application (refer to the
{  MANAGE_NETWORK_APPLICATIONS utility) may specify that the NAM is to accept
{  each requested connection on behalf of the server application.  In this case,
{  the connection is established when its end point is acquired by a server
{  application job and this request is not used.
{
{    If the NAM does not accept requested connections on behalf of the server
{  application, a server application job must first acquire the connection end
{  point and then accept the connection.
{
{        NAP$ACCEPT_CONNECTION (FILE, STATUS)
{
{  FILE: (input) This parameter specifies the name of the network file which
{        identifies the local end point of the connection to be accepted.
{
{  STATUS: (output) This parameter specifies the request status.
{        CONDITIONS:
{              ame$file_not_known
{              ame$improper_device_class
{              nae$accept_not_pending
{              nae$connection_terminated
{              nae$switch_offer_accepted
{              nae$switch_offer_pending
{              {other BAM conditions}
{
