auth_config
struct auth_config auth;
static int merge_auth_conf(struct auth_config *, struct auth_config *);
struct auth_config authconf;
merge_auth_conf(struct auth_config *to, struct auth_config *from)
pfkey_md5sig_establish(struct auth_state *as, struct auth_config *auth,
pfkey_ipsec_establish(struct auth_state *as, struct auth_config *auth,
pfkey_establish(struct auth_state *as, struct auth_config *auth,
pfkey_send_conf(struct imsgbuf *imsgbuf, uint32_t id, struct auth_config *auth)
struct auth_config *auth = &p->auth_conf;
tcp_md5_check(int fd, struct auth_config *auth)
tcp_md5_set(int fd, struct auth_config *auth, struct bgpd_addr *remote_addr)
print_auth(struct auth_config *auth, const char *c)
struct auth_config auth_conf;
int pfkey_establish(struct auth_state *, struct auth_config *,
int pfkey_send_conf(struct imsgbuf *, uint32_t, struct auth_config *);
int tcp_md5_check(int, struct auth_config *);
int tcp_md5_set(int, struct auth_config *, struct bgpd_addr *);