Home
last modified time | relevance | path

Searched refs:fmt_fib_flags (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.sbin/bgpctl/
H A Dbgpctl.h49 const char *fmt_fib_flags(uint16_t);
H A Doutput.c477 printf("%-5s %4i %-32s ", fmt_fib_flags(kf->flags), kf->priority, p); in show_fib()
582 printf("%-5s ", fmt_fib_flags(f->flags)); in show_flowspec()
H A Dbgpctl.c695 fmt_fib_flags(uint16_t flags) in fmt_fib_flags() function