Searched refs:flowspec_next_component (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/usr.sbin/bgpd/ |
| H A D | flowspec.c | 31 flowspec_next_component(const uint8_t *buf, int len, int is_v6, int *type) in flowspec_next_component() function 181 l = flowspec_next_component(buf, len, is_v6, &type); in flowspec_valid() 209 acomplen = flowspec_next_component(a, alen, is_v6, &atype); in flowspec_cmp() 210 bcomplen = flowspec_next_component(b, blen, is_v6, &btype); in flowspec_cmp() 305 complen = flowspec_next_component(flow, flowlen, is_v6, &t); in flowspec_get_component()
|