Searched defs:is_v6 (Results 1 – 4 of 4) sorted by relevance
/openbsd/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() 172 flowspec_valid(const uint8_t *buf, int len, int is_v6) in flowspec_valid() 202 flowspec_cmp(const uint8_t *a, int alen, const uint8_t *b, int blen, int is_v6) in flowspec_cmp() 296 flowspec_get_component(const uint8_t *flow, int flowlen, int type, int is_v6, in flowspec_get_component() 331 flowspec_get_addr(const uint8_t *flow, int flowlen, int type, int is_v6, in flowspec_get_addr()
|
H A D | printconf.c | 513 print_flowspec_list(struct flowspec *f, int type, int is_v6) in print_flowspec_list() 538 print_flowspec_flags(struct flowspec *f, int type, int is_v6) in print_flowspec_flags() 579 print_flowspec_addr(struct flowspec *f, int type, int is_v6) in print_flowspec_addr() 596 int is_v6 = (f->aid == AID_FLOWSPECv6); in print_flowspec() local
|
/openbsd/usr.sbin/bgpctl/ |
H A D | output.c | 498 print_flowspec_list(struct flowspec *f, int type, int is_v6) in print_flowspec_list() 523 print_flowspec_flags(struct flowspec *f, int type, int is_v6) in print_flowspec_flags() 564 print_flowspec_addr(struct flowspec *f, int type, int is_v6) in print_flowspec_addr() 580 int is_v6 = (f->aid == AID_FLOWSPECv6); in show_flowspec() local
|
/openbsd/regress/usr.sbin/bgpd/unittests/ |
H A D | rde_flowspec_test.c | 120 do_cmp(const uint8_t *a, int alen, const uint8_t *b, int blen, int is_v6) in do_cmp()
|