Home
last modified time | relevance | path

Searched refs:rr_client (Results 1 – 11 of 11) sorted by relevance

/dports/net/mosquitto/mosquitto-2.0.13/client/
H A DMakefile29 static_rr : rr_client.o client_props.o client_shared.o pub_shared.o sub_client_output.o ../lib/libm…
38 mosquitto_rr : rr_client.o client_shared.o client_props.o pub_shared.o sub_client_output.o
53 rr_client.o : rr_client.c ${SHARED_DEP}
/dports/www/domoticz/domoticz-2020.2/extern/mosquitto/client/
H A DMakefile29 static_rr : rr_client.o client_props.o client_shared.o pub_shared.o sub_client_output.o ../lib/libm…
38 mosquitto_rr : rr_client.o client_shared.o client_props.o pub_shared.o sub_client_output.o
53 rr_client.o : rr_client.c ${SHARED_DEP}
/dports/net/bird/bird-1.6.8/proto/bgp/
H A Dbgp.h45 int rr_client; /* Whether neighbor is RR client of me */ member
151 int rr_client; /* Whether neighbor is RR client of me */ member
H A Dbgp.c1230 if (p->rr_client) in bgp_start()
1372 p->rr_client = c->rr_client; in bgp_init()
1425 if (!internal && c->rr_client) in bgp_check_config()
1660 p->rr_client ? " route-reflector" : "", in bgp_show_proto_info()
H A Dattrs.c1077 return (e && p->rr_client && int_set_contains(e->u.ptr, p->rr_cluster_id)); in bgp_cluster_list_loopy()
1144 … bgp_cluster_list_prepend(e, attrs, pool, src->rr_client ? src->rr_cluster_id : p->rr_cluster_id); in bgp_update_attrs()
1147 if (src->rr_client && p->rr_client && (src->rr_cluster_id != p->rr_cluster_id)) in bgp_update_attrs()
1208 if (p->rr_client || new_bgp->rr_client) in bgp_import_control()
H A Dconfig.Y113 | bgp_proto RR CLIENT ';' { BGP_CFG->rr_client = 1; }
/dports/net/bird/bird-1.6.8/doc/
H A Dbird.conf.example211 #template bgp rr_client {
219 #protocol bgp rr_abcd from rr_client {
/dports/net/bird2/bird-2.0.8/proto/bgp/
H A Dbgp.h103 int rr_client; /* Whether neighbor is RR client of me */ member
295 u8 rr_client; /* Whether neighbor is RR client of me */ member
H A Dbgp.c1550 if (p->rr_client) in bgp_start()
1698 p->rr_client = cf->rr_client; in bgp_init()
1936 if (!internal && cf->rr_client) in bgp_postconfig()
1988 cc->next_hop_keep = cf->rr_client ? NH_IBGP : (cf->rs_client ? NH_ALL : NH_NO); in bgp_postconfig()
2470 p->rr_client ? " route-reflector" : "", in bgp_show_proto_info()
H A Dconfig.Y142 | bgp_proto RR CLIENT bool ';' { BGP_CFG->rr_client = $4; }
H A Dattrs.c1408 if (p->rr_client && bgp_cluster_list_loopy(p, attrs)) in bgp_decode_attrs()
1683 if (!p->rr_client && !src->rr_client) in bgp_preexport()