{
{       The purpose of this routine is to display the physical and logical
{ identifiers or the LCN paths and their status, which are defined for the
{ Remote Host Facility Access Method. The information required to generate
{ the display is taken from a configuration file produced by the RHFAM
{ configuration utility or from the active configuration contained in
{ RFV$RHFAM_STATUS_TABLE.
{ The caller of this routine uses the standard command language display
{ interface routines and has opened the display file. It will be closed by
{ the caller when this routine exits.
{
{ RFP$DISPLAY_ROUTING_INFO_R3 (PHYSICAL_ID_LIST, LOGICAL_ID_LIST,
{   LOCAL_PID_SPECIFIED, ALL_PIDS_SPECIFIED, ALL_LIDS_SPECIFIED, DISPLAY_TYPE,
{   INPUT_FILE_P, DISPLAY_CONTROL, STATUS)
{
{ PHYSICAL_ID_LIST: (input) This parameter specifies a list of local or
{   remote host identifiers to be used to determine the physical hosts
{   whose lids or paths are to be displayed.
{
{ LOGICAL_ID_LIST: (input) This parameter specifies a list of logical ids
{   to be used to determine the lids to be displayed for the specified
{   hosts. This parameter is ignored if paths are being displayed.
{
{ LOCAL_PID_SPECIFIED: (input) This parameter is a boolean value which, if
{   TRUE, specifies that only the local host is to have routing information
{   displayed.
{
{ ALL_PIDS_SPECIFIED: (input) This parameter is a boolean value which, if
{   TRUE, specifies that all hosts defined in the configuration are to have
{   routing information displayed. This parameter, if TRUE, overrides the
{   LOCAL_PID_SPECIFIED parameter.
{
{ ALL_LIDS_SPECIFIED: (input) This parameter is a boolean value which, if
{   TRUE, specifies that all LIDs for the specified hosts are to be displayed.
{   This parameter is ignored if paths are being displayed.
{
{ DISPLAY_TYPE: (input) This parameter specifies the type of display to be
{   generated:
{
{       rfc$rdt_lids: The specified logical identifiers and their status will
{                 be displayed.
{
{       rfc$rdt_paths: The network paths for the specified hosts and their
{                  status will be displayed.
{
{ INPUT_FILE_P: (input) This parameter specifies a sequence pointer to the
{   first element in a segment access RHFAM configuration file which has
{   been opened and positioned by the calling routine. The file will be
{   closed and returned by the caller when this routine exits. If this
{   pointer is NIL, The active configuration in RFV$RHFAM_STATUS_TABLE is
{   displayed.
{
{ DISPLAY_CONTROL: (input_output) This parameter specifies all information
{   required by the command language display interface routines about the
{   display file. This data is set up by the caller of this routine when
{   the display file is opened and will be updated by this routine as display
{   information is generated.
{
{ STATUS: (output) This parameter returns the results of the request. A
{   status of normal indicates all lids or paths specified have been displayed:
{
{   CONDITIONS: rfe$required_def_missing
{               rfe$configuration_too_big
{               rfe$invalid_config_file
{               rfe$physical_id_not_found
{               rfe$logical_id_not_found
{
{   IDENTIFIER: 'RF'
{
