Searched refs:peer_config (Results 1 - 8 of 8) sorted by relevance

/openbsd-current/regress/lib/libssl/verify/
H A Dverify.c31 struct peer_config { struct
41 struct peer_config client_config;
42 struct peer_config server_config;
140 peer_config_to_ssl_ctx(const struct peer_config *config)
/openbsd-current/regress/lib/libssl/unit/
H A Dssl_get_shared_ciphers.c28 struct peer_config { struct
38 struct peer_config client_config;
39 struct peer_config server_config;
205 peer_config_to_ssl_ctx(const struct peer_config *config)
/openbsd-current/usr.sbin/bgpd/
H A Dlogmsg.c32 log_fmt_peer(const struct peer_config *peer)
61 log_peer_info(const struct peer_config *peer, const char *emsg, ...)
77 log_peer_warn(const struct peer_config *peer, const char *emsg, ...)
98 log_peer_warnx(const struct peer_config *peer, const char *emsg, ...)
H A Dsession.h191 struct peer_config conf;
261 char *log_fmt_peer(const struct peer_config *);
H A Dprintconf.c48 void print_peer(struct peer_config *, struct bgpd_config *,
52 void print_announce(struct peer_config *, const char *);
732 print_peer(struct peer_config *p, struct bgpd_config *conf, const char *c)
916 print_announce(struct peer_config *p, const char *c)
1199 struct peer_config **peerlist;
1211 if ((peerlist = calloc(peer_cnt, sizeof(struct peer_config *))) == NULL)
1218 qsort(peerlist, peer_cnt, sizeof(struct peer_config *), peer_compare);
1245 const struct peer_config * const *a;
1246 const struct peer_config * const *b;
H A Drde_peer.c68 struct peer_config pc;
136 peer_add(uint32_t id, struct peer_config *p_conf, struct filter_head *rules)
142 memcpy(&peer->conf, p_conf, sizeof(struct peer_config));
150 memcpy(&peer->conf, p_conf, sizeof(struct peer_config));
H A Drde.h81 struct peer_config conf;
362 struct rde_peer *peer_add(uint32_t, struct peer_config *, struct filter_head *);
H A Dsession.c3458 memcpy(&p->conf, &p->template->conf, sizeof(struct peer_config));
3680 &p->conf, sizeof(struct peer_config)) == -1)

Completed in 197 milliseconds