Searched refs:community_add (Results 1 – 4 of 4) sorted by relevance
/openbsd/regress/usr.sbin/bgpd/unittests/ |
H A D | rde_community_test.c | 77 r = community_add(&comm, flags, &abuf); in test_parsing()
|
/openbsd/usr.sbin/bgpd/ |
H A D | rde.h | 449 int community_add(struct rde_community *, int, struct ibuf *);
|
H A D | rde_community.c | 421 community_add(struct rde_community *comm, int flags, struct ibuf *buf) in community_add() function
|
H A D | rde.c | 2178 if (community_add(&state->communities, flags, in rde_attr_parse() 2384 return community_add(&state->communities, flags, buf); in rde_attr_add()
|