Home
last modified time | relevance | path

Searched refs:do_show_ip_route (Results 1 – 3 of 3) sorted by path

/dports/net/frr7-pythontools/frr-frr-7.5.1/zebra/
H A Dzebra_vty.c70 static int do_show_ip_route(struct vty *vty, const char *vrf_name, afi_t afi,
154 return do_show_ip_route(vty, VRF_DEFAULT_NAME, AFI_IP, SAFI_MULTICAST,
1162 do_show_ip_route(vty, zvrf_name(zvrf), afi, SAFI_UNICAST, in do_show_ip_route_all()
1169 static int do_show_ip_route(struct vty *vty, const char *vrf_name, afi_t afi, in do_show_ip_route() function
1714 do_show_ip_route(vty, zvrf_name(zvrf), afi,
1738 do_show_ip_route(vty, vrf->name, afi, SAFI_UNICAST,
/dports/net/frr7/frr-frr-7.5.1/zebra/
H A Dzebra_vty.c70 static int do_show_ip_route(struct vty *vty, const char *vrf_name, afi_t afi,
154 return do_show_ip_route(vty, VRF_DEFAULT_NAME, AFI_IP, SAFI_MULTICAST,
1162 do_show_ip_route(vty, zvrf_name(zvrf), afi, SAFI_UNICAST, in do_show_ip_route_all()
1169 static int do_show_ip_route(struct vty *vty, const char *vrf_name, afi_t afi, in do_show_ip_route() function
1714 do_show_ip_route(vty, zvrf_name(zvrf), afi,
1738 do_show_ip_route(vty, vrf->name, afi, SAFI_UNICAST,
/dports/net/quagga/quagga-1.2.4/zebra/
H A Dzebra_vty.c36 static int do_show_ip_route(struct vty *vty, safi_t safi, vrf_id_t vrf_id);
334 return do_show_ip_route(vty, SAFI_MULTICAST, vrf_id);
2385 return do_show_ip_route(vty, SAFI_UNICAST, vrf_id);
2388 static int do_show_ip_route(struct vty *vty, safi_t safi, vrf_id_t vrf_id) in do_show_ip_route() function