Lines Matching defs:ldpd_conf
52 static int main_imsg_send_config(struct ldpd_conf *);
54 static void merge_global(struct ldpd_conf *, struct ldpd_conf *);
57 static void merge_ifaces(struct ldpd_conf *, struct ldpd_conf *);
59 static void merge_tnbrs(struct ldpd_conf *, struct ldpd_conf *);
60 static void merge_nbrps(struct ldpd_conf *, struct ldpd_conf *);
61 static void merge_l2vpns(struct ldpd_conf *, struct ldpd_conf *);
62 static void merge_l2vpn(struct ldpd_conf *, struct l2vpn *,
64 static void merge_auths(struct ldpd_conf *, struct ldpd_conf *);
68 struct ldpd_conf *ldpd_conf;
180 if ((ldpd_conf = parse_config(conffile)) == NULL ) {
187 print_config(ldpd_conf);
267 main_imsg_send_config(ldpd_conf);
269 if (kr_init(!(ldpd_conf->flags & F_LDPD_NO_FIB_UPDATE),
270 ldpd_conf->rdomain) == -1)
276 if (ldpd_conf->ipv4.flags & F_LDPD_AF_ENABLED)
278 if (ldpd_conf->ipv6.flags & F_LDPD_AF_ENABLED)
304 config_clear(ldpd_conf);
661 ldp_af_conf_get(struct ldpd_conf *xconf, int af)
687 ldp_is_dual_stack(struct ldpd_conf *xconf)
694 main_imsg_send_config(struct ldpd_conf *xconf)
758 struct ldpd_conf *xconf;
766 merge_config(ldpd_conf, xconf);
772 merge_config(struct ldpd_conf *conf, struct ldpd_conf *xconf)
786 merge_global(struct ldpd_conf *conf, struct ldpd_conf *xconf)
881 merge_ifaces(struct ldpd_conf *conf, struct ldpd_conf *xconf)
927 merge_tnbrs(struct ldpd_conf *conf, struct ldpd_conf *xconf)
968 merge_nbrps(struct ldpd_conf *conf, struct ldpd_conf *xconf)
1040 merge_l2vpns(struct ldpd_conf *conf, struct ldpd_conf *xconf)
1089 merge_l2vpn(struct ldpd_conf *xconf, struct l2vpn *l2vpn, struct l2vpn *xl)
1229 auth_find(struct ldpd_conf *conf, const struct ldp_auth *needle)
1255 merge_auths(struct ldpd_conf *conf, struct ldpd_conf *xconf)
1284 struct ldpd_conf *
1287 struct ldpd_conf *xconf;
1303 config_clear(struct ldpd_conf *conf)
1305 struct ldpd_conf *xconf;