Home
last modified time | relevance | path

Searched refs:log_ext_subtype (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/usr.sbin/bgpctl/
Dbgpctl.c1059 log_ext_subtype(type, subtype), log_as(as2), u32); in fmt_ext_community()
1066 log_ext_subtype(type, subtype), inet_ntoa(ip), u16); in fmt_ext_community()
1073 log_ext_subtype(type, subtype), log_as(as4), u16); in fmt_ext_community()
1079 log_ext_subtype(type, subtype), (unsigned long long)ext); in fmt_ext_community()
1087 log_ext_subtype(type, subtype)); in fmt_ext_community()
1091 log_ext_subtype(type, subtype)); in fmt_ext_community()
1095 log_ext_subtype(type, subtype)); in fmt_ext_community()
1099 log_ext_subtype(type, subtype), in fmt_ext_community()
1105 log_ext_subtype(type, subtype), in fmt_ext_community()
/openbsd/src/usr.sbin/bgpd/
Dutil.c214 log_ext_subtype(int type, uint8_t subtype) in log_ext_subtype() function
Dbgpd.h1606 const char *log_ext_subtype(int, uint8_t);
Dprintconf.c212 printf("%s ", log_ext_subtype(type, subtype)); in print_community()