|
open_error_t | openapiIpRouteAgeGet (openapiClientHandle_t *client_handle, uint32_t *routeDest, uint32_t *routeMask, OPEN_RTO_PROTOCOL_INDICES_t *routeProto, uint32_t *routePref, uint32_t *routeAge) |
| Gets the number of seconds since this route was last updated or otherwise determined to be correct. More...
|
|
open_error_t | openapiIpRouteEntryGetNext (openapiClientHandle_t *client_handle, uint32_t *routeDest, uint32_t *routeMask, OPEN_RTO_PROTOCOL_INDICES_t *routeProto, uint32_t *routePref) |
| Gets the next route entry for the specified route destination. More...
|
|
open_error_t | openapiIpRouteHwFailureGet (openapiClientHandle_t *client_handle, uint32_t *routeDest, uint32_t *routeMask, OPEN_RTO_PROTOCOL_INDICES_t *routeProto, uint32_t *routePref, OPEN_BOOL_t *hwFailure) |
| Gets the hardware failure flag for this route. More...
|
|
open_error_t | openapiIpRouteMetricGet (openapiClientHandle_t *client_handle, uint32_t *routeDest, uint32_t *routeMask, OPEN_RTO_PROTOCOL_INDICES_t *routeProto, uint32_t *routePref, uint32_t *metric) |
| Gets the primary routing metric for this route. More...
|
|
open_error_t | openapiIpRouteNextHopAddrGet (openapiClientHandle_t *client_handle, uint32_t *routeDest, uint32_t *routeMask, OPEN_RTO_PROTOCOL_INDICES_t *routeProto, uint32_t *routePref, open_buffdesc *nextHopAddr) |
| Gets the comma separated list of the IP addresses of the next hop of this route. More...
|
|
open_error_t | openapiIpRouteNextHopIntfGet (openapiClientHandle_t *client_handle, uint32_t *routeDest, uint32_t *routeMask, OPEN_RTO_PROTOCOL_INDICES_t *routeProto, uint32_t *routePref, open_buffdesc *nextHopIntf) |
| Gets the comma separated list of the local interfaces through which the next hop of this route should be reached. More...
|
|