Home
last modified time | relevance | path

Searched defs:peers (Results 1 – 25 of 1689) sorted by relevance

12345678910>>...68

/dports/security/vault/vault-1.8.2/vendor/github.com/aerospike/aerospike-client-go/
H A Dpeers.go24 type peers struct { struct
25 _peers map[string]*peer
26 _hosts map[Host]struct{}
27 _nodes map[string]*Node
28 refreshCount AtomicInt
29 usePeers AtomicBool
30 genChanged AtomicBool
32 mutex sync.RWMutex
52 func (ps *peers) addHost(host Host) {
80 func (ps *peers) peers() []*peer { func
[all …]
/dports/net/yggdrasil/yggdrasil-go-0.3.11/src/yggdrasil/
H A Dpeer.go23 type peers struct { struct
24 core *Core
25 mutex sync.Mutex // Synchronize writes to atomic
26 ports atomic.Value //map[switchPort]*peer, use CoW semantics
30 func (ps *peers) init(c *Core) {
37 func (ps *peers) reconfigure() {
56 func (ps *peers) addAllowedEncryptionPublicKey(box string) {
84 func (ps *peers) getPorts() map[switchPort]*peer {
89 func (ps *peers) putPorts(ports map[switchPort]*peer) {
147 func (ps *peers) removePeer(port switchPort) {
[all …]
/dports/net/haproxy19/haproxy-1.9.16/include/types/
H A Dpeers.h75 struct peers { struct
80 struct peer *remote; /* remote peers list */ argument
82 struct proxy *peers_fe; /* peer frontend */ argument
88 struct peers *next; /* next peer section */ argument
89 unsigned int flags; /* current peers section resync state */ argument
91 int count; /* total of peers */ argument
/dports/net/haproxy17/haproxy-1.7.14/include/types/
H A Dpeers.h74 struct peers { struct
79 struct peer *remote; /* remote peers list */ argument
81 struct proxy *peers_fe; /* peer frontend */ argument
87 struct peers *next; /* next peer section */ argument
88 unsigned int flags; /* current peers section resync state */ argument
90 int count; /* total of peers */ argument
/dports/net/haproxy18/haproxy-1.8.30/include/types/
H A Dpeers.h75 struct peers { struct
80 struct peer *remote; /* remote peers list */ argument
82 struct proxy *peers_fe; /* peer frontend */ argument
88 struct peers *next; /* next peer section */ argument
89 unsigned int flags; /* current peers section resync state */ argument
91 int count; /* total of peers */ argument
/dports/net-mgmt/flowd/flowd-0.9.1/
H A Dpeer.h106 struct peers { struct
109 u_int max_peers, max_templates, max_sources, max_template_len; argument
110 u_int num_peers, num_forced; argument
114 struct peer_state *new_peer(struct peers *peers, struct flowd_config *conf, argument
/dports/net/haproxy20/haproxy-2.0.26/include/types/
H A Dpeers.h85 struct peers { struct
90 struct peer *remote; /* remote peers list */ argument
92 struct proxy *peers_fe; /* peer frontend */ argument
98 struct peers *next; /* next peer section */ argument
99 unsigned int flags; /* current peers section resync state */ argument
101 int count; /* total of peers */ argument
/dports/net/haproxy22/haproxy-2.2.19/include/haproxy/
H A Dpeers-t.h84 struct peers { struct
89 struct peer *remote; /* remote peers list */ argument
91 struct proxy *peers_fe; /* peer frontend */ argument
97 struct peers *next; /* next peer section */ argument
98 unsigned int flags; /* current peers section resync state */ argument
100 int count; /* total of peers */ argument
/dports/net/haproxy21/haproxy-2.1.12/include/types/
H A Dpeers.h85 struct peers { struct
90 struct peer *remote; /* remote peers list */ argument
92 struct proxy *peers_fe; /* peer frontend */ argument
98 struct peers *next; /* next peer section */ argument
99 unsigned int flags; /* current peers section resync state */ argument
101 int count; /* total of peers */ argument
/dports/net/nuster/nuster-5.0.4.21/include/types/
H A Dpeers.h85 struct peers { struct
90 struct peer *remote; /* remote peers list */ argument
92 struct proxy *peers_fe; /* peer frontend */ argument
98 struct peers *next; /* next peer section */ argument
99 unsigned int flags; /* current peers section resync state */ argument
101 int count; /* total of peers */ argument
/dports/net/haproxy/haproxy-2.4.10/include/haproxy/
H A Dpeers-t.h86 struct peers { struct
90 struct peer *remote; /* remote peers list */ argument
92 struct proxy *peers_fe; /* peer frontend */ argument
98 struct peers *next; /* next peer section */ argument
99 unsigned int flags; /* current peers section resync state */ argument
101 int count; /* total of peers */ argument
102 int disabled; /* peers proxy disabled if >0 */ argument
/dports/net/haproxy23/haproxy-2.3.16/include/haproxy/
H A Dpeers-t.h86 struct peers { struct
90 struct peer *remote; /* remote peers list */ argument
92 struct proxy *peers_fe; /* peer frontend */ argument
98 struct peers *next; /* next peer section */ argument
99 unsigned int flags; /* current peers section resync state */ argument
101 int count; /* total of peers */ argument
102 int disabled; /* peers proxy disabled if >0 */ argument
/dports/net-mgmt/py-napalm/napalm-3.3.1/test/eos/mocked_data/test_get_bgp_neighbors/issue1356/
H A Dshow_ipv6_bgp_summary_vrf_all.json5 "peers": {}, object
11 "peers": {}, object
17 "peers": {}, object
23 "peers": {}, object
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/http/
H A Dngx_http_upstream_round_robin.h86 #define ngx_http_upstream_rr_peers_rlock(peers) \ argument
92 #define ngx_http_upstream_rr_peers_wlock(peers) \ argument
98 #define ngx_http_upstream_rr_peers_unlock(peers) \ argument
105 #define ngx_http_upstream_rr_peer_lock(peers, peer) \ argument
111 #define ngx_http_upstream_rr_peer_unlock(peers, peer) \ argument
119 #define ngx_http_upstream_rr_peers_rlock(peers) argument
120 #define ngx_http_upstream_rr_peers_wlock(peers) argument
121 #define ngx_http_upstream_rr_peers_unlock(peers) argument
122 #define ngx_http_upstream_rr_peer_lock(peers, peer) argument
123 #define ngx_http_upstream_rr_peer_unlock(peers, peer) argument
[all …]
/dports/security/modsecurity3-nginx/nginx-1.20.0/src/stream/
H A Dngx_stream_upstream_round_robin.h84 #define ngx_stream_upstream_rr_peers_rlock(peers) \ argument
90 #define ngx_stream_upstream_rr_peers_wlock(peers) \ argument
96 #define ngx_stream_upstream_rr_peers_unlock(peers) \ argument
103 #define ngx_stream_upstream_rr_peer_lock(peers, peer) \ argument
109 #define ngx_stream_upstream_rr_peer_unlock(peers, peer) \ argument
117 #define ngx_stream_upstream_rr_peers_rlock(peers) argument
118 #define ngx_stream_upstream_rr_peers_wlock(peers) argument
119 #define ngx_stream_upstream_rr_peers_unlock(peers) argument
120 #define ngx_stream_upstream_rr_peer_lock(peers, peer) argument
121 #define ngx_stream_upstream_rr_peer_unlock(peers, peer) argument
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/Arceliar/ironwood/network/
H A Dpeers.go20 type peers struct { struct
21 phony.Inbox // Used to create/remove peers
22 core *core
23 peers map[peerPort]*peer member
26 func (ps *peers) init(c *core) {
31 func (ps *peers) addPeer(key publicKey, conn net.Conn) (*peer, error) {
62 func (ps *peers) removePeer(port peerPort) error {
76 peers *peers member
336 func (ps *peers) handlePathResponse(from phony.Actor, response *pathResponse) {
382 func (ps *peers) handlePathTraffic(from phony.Actor, tr *pathTraffic) {
/dports/www/nginx-naxsi/nginx-1.20.2/src/http/
H A Dngx_http_upstream_round_robin.h86 #define ngx_http_upstream_rr_peers_rlock(peers) \ argument
92 #define ngx_http_upstream_rr_peers_wlock(peers) \ argument
98 #define ngx_http_upstream_rr_peers_unlock(peers) \ argument
105 #define ngx_http_upstream_rr_peer_lock(peers, peer) \ argument
111 #define ngx_http_upstream_rr_peer_unlock(peers, peer) \ argument
119 #define ngx_http_upstream_rr_peers_rlock(peers) argument
120 #define ngx_http_upstream_rr_peers_wlock(peers) argument
121 #define ngx_http_upstream_rr_peers_unlock(peers) argument
122 #define ngx_http_upstream_rr_peer_lock(peers, peer) argument
123 #define ngx_http_upstream_rr_peer_unlock(peers, peer) argument
[all …]
/dports/www/nginx-naxsi/nginx-1.20.2/src/stream/
H A Dngx_stream_upstream_round_robin.h84 #define ngx_stream_upstream_rr_peers_rlock(peers) \ argument
90 #define ngx_stream_upstream_rr_peers_wlock(peers) \ argument
96 #define ngx_stream_upstream_rr_peers_unlock(peers) \ argument
103 #define ngx_stream_upstream_rr_peer_lock(peers, peer) \ argument
109 #define ngx_stream_upstream_rr_peer_unlock(peers, peer) \ argument
117 #define ngx_stream_upstream_rr_peers_rlock(peers) argument
118 #define ngx_stream_upstream_rr_peers_wlock(peers) argument
119 #define ngx_stream_upstream_rr_peers_unlock(peers) argument
120 #define ngx_stream_upstream_rr_peer_lock(peers, peer) argument
121 #define ngx_stream_upstream_rr_peer_unlock(peers, peer) argument
[all …]
/dports/www/nginx-devel/nginx-1.21.5/src/http/
H A Dngx_http_upstream_round_robin.h86 #define ngx_http_upstream_rr_peers_rlock(peers) \ argument
92 #define ngx_http_upstream_rr_peers_wlock(peers) \ argument
98 #define ngx_http_upstream_rr_peers_unlock(peers) \ argument
105 #define ngx_http_upstream_rr_peer_lock(peers, peer) \ argument
111 #define ngx_http_upstream_rr_peer_unlock(peers, peer) \ argument
119 #define ngx_http_upstream_rr_peers_rlock(peers) argument
120 #define ngx_http_upstream_rr_peers_wlock(peers) argument
121 #define ngx_http_upstream_rr_peers_unlock(peers) argument
122 #define ngx_http_upstream_rr_peer_lock(peers, peer) argument
123 #define ngx_http_upstream_rr_peer_unlock(peers, peer) argument
[all …]
/dports/www/nginx-devel/nginx-1.21.5/src/stream/
H A Dngx_stream_upstream_round_robin.h84 #define ngx_stream_upstream_rr_peers_rlock(peers) \ argument
90 #define ngx_stream_upstream_rr_peers_wlock(peers) \ argument
96 #define ngx_stream_upstream_rr_peers_unlock(peers) \ argument
103 #define ngx_stream_upstream_rr_peer_lock(peers, peer) \ argument
109 #define ngx_stream_upstream_rr_peer_unlock(peers, peer) \ argument
117 #define ngx_stream_upstream_rr_peers_rlock(peers) argument
118 #define ngx_stream_upstream_rr_peers_wlock(peers) argument
119 #define ngx_stream_upstream_rr_peers_unlock(peers) argument
120 #define ngx_stream_upstream_rr_peer_lock(peers, peer) argument
121 #define ngx_stream_upstream_rr_peer_unlock(peers, peer) argument
[all …]
/dports/www/nginx-full/nginx-1.20.2/src/stream/
H A Dngx_stream_upstream_round_robin.h84 #define ngx_stream_upstream_rr_peers_rlock(peers) \ argument
90 #define ngx_stream_upstream_rr_peers_wlock(peers) \ argument
96 #define ngx_stream_upstream_rr_peers_unlock(peers) \ argument
103 #define ngx_stream_upstream_rr_peer_lock(peers, peer) \ argument
109 #define ngx_stream_upstream_rr_peer_unlock(peers, peer) \ argument
117 #define ngx_stream_upstream_rr_peers_rlock(peers) argument
118 #define ngx_stream_upstream_rr_peers_wlock(peers) argument
119 #define ngx_stream_upstream_rr_peers_unlock(peers) argument
120 #define ngx_stream_upstream_rr_peer_lock(peers, peer) argument
121 #define ngx_stream_upstream_rr_peer_unlock(peers, peer) argument
[all …]
/dports/www/nginx-lite/nginx-1.20.2/src/http/
H A Dngx_http_upstream_round_robin.h86 #define ngx_http_upstream_rr_peers_rlock(peers) \ argument
92 #define ngx_http_upstream_rr_peers_wlock(peers) \ argument
98 #define ngx_http_upstream_rr_peers_unlock(peers) \ argument
105 #define ngx_http_upstream_rr_peer_lock(peers, peer) \ argument
111 #define ngx_http_upstream_rr_peer_unlock(peers, peer) \ argument
119 #define ngx_http_upstream_rr_peers_rlock(peers) argument
120 #define ngx_http_upstream_rr_peers_wlock(peers) argument
121 #define ngx_http_upstream_rr_peers_unlock(peers) argument
122 #define ngx_http_upstream_rr_peer_lock(peers, peer) argument
123 #define ngx_http_upstream_rr_peer_unlock(peers, peer) argument
[all …]
/dports/www/nginx-lite/nginx-1.20.2/src/stream/
H A Dngx_stream_upstream_round_robin.h84 #define ngx_stream_upstream_rr_peers_rlock(peers) \ argument
90 #define ngx_stream_upstream_rr_peers_wlock(peers) \ argument
96 #define ngx_stream_upstream_rr_peers_unlock(peers) \ argument
103 #define ngx_stream_upstream_rr_peer_lock(peers, peer) \ argument
109 #define ngx_stream_upstream_rr_peer_unlock(peers, peer) \ argument
117 #define ngx_stream_upstream_rr_peers_rlock(peers) argument
118 #define ngx_stream_upstream_rr_peers_wlock(peers) argument
119 #define ngx_stream_upstream_rr_peers_unlock(peers) argument
120 #define ngx_stream_upstream_rr_peer_lock(peers, peer) argument
121 #define ngx_stream_upstream_rr_peer_unlock(peers, peer) argument
[all …]
/dports/www/nginx/nginx-1.20.2/src/http/
H A Dngx_http_upstream_round_robin.h86 #define ngx_http_upstream_rr_peers_rlock(peers) \ argument
92 #define ngx_http_upstream_rr_peers_wlock(peers) \ argument
98 #define ngx_http_upstream_rr_peers_unlock(peers) \ argument
105 #define ngx_http_upstream_rr_peer_lock(peers, peer) \ argument
111 #define ngx_http_upstream_rr_peer_unlock(peers, peer) \ argument
119 #define ngx_http_upstream_rr_peers_rlock(peers) argument
120 #define ngx_http_upstream_rr_peers_wlock(peers) argument
121 #define ngx_http_upstream_rr_peers_unlock(peers) argument
122 #define ngx_http_upstream_rr_peer_lock(peers, peer) argument
123 #define ngx_http_upstream_rr_peer_unlock(peers, peer) argument
[all …]
/dports/www/nginx/nginx-1.20.2/src/stream/
H A Dngx_stream_upstream_round_robin.h84 #define ngx_stream_upstream_rr_peers_rlock(peers) \ argument
90 #define ngx_stream_upstream_rr_peers_wlock(peers) \ argument
96 #define ngx_stream_upstream_rr_peers_unlock(peers) \ argument
103 #define ngx_stream_upstream_rr_peer_lock(peers, peer) \ argument
109 #define ngx_stream_upstream_rr_peer_unlock(peers, peer) \ argument
117 #define ngx_stream_upstream_rr_peers_rlock(peers) argument
118 #define ngx_stream_upstream_rr_peers_wlock(peers) argument
119 #define ngx_stream_upstream_rr_peers_unlock(peers) argument
120 #define ngx_stream_upstream_rr_peer_lock(peers, peer) argument
121 #define ngx_stream_upstream_rr_peer_unlock(peers, peer) argument
[all …]

12345678910>>...68