printb_flags
printb_flags(srv_conf->flags, SRVFLAG_BITS));
printb_flags(srv_conf->flags, SRVFLAG_BITS));
printb_flags(srv->srv_conf.flags, SRVFLAG_BITS));
const char *printb_flags(const uint32_t, const char *);
"TLS_PEER_VERIFY", printb_flags(srv_conf->tls_flags,
printb_flags(proto->flags, F_BITS),
printb_flags(rlay->rl_conf.flags, F_BITS));
printb_flags(proto->tcpflags, TCPFLAG_BITS));
printb_flags(proto->tlsflags, TLSFLAG_BITS));
const char *printb_flags(const u_int32_t, const char *);