Home
last modified time | relevance | path

Searched refs:ROLE_CUSTOMER (Results 1 – 7 of 7) sorted by relevance

/openbsd/src/regress/usr.sbin/bgpd/unittests/
Drde_aspa_test.c214 { (const uint32_t []) { }, 0, ROLE_CUSTOMER, ASPA_INVALID },
224 { (const uint32_t []) { 4 }, 1, ROLE_CUSTOMER, ASPA_VALID },
225 { (const uint32_t []) { 5 }, 1, ROLE_CUSTOMER, ASPA_VALID },
226 { (const uint32_t []) { 6 }, 1, ROLE_CUSTOMER, ASPA_VALID },
249 { (const uint32_t []) { 4, 8 }, 2, ROLE_CUSTOMER, ASPA_VALID },
250 { (const uint32_t []) { 4, 15 }, 2, ROLE_CUSTOMER, ASPA_VALID },
251 { (const uint32_t []) { 4, 16 }, 2, ROLE_CUSTOMER, ASPA_VALID },
252 { (const uint32_t []) { 4, 24 }, 2, ROLE_CUSTOMER, ASPA_VALID },
254 { (const uint32_t []) { 5, 8 }, 2, ROLE_CUSTOMER, ASPA_VALID },
255 { (const uint32_t []) { 5, 17 }, 2, ROLE_CUSTOMER, ASPA_VALID },
[all …]
/openbsd/src/usr.sbin/bgpd/
Dsession.c1474 case ROLE_CUSTOMER: in role2capa()
1500 return ROLE_CUSTOMER; in capa2role()
2914 if (p->remote_role != ROLE_CUSTOMER) in capa_neg_calc()
2925 case ROLE_CUSTOMER: in capa_neg_calc()
Drde_update.c126 if (peer->role == ROLE_PEER || peer->role == ROLE_CUSTOMER || in up_enforce_open_policy()
Dutil.c375 case ROLE_CUSTOMER: in log_policy()
Dbgpd.h380 ROLE_CUSTOMER, enumerator
Drde.c1646 case ROLE_CUSTOMER: in rde_update_dispatch()
1713 case ROLE_CUSTOMER: in rde_update_dispatch()
2742 if (peer->role == ROLE_CUSTOMER) in rde_aspa_validity()
Dparse.y2073 curpeer->conf.role = ROLE_CUSTOMER;