
{ In the following definition '_orr_' stands for '_open_reject_reason_'.
{ The following are the reason codes sent by the UDP Access Provider
{ via the Open Socket Reject Indication.

  CONST
    nlc$udpaa_orr_resources_unavail = 1,
    nlc$udpaa_orr_port_already_bind = 2;

  TYPE
    nlt$udpaa_open_reject_reason = 0 .. 0ff(16);
