Home
last modified time | relevance | path

Searched refs:flowspec_cmp (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/regress/usr.sbin/bgpd/unittests/
H A Drde_flowspec_test.c122 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 Dflowspec.c202 flowspec_cmp(const uint8_t *a, int alen, const uint8_t *b, int blen, int is_v6) in flowspec_cmp() function
H A Drde_prefix.c432 return flowspec_cmp(af->flow, af->len - PT_FLOW_SIZE, in pt_prefix_cmp()
H A Dconfig.c764 return flowspec_cmp(a->flow->data, a->flow->len,
H A Dbgpd.h1625 int flowspec_cmp(const uint8_t *, int, const uint8_t *, int, int);