Searched defs:is_v6 (Results 1 – 4 of 4) 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() 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 | 514 print_flowspec_list(struct flowspec * f,int type,int is_v6) print_flowspec_list() argument 539 print_flowspec_flags(struct flowspec * f,int type,int is_v6) print_flowspec_flags() argument 580 print_flowspec_addr(struct flowspec * f,int type,int is_v6) print_flowspec_addr() argument 597 int is_v6 = (f->aid == AID_FLOWSPECv6); print_flowspec() local [all...] |
/openbsd-src/usr.sbin/bgpctl/ |
H A D | output.c | 498 print_flowspec_list(struct flowspec * f,int type,int is_v6) print_flowspec_list() argument 523 print_flowspec_flags(struct flowspec * f,int type,int is_v6) print_flowspec_flags() argument 564 print_flowspec_addr(struct flowspec * f,int type,int is_v6) print_flowspec_addr() argument 580 int is_v6 = (f->aid == AID_FLOWSPECv6); show_flowspec() local [all...] |
/openbsd-src/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()
|