Searched refs:neighbor (Results 1 - 25 of 57) sorted by relevance

123

/openbsd-current/regress/usr.sbin/bgpd/integrationtests/
H A Dbgpd.eval_all.conf8 neighbor 10.12.57.2 {
11 neighbor 10.12.57.3 {
14 neighbor 10.12.57.4 {
17 neighbor 10.12.57.5 {
25 deny to any community local-as:neighbor-as
H A Dbgpd.capa.master.conf12 neighbor 10.12.57.1 {
16 neighbor 10.12.57.2 {
20 neighbor 10.12.57.3 {
24 neighbor 10.12.57.4 {
28 neighbor 10.12.57.5 {
32 neighbor 10.12.57.6 {
36 neighbor 10.12.57.7 {
H A Dbgpd.op.master.conf12 neighbor 10.12.57.1 {
17 neighbor 10.12.57.2 {
22 neighbor 10.12.57.3 {
27 neighbor 10.12.57.4 {
32 neighbor 10.12.57.5 {
H A Dbgpd.pftable.rdomain1.conf7 neighbor 10.12.57.2 {
11 neighbor 10.12.57.3 {
H A Dbgpd.ixp.rdomain2_4.conf7 neighbor 192.0.2.2 {
10 enforce neighbor-as no
H A Dbgpd.ixp.rdomain2_1.conf6 neighbor 192.0.2.2 {
9 enforce neighbor-as no
H A Dbgpd.as0.conf5 neighbor 10.12.57.0/29
H A Dbgpd.med.conf7 neighbor 10.12.57.0/29
H A Dbgpd.attr.conf5 neighbor 10.12.57.0/29
H A Dbgpd.md5.rdomain1.conf5 neighbor 10.12.57.2 {
H A Dbgpd.md5.rdomain2.conf5 neighbor 10.12.57.1 {
H A Dbgpd.ovs.rdomain1.conf10 neighbor 10.12.57.2 {
H A Dbgpd.ovs.rdomain2.conf13 neighbor 10.12.57.1 {
H A Dbgpd.network_statement.rdomain1.conf7 neighbor 10.12.57.2 {
H A Dbgpd.maxprefix.rdomain1.conf7 neighbor 10.12.57.2 {
H A Dbgpd.maxprefix.rdomain2.conf7 neighbor 10.12.57.1 {
H A Dbgpd.maxprefixout.rdomain1.conf7 neighbor 10.12.57.2 {
H A Dbgpd.maxprefixout.rdomain2.conf7 neighbor 10.12.57.1 {
H A Dbgpd.pftable.rdomain2_1.conf17 neighbor 10.12.57.1 {
H A Dbgpd.pftable.rdomain2_2.conf19 neighbor 10.12.57.1 {
H A Dbgpd.capa.client.conf11 neighbor 10.12.57.254 {
H A Dbgpd.l3vpn.rdomain1.conf14 neighbor 10.12.57.2 {
22 neighbor 2001:db8:57::2 {
H A Dbgpd.l3vpn.rdomain2.conf14 neighbor 10.12.57.1 {
23 neighbor 2001:db8:57::1 {
/openbsd-current/etc/examples/
H A Dldpd.conf22 targeted-neighbor 172.16.1.10
25 neighbor $peer1 {
35 neighbor-id 10.0.1.5
39 neighbor-id 10.0.2.8
/openbsd-current/gnu/gcc/libgomp/testsuite/libgomp.c/appendix-a/
H A Da.18.1.c28 int i, iam, neighbor; local
30 #pragma omp parallel private(iam,neighbor) shared(work,synch)
44 /* Wait for neighbor. The first flush ensures that synch is read
49 neighbor = (iam > 0 ? iam : omp_get_num_threads ()) - 1;
50 while (synch[neighbor] == 0)
55 /* Read neighbor's values of work array */
56 result[iam] = fn2 (work[neighbor], work[iam]);
61 neighbor = (i > 0 ? i : NUMBER_OF_THREADS) - 1;
62 if (result[i] != i * 2 + neighbor * 2)

Completed in 383 milliseconds

123