Searched refs:flowspec_cmp (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/regress/usr.sbin/bgpd/unittests/ |
| H A D | rde_flowspec_test.c | 122 if (flowspec_cmp(a, alen, b, blen, is_v6) != -1 || in do_cmp() 123 flowspec_cmp(b, blen, a, alen, is_v6) != 1) in do_cmp()
|
| /openbsd-src/usr.sbin/bgpd/ |
| H A D | flowspec.c | 202 flowspec_cmp(const uint8_t *a, int alen, const uint8_t *b, int blen, int is_v6) in flowspec_cmp() function
|
| H A D | rde_prefix.c | 432 return flowspec_cmp(af->flow, af->len - PT_FLOW_SIZE, in pt_prefix_cmp()
|
| H A D | config.c | 764 return flowspec_cmp(a->flow->data, a->flow->len,
|
| H A D | bgpd.h | 1625 int flowspec_cmp(const uint8_t *, int, const uint8_t *, int, int);
|