peer_config
peer_config_to_ssl_ctx(const struct peer_config *config)
struct peer_config client_config;
struct peer_config server_config;
peer_config_to_ssl_ctx(const struct peer_config *config)
struct peer_config client_config;
struct peer_config server_config;
void log_peer_info(const struct peer_config *, const char *, ...)
void log_peer_warn(const struct peer_config *, const char *, ...)
void log_peer_warnx(const struct peer_config *, const char *, ...)
log_fmt_peer(const struct peer_config *peer)
log_peer_info(const struct peer_config *peer, const char *emsg, ...)
log_peer_warn(const struct peer_config *peer, const char *emsg, ...)
log_peer_warnx(const struct peer_config *peer, const char *emsg, ...)
void print_announce(struct peer_config *, const char *);
struct peer_config *p = &peer->conf;
print_announce(struct peer_config *p, const char *c)
struct peer_config pconf;
struct rde_peer *peer_add(uint32_t, struct peer_config *, struct filter_head *);
struct peer_config conf;
peer_add(uint32_t id, struct peer_config *p_conf, struct filter_head *rules)
memcpy(&peer->conf, p_conf, sizeof(struct peer_config));
memcpy(&peer->conf, p_conf, sizeof(struct peer_config));
struct peer_config pc;
memcpy(&p->conf, &p->template->conf, sizeof(struct peer_config));
&p->conf, sizeof(struct peer_config));
struct peer_config conf;
char *log_fmt_peer(const struct peer_config *);