{
{    The purpose of this procedure is to get the list of the currently
{ installed static routes.
{
{       NLP$TM_GET_STATIC_ROUTES (STATIC_ROUTES, COUNT, STATUS)
{
{ STATIC_ROUTES: (input, output)  This parameter specifies an array of static
{       route definitions.  The size of the array must be equal to or greater
{       than the number of currently installed static route definitions.
{
{ COUNT: (output)  This parameter specifies the number of currently installed
{       static route definitions.  This parameter will be initialized even if
{       the array size of the previous parameter is too small.  The intent of
{       this parameter is to allow a caller to able to capture the installed
{       static routing table which may be dynamically changing.
{
{ STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             nae$tm_route_list_too_small
{             ofe$sou_not_active
{
