Home
last modified time | relevance | path

Searched refs:ZEBRA_ROUTE_ADD (Results 1 – 25 of 36) sorted by relevance

12

/dports/net/frr7-pythontools/frr-frr-7.5.1/ripngd/
H A Dripng_zebra.c67 if (cmd == ZEBRA_ROUTE_ADD) in ripng_zebra_ipv6_send()
90 (cmd == ZEBRA_ROUTE_ADD) in ripng_zebra_ipv6_send()
96 (cmd == ZEBRA_ROUTE_ADD) in ripng_zebra_ipv6_send()
106 ripng_zebra_ipv6_send(ripng, rp, ZEBRA_ROUTE_ADD); in ripng_zebra_ipv6_add()
/dports/net/frr7/frr-frr-7.5.1/ripngd/
H A Dripng_zebra.c67 if (cmd == ZEBRA_ROUTE_ADD) in ripng_zebra_ipv6_send()
90 (cmd == ZEBRA_ROUTE_ADD) in ripng_zebra_ipv6_send()
96 (cmd == ZEBRA_ROUTE_ADD) in ripng_zebra_ipv6_send()
106 ripng_zebra_ipv6_send(ripng, rp, ZEBRA_ROUTE_ADD); in ripng_zebra_ipv6_add()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripd/
H A Drip_zebra.c62 if (cmd == ZEBRA_ROUTE_ADD) in rip_zebra_ipv4_send()
92 (cmd == ZEBRA_ROUTE_ADD) in rip_zebra_ipv4_send()
99 (cmd == ZEBRA_ROUTE_ADD) in rip_zebra_ipv4_send()
111 rip_zebra_ipv4_send(rip, rp, ZEBRA_ROUTE_ADD); in rip_zebra_ipv4_add()
/dports/net/frr7/frr-frr-7.5.1/ripd/
H A Drip_zebra.c62 if (cmd == ZEBRA_ROUTE_ADD) in rip_zebra_ipv4_send()
92 (cmd == ZEBRA_ROUTE_ADD) in rip_zebra_ipv4_send()
99 (cmd == ZEBRA_ROUTE_ADD) in rip_zebra_ipv4_send()
111 rip_zebra_ipv4_send(rip, rp, ZEBRA_ROUTE_ADD); in rip_zebra_ipv4_add()
/dports/net/frr7-pythontools/frr-frr-7.5.1/babeld/
H A Dkernel.c199 return zclient_route_send (add ? ZEBRA_ROUTE_ADD : ZEBRA_ROUTE_DELETE, in zebra_route()
/dports/net/frr7/frr-frr-7.5.1/babeld/
H A Dkernel.c199 return zclient_route_send (add ? ZEBRA_ROUTE_ADD : ZEBRA_ROUTE_DELETE, in zebra_route()
/dports/net/frr7-pythontools/frr-frr-7.5.1/ospf6d/
H A Dospf6_zebra.c304 ret = zclient_route_send(ZEBRA_ROUTE_ADD, zclient, &api); in ospf6_zebra_route_update()
339 zclient_route_send(ZEBRA_ROUTE_ADD, zclient, &api); in ospf6_zebra_add_discard()
/dports/net/frr7/frr-frr-7.5.1/ospf6d/
H A Dospf6_zebra.c304 ret = zclient_route_send(ZEBRA_ROUTE_ADD, zclient, &api); in ospf6_zebra_route_update()
339 zclient_route_send(ZEBRA_ROUTE_ADD, zclient, &api); in ospf6_zebra_add_discard()
/dports/net/frr7-pythontools/frr-frr-7.5.1/eigrpd/
H A Deigrp_zebra.c243 zclient_route_send(ZEBRA_ROUTE_ADD, zclient, &api); in eigrp_zebra_route_add()
/dports/net/frr7/frr-frr-7.5.1/eigrpd/
H A Deigrp_zebra.c243 zclient_route_send(ZEBRA_ROUTE_ADD, zclient, &api); in eigrp_zebra_route_add()
/dports/net/frr7-pythontools/frr-frr-7.5.1/nhrpd/
H A Dnhrp_route.c195 zclient_route_send(add ? ZEBRA_ROUTE_ADD : ZEBRA_ROUTE_DELETE, zclient, in nhrp_route_announce()
/dports/net/frr7/frr-frr-7.5.1/nhrpd/
H A Dnhrp_route.c195 zclient_route_send(add ? ZEBRA_ROUTE_ADD : ZEBRA_ROUTE_DELETE, zclient, in nhrp_route_announce()
/dports/net/frr7-pythontools/frr-frr-7.5.1/staticd/
H A Dstatic_zebra.c508 ZEBRA_ROUTE_ADD : ZEBRA_ROUTE_DELETE, in static_zebra_route_add()
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_zebra.c243 zclient_route_send(ZEBRA_ROUTE_ADD, zclient, &api); in isis_zebra_route_add_route()
/dports/net/frr7/frr-frr-7.5.1/staticd/
H A Dstatic_zebra.c508 ZEBRA_ROUTE_ADD : ZEBRA_ROUTE_DELETE, in static_zebra_route_add()
/dports/net/frr7/frr-frr-7.5.1/isisd/
H A Disis_zebra.c243 zclient_route_send(ZEBRA_ROUTE_ADD, zclient, &api); in isis_zebra_route_add_route()
/dports/net/frr7/frr-frr-7.5.1/pbrd/
H A Dpbr_zebra.c303 zclient_route_send(ZEBRA_ROUTE_ADD, zclient, api); in route_add_helper()
/dports/net/frr7-pythontools/frr-frr-7.5.1/pbrd/
H A Dpbr_zebra.c303 zclient_route_send(ZEBRA_ROUTE_ADD, zclient, api); in route_add_helper()
/dports/net/frr7-pythontools/frr-frr-7.5.1/sharpd/
H A Dsharp_zebra.c404 zclient_route_send(ZEBRA_ROUTE_ADD, zclient, &api); in route_add()
/dports/net/frr7/frr-frr-7.5.1/sharpd/
H A Dsharp_zebra.c404 zclient_route_send(ZEBRA_ROUTE_ADD, zclient, &api); in route_add()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dzclient.h108 ZEBRA_ROUTE_ADD, enumerator
H A Dlog.c349 DESC_ENTRY(ZEBRA_ROUTE_ADD),
/dports/net/frr7-pythontools/frr-frr-7.5.1/doc/developer/
H A Dzebra.rst181 | ZEBRA_ROUTE_ADD | 8 |
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dlog.c349 DESC_ENTRY(ZEBRA_ROUTE_ADD),
H A Dzclient.h108 ZEBRA_ROUTE_ADD, enumerator

12