Home
last modified time | relevance | path

Searched refs:neighbor (Results 1 – 25 of 2413) sorted by relevance

12345678910>>...97

/dports/cad/openroad/OpenROAD-2.0/src/pdr/test/
H A Dpd_gcd.ok3 0 (91 101) neighbor 0 length 0
4 1 (27 58) neighbor 36 length 0
5 2 (20 62) neighbor 46 length 5
6 3 (37 70) neighbor 47 length 7
7 4 (48 65) neighbor 66 length 8
8 5 (62 69) neighbor 58 length 0
9 6 (53 59) neighbor 38 length 0
10 7 (58 41) neighbor 68 length 6
11 8 (68 51) neighbor 39 length 0
12 9 (51 49) neighbor 40 length 0
[all …]
H A Dpd_revII_gcd.ok3 0 (91 101) neighbor 0 length 0
4 1 (27 58) neighbor 47 length 2
5 2 (20 62) neighbor 58 length 5
6 3 (37 70) neighbor 53 length 0
7 4 (48 65) neighbor 52 length 3
8 5 (62 69) neighbor 49 length 1
9 6 (53 59) neighbor 61 length 9
10 7 (58 41) neighbor 45 length 4
11 8 (68 51) neighbor 54 length 0
12 9 (51 49) neighbor 38 length 6
[all …]
H A Dpd2.ok3 0 (2013675 1174195) neighbor 0 length 0
4 1 (1730950 624475) neighbor 11 length 138540
5 2 (1742950 751015) neighbor 11 length 0
6 3 (1958747 834065) neighbor 12 length 0
8 5 (1961350 840725) neighbor 13 length 0
9 6 (1874470 807425) neighbor 14 length 0
10 7 (1757627 854045) neighbor 15 length 0
11 8 (1965947 1087145) neighbor 16 length 0
12 9 (2005787 1127105) neighbor 17 length 0
13 10 (1965947 1100465) neighbor 18 length 0
[all …]
/dports/net/exabgp4/exabgp-4.2.13/lib/exabgp/configuration/neighbor/
H A D__init__.py144 neighbor = Neighbor()
162 neighbor.md5_ip = local.get('md5-ip', neighbor.local_address)
228 if neighbor.nexthop:
271 if neighbor.peer_address.afi == AFI.ipv4 and not neighbor.auto_discovery:
272 neighbor.router_id = neighbor.local_address
284 if not neighbor.auto_discovery and neighbor.local_address.afi != neighbor.peer_address.afi:
286 neighbor.range_size = neighbor.peer_address.mask.size()
288 if neighbor.range_size > 1 and not neighbor.passive:
297 … md5 = base64.b64decode(neighbor.md5_password) if neighbor.md5_base64 else neighbor.md5_password
325 self.neighbors[neighbor.name()] = neighbor
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/os9/roles/os9_bgp/templates/
H A Dos9_bgp.j223 neighbor:
158 {% if bgp_vars.neighbor is defined and bgp_vars.neighbor %}
159 {% for neighbor in bgp_vars.neighbor %}
162 {% if neighbor.ip is defined and neighbor.ip %}
178 neighbor {{ tag_or_ip }} remote-as {{ neighbor.remote_asn }}
183 neighbor {{ tag_or_ip }} peer-group {{ neighbor.peergroup }}
195 {% if neighbor.name is defined and neighbor.name %}
204 no neighbor {{ tag_or_ip }} subnet {{ neighbor.subnet }}
206 neighbor {{ tag_or_ip }} subnet {{ neighbor.subnet }}
216 neighbor {{ tag_or_ip }} remote-as {{ neighbor.remote_asn }}
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/dellemc/os6/roles/os6_bgp/templates/
H A Dos6_bgp.j218 neighbor:
90 {% if bgp_vars.neighbor is defined and bgp_vars.neighbor %}
91 {% for neighbor in bgp_vars.neighbor %}
93 {% if neighbor.type == "ipv4" or neighbor.type =="ipv6" %}
94 {% if neighbor.ip is defined and neighbor.ip %}
101 no neighbor {{ tag_or_ip }} inherit peer {{ neighbor.peergroup }}
105 neighbor {{ tag_or_ip }} remote-as {{ neighbor.remote_asn }}
108 neighbor {{ tag_or_ip }} timers {{ neighbor.timer }}
136 no neighbor {{ tag_or_ip }} inherit peer {{ neighbor.peergroup }}
138 neighbor {{ tag_or_ip }} inherit peer {{ neighbor.peergroup }}
[all …]
/dports/math/dune-grid/dune-grid-de36e4b4e99da4cd7a120a39779345e701821115/dune/grid/albertagrid/
H A Delementinfo.cc73 neighbor = neighbor.child( 1-faceInNeighbor ); in leafNeighbor()
111 neighbor = neighbor.child( childIndex ); in leafNeighbor()
129 neighbor = neighbor.child( 1-faceInNeighbor ); in leafNeighbor()
175 neighbor = neighbor.child( childIndex ); in leafNeighbor()
194 neighbor = neighbor.child( 1-faceInNeighbor ); in leafNeighbor()
227 neighbor[ 0 ] = neighbor[ 0 ].child( 1-faceInNeighbor[ 0 ] ); in levelNeighbors()
292 neighbor[ 0 ] = neighbor[ 0 ].child( childIndex ); in levelNeighbors()
301 neighbor[ 0 ] = neighbor[ myIndex ]; in levelNeighbors()
305 neighbor[ 0 ] = neighbor[ 0 ].child( 1-faceInNeighbor[ 0 ] ); in levelNeighbors()
327 neighbor[ 1 ] = neighbor[ 0 ].child( faceInNeighbor[ 1 ] ); in levelNeighbors()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DPeerConnector.cs117 bool AddTimer(IPeerNeighbor neighbor) in AddTimer() argument
141 neighbor.Send(message); in SendMessageToNeighbor()
180 if (RemoveTimer(neighbor)) in CleanupOnConnectFailure()
249 RemoveTimer(neighbor); in OnNeighborClosed()
256 if (neighbor.IsConnected) in OnNeighborClosing()
288 if (AddTimer(neighbor)) in OnNeighborAuthenticated()
291 if (neighbor.IsInitiator) in OnNeighborAuthenticated()
444 if (neighbor.IsInitiator && (neighbor.State == PeerNeighborState.Connecting || in Refuse()
448 RemoveTimer(neighbor); in Refuse()
677 neighborToClose = (neighbor.IsInitiator ? neighbor : duplicateNeighbor); in ValidateNeighbor()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/bgp-auth/R3/
H A Dbgpd_multi_vrf.conf4 neighbor 1.1.1.1 remote-as 65001
5 neighbor 1.1.1.1 update-source lo1
6 neighbor 1.1.1.1 ebgp-multihop 3
7 neighbor 1.1.1.1 timers 3 10
9 neighbor 1.1.1.1 password blue2
14 neighbor 2.2.2.2 timers 3 10
17 neighbor 1.1.1.1 activate
18 neighbor 2.2.2.2 activate
26 neighbor 1.1.1.1 timers 3 10
36 neighbor 1.1.1.1 activate
[all …]
H A Dbgpd_multi_vrf_prefix.conf4 neighbor 1.1.1.1 remote-as 65001
5 neighbor 1.1.1.1 update-source lo1
6 neighbor 1.1.1.1 ebgp-multihop 3
7 neighbor 1.1.1.1 timers 3 10
9 neighbor 1.1.1.1 password blue2
14 neighbor 2.2.2.2 timers 3 10
17 neighbor 1.1.1.1 activate
18 neighbor 2.2.2.2 activate
26 neighbor 1.1.1.1 timers 3 10
36 neighbor 1.1.1.1 activate
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/bgp-auth/R2/
H A Dbgpd_multi_vrf.conf4 neighbor 1.1.1.1 remote-as 65001
5 neighbor 1.1.1.1 update-source lo1
6 neighbor 1.1.1.1 ebgp-multihop 3
7 neighbor 1.1.1.1 timers 3 10
9 neighbor 1.1.1.1 password blue1
13 neighbor 3.3.3.3 timers 3 10
17 neighbor 1.1.1.1 activate
18 neighbor 3.3.3.3 activate
26 neighbor 1.1.1.1 timers 3 10
36 neighbor 1.1.1.1 activate
[all …]
H A Dbgpd_multi_vrf_prefix.conf4 neighbor 1.1.1.1 remote-as 65001
5 neighbor 1.1.1.1 update-source lo1
6 neighbor 1.1.1.1 ebgp-multihop 3
7 neighbor 1.1.1.1 timers 3 10
9 neighbor 1.1.1.1 password blue1
13 neighbor 3.3.3.3 timers 3 10
17 neighbor 1.1.1.1 activate
18 neighbor 3.3.3.3 activate
26 neighbor 1.1.1.1 timers 3 10
36 neighbor 1.1.1.1 activate
[all …]
/dports/net/frr7/frr-frr-7.5.1/tests/topotests/bgp-auth/R2/
H A Dbgpd_multi_vrf.conf4 neighbor 1.1.1.1 remote-as 65001
5 neighbor 1.1.1.1 update-source lo1
6 neighbor 1.1.1.1 ebgp-multihop 3
7 neighbor 1.1.1.1 timers 3 10
9 neighbor 1.1.1.1 password blue1
13 neighbor 3.3.3.3 timers 3 10
17 neighbor 1.1.1.1 activate
18 neighbor 3.3.3.3 activate
26 neighbor 1.1.1.1 timers 3 10
36 neighbor 1.1.1.1 activate
[all …]
H A Dbgpd_multi_vrf_prefix.conf4 neighbor 1.1.1.1 remote-as 65001
5 neighbor 1.1.1.1 update-source lo1
6 neighbor 1.1.1.1 ebgp-multihop 3
7 neighbor 1.1.1.1 timers 3 10
9 neighbor 1.1.1.1 password blue1
13 neighbor 3.3.3.3 timers 3 10
17 neighbor 1.1.1.1 activate
18 neighbor 3.3.3.3 activate
26 neighbor 1.1.1.1 timers 3 10
36 neighbor 1.1.1.1 activate
[all …]
/dports/net/frr7/frr-frr-7.5.1/tests/topotests/bgp-auth/R3/
H A Dbgpd_multi_vrf.conf4 neighbor 1.1.1.1 remote-as 65001
5 neighbor 1.1.1.1 update-source lo1
6 neighbor 1.1.1.1 ebgp-multihop 3
7 neighbor 1.1.1.1 timers 3 10
9 neighbor 1.1.1.1 password blue2
14 neighbor 2.2.2.2 timers 3 10
17 neighbor 1.1.1.1 activate
18 neighbor 2.2.2.2 activate
26 neighbor 1.1.1.1 timers 3 10
36 neighbor 1.1.1.1 activate
[all …]
H A Dbgpd_multi_vrf_prefix.conf4 neighbor 1.1.1.1 remote-as 65001
5 neighbor 1.1.1.1 update-source lo1
6 neighbor 1.1.1.1 ebgp-multihop 3
7 neighbor 1.1.1.1 timers 3 10
9 neighbor 1.1.1.1 password blue2
14 neighbor 2.2.2.2 timers 3 10
17 neighbor 1.1.1.1 activate
18 neighbor 2.2.2.2 activate
26 neighbor 1.1.1.1 timers 3 10
36 neighbor 1.1.1.1 activate
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/yang/
H A Dfrr-bgp.yang28 include "frr-bgp-neighbor";
134 uses global-neighbor-config;
174 list neighbor {
209 uses neighbor-parameters;
212 list unnumbered-neighbor {
241 uses neighbor-parameters;
512 uses structure-neighbor-weight;
561 uses structure-neighbor-weight;
587 uses structure-neighbor-weight;
613 uses structure-neighbor-weight;
[all …]
/dports/net/frr7/frr-frr-7.5.1/yang/
H A Dfrr-bgp.yang28 include "frr-bgp-neighbor";
134 uses global-neighbor-config;
174 list neighbor {
209 uses neighbor-parameters;
212 list unnumbered-neighbor {
241 uses neighbor-parameters;
512 uses structure-neighbor-weight;
561 uses structure-neighbor-weight;
587 uses structure-neighbor-weight;
613 uses structure-neighbor-weight;
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/bgp-auth/R1/
H A Dbgpd_multi_vrf.conf2 debug bgp neighbor-events
7 neighbor 2.2.2.2 remote-as 65002
9 neighbor 2.2.2.2 ebgp-multihop 3
10 neighbor 2.2.2.2 timers 3 10
12 neighbor 2.2.2.2 password blue1
16 neighbor 3.3.3.3 timers 3 10
20 neighbor 2.2.2.2 activate
21 neighbor 3.3.3.3 activate
29 neighbor 2.2.2.2 timers 3 10
39 neighbor 2.2.2.2 activate
[all …]
H A Dbgpd_multi_vrf_prefix.conf4 neighbor TWO_GROUP_blue peer-group
5 neighbor TWO_GROUP_blue remote-as 65002
7 neighbor TWO_GROUP_blue ebgp-multihop 3
8 neighbor TWO_GROUP_blue password blue1
9 neighbor THREE_GROUP_blue peer-group
10 neighbor THREE_GROUP_blue remote-as 65003
13 neighbor THREE_GROUP_blue password blue2
23 neighbor TWO_GROUP_red peer-group
24 neighbor TWO_GROUP_red remote-as 65002
27 neighbor TWO_GROUP_red password red1
[all …]
/dports/net/frr7/frr-frr-7.5.1/tests/topotests/bgp-auth/R1/
H A Dbgpd_multi_vrf.conf2 debug bgp neighbor-events
7 neighbor 2.2.2.2 remote-as 65002
9 neighbor 2.2.2.2 ebgp-multihop 3
10 neighbor 2.2.2.2 timers 3 10
12 neighbor 2.2.2.2 password blue1
16 neighbor 3.3.3.3 timers 3 10
20 neighbor 2.2.2.2 activate
21 neighbor 3.3.3.3 activate
29 neighbor 2.2.2.2 timers 3 10
39 neighbor 2.2.2.2 activate
[all …]
H A Dbgpd_multi_vrf_prefix.conf4 neighbor TWO_GROUP_blue peer-group
5 neighbor TWO_GROUP_blue remote-as 65002
7 neighbor TWO_GROUP_blue ebgp-multihop 3
8 neighbor TWO_GROUP_blue password blue1
9 neighbor THREE_GROUP_blue peer-group
10 neighbor THREE_GROUP_blue remote-as 65003
13 neighbor THREE_GROUP_blue password blue2
23 neighbor TWO_GROUP_red peer-group
24 neighbor TWO_GROUP_red remote-as 65002
27 neighbor TWO_GROUP_red password red1
[all …]
/dports/audio/libmpdclient/libmpdclient-2.20/src/
H A Dneighbor.c49 struct mpd_neighbor *neighbor = malloc(sizeof(*neighbor)); in mpd_neighbor_begin() local
50 if (neighbor == NULL) in mpd_neighbor_begin()
54 if (neighbor->uri == NULL) { in mpd_neighbor_begin()
55 free(neighbor); in mpd_neighbor_begin()
60 return neighbor; in mpd_neighbor_begin()
80 assert(neighbor != NULL); in mpd_neighbor_free()
82 free(neighbor->uri); in mpd_neighbor_free()
84 free(neighbor); in mpd_neighbor_free()
90 assert(neighbor != NULL); in mpd_neighbor_get_uri()
92 return neighbor->uri; in mpd_neighbor_get_uri()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/tests/topotests/bgp-ecmp-topo1/r1/
H A Dbgpd.conf9 neighbor 10.0.1.101 remote-as 99
10 neighbor 10.0.1.102 remote-as 99
11 neighbor 10.0.1.103 remote-as 99
12 neighbor 10.0.1.104 remote-as 99
13 neighbor 10.0.1.105 remote-as 99
14 neighbor 10.0.2.106 remote-as 99
15 neighbor 10.0.2.107 remote-as 99
16 neighbor 10.0.2.108 remote-as 99
17 neighbor 10.0.2.109 remote-as 99
18 neighbor 10.0.2.110 remote-as 99
[all …]
/dports/net/frr7/frr-frr-7.5.1/tests/topotests/bgp-ecmp-topo1/r1/
H A Dbgpd.conf9 neighbor 10.0.1.101 remote-as 99
10 neighbor 10.0.1.102 remote-as 99
11 neighbor 10.0.1.103 remote-as 99
12 neighbor 10.0.1.104 remote-as 99
13 neighbor 10.0.1.105 remote-as 99
14 neighbor 10.0.2.106 remote-as 99
15 neighbor 10.0.2.107 remote-as 99
16 neighbor 10.0.2.108 remote-as 99
17 neighbor 10.0.2.109 remote-as 99
18 neighbor 10.0.2.110 remote-as 99
[all …]

12345678910>>...97