Home
last modified time | relevance | path

Searched refs:route_notify_owner (Results 1 – 12 of 12) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/staticd/
H A Dstatic_zebra.c108 static int route_notify_owner(ZAPI_CALLBACK_ARGS) in route_notify_owner() function
526 zclient->route_notify_owner = route_notify_owner; in static_zebra_init()
/dports/net/frr7/frr-frr-7.5.1/staticd/
H A Dstatic_zebra.c108 static int route_notify_owner(ZAPI_CALLBACK_ARGS) in route_notify_owner() function
526 zclient->route_notify_owner = route_notify_owner; in static_zebra_init()
/dports/net/frr7/frr-frr-7.5.1/pbrd/
H A Dpbr_zebra.c160 static int route_notify_owner(ZAPI_CALLBACK_ARGS) in route_notify_owner() function
442 zclient->route_notify_owner = route_notify_owner; in pbr_zebra_init()
/dports/net/frr7-pythontools/frr-frr-7.5.1/pbrd/
H A Dpbr_zebra.c160 static int route_notify_owner(ZAPI_CALLBACK_ARGS) in route_notify_owner() function
442 zclient->route_notify_owner = route_notify_owner; in pbr_zebra_init()
/dports/net/frr7-pythontools/frr-frr-7.5.1/sharpd/
H A Dsharp_zebra.c297 static int route_notify_owner(ZAPI_CALLBACK_ARGS) in route_notify_owner() function
683 zclient->route_notify_owner = route_notify_owner; in sharp_zebra_init()
/dports/net/frr7/frr-frr-7.5.1/sharpd/
H A Dsharp_zebra.c297 static int route_notify_owner(ZAPI_CALLBACK_ARGS) in route_notify_owner() function
683 zclient->route_notify_owner = route_notify_owner; in sharp_zebra_init()
/dports/net/frr7-pythontools/frr-frr-7.5.1/eigrpd/
H A Deigrp_zebra.c115 zclient->route_notify_owner = eigrp_zebra_route_notify_owner; in eigrp_zebra_init()
/dports/net/frr7/frr-frr-7.5.1/eigrpd/
H A Deigrp_zebra.c115 zclient->route_notify_owner = eigrp_zebra_route_notify_owner; in eigrp_zebra_init()
/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dzclient.h346 int (*route_notify_owner)(ZAPI_CALLBACK_ARGS); member
H A Dzclient.c3727 if (zclient->route_notify_owner) in zclient_read()
3728 (*zclient->route_notify_owner)(command, zclient, length, in zclient_read()
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dzclient.h346 int (*route_notify_owner)(ZAPI_CALLBACK_ARGS); member
H A Dzclient.c3727 if (zclient->route_notify_owner) in zclient_read()
3728 (*zclient->route_notify_owner)(command, zclient, length, in zclient_read()