Symbol: ldpd_conf
usr.sbin/ldpd/adjacency.c
201
tnbr_new(struct ldpd_conf *xconf, int af, union ldpd_addr *addr)
usr.sbin/ldpd/adjacency.c
228
tnbr_find(struct ldpd_conf *xconf, int af, union ldpd_addr *addr)
usr.sbin/ldpd/interface.c
105
if_lookup(struct ldpd_conf *xconf, unsigned short ifindex)
usr.sbin/ldpd/l2vpn.c
55
l2vpn_find(struct ldpd_conf *xconf, const char *name)
usr.sbin/ldpd/lde.c
384
static struct ldpd_conf *nconf;
usr.sbin/ldpd/lde.c
478
if ((nconf = malloc(sizeof(struct ldpd_conf))) ==
usr.sbin/ldpd/lde.c
481
memcpy(nconf, imsg.data, sizeof(struct ldpd_conf));
usr.sbin/ldpd/lde.c
62
struct ldpd_conf *ldeconf;
usr.sbin/ldpd/lde.h
122
extern struct ldpd_conf *ldeconf;
usr.sbin/ldpd/lde.h
195
struct l2vpn *l2vpn_find(struct ldpd_conf *, const char *);
usr.sbin/ldpd/ldpd.c
1040
merge_l2vpns(struct ldpd_conf *conf, struct ldpd_conf *xconf)
usr.sbin/ldpd/ldpd.c
1089
merge_l2vpn(struct ldpd_conf *xconf, struct l2vpn *l2vpn, struct l2vpn *xl)
usr.sbin/ldpd/ldpd.c
1229
auth_find(struct ldpd_conf *conf, const struct ldp_auth *needle)
usr.sbin/ldpd/ldpd.c
1255
merge_auths(struct ldpd_conf *conf, struct ldpd_conf *xconf)
usr.sbin/ldpd/ldpd.c
1284
struct ldpd_conf *
usr.sbin/ldpd/ldpd.c
1287
struct ldpd_conf *xconf;
usr.sbin/ldpd/ldpd.c
1303
config_clear(struct ldpd_conf *conf)
usr.sbin/ldpd/ldpd.c
1305
struct ldpd_conf *xconf;
usr.sbin/ldpd/ldpd.c
180
if ((ldpd_conf = parse_config(conffile)) == NULL ) {
usr.sbin/ldpd/ldpd.c
187
print_config(ldpd_conf);
usr.sbin/ldpd/ldpd.c
267
main_imsg_send_config(ldpd_conf);
usr.sbin/ldpd/ldpd.c
269
if (kr_init(!(ldpd_conf->flags & F_LDPD_NO_FIB_UPDATE),
usr.sbin/ldpd/ldpd.c
270
ldpd_conf->rdomain) == -1)
usr.sbin/ldpd/ldpd.c
276
if (ldpd_conf->ipv4.flags & F_LDPD_AF_ENABLED)
usr.sbin/ldpd/ldpd.c
278
if (ldpd_conf->ipv6.flags & F_LDPD_AF_ENABLED)
usr.sbin/ldpd/ldpd.c
304
config_clear(ldpd_conf);
usr.sbin/ldpd/ldpd.c
52
static int main_imsg_send_config(struct ldpd_conf *);
usr.sbin/ldpd/ldpd.c
54
static void merge_global(struct ldpd_conf *, struct ldpd_conf *);
usr.sbin/ldpd/ldpd.c
57
static void merge_ifaces(struct ldpd_conf *, struct ldpd_conf *);
usr.sbin/ldpd/ldpd.c
59
static void merge_tnbrs(struct ldpd_conf *, struct ldpd_conf *);
usr.sbin/ldpd/ldpd.c
60
static void merge_nbrps(struct ldpd_conf *, struct ldpd_conf *);
usr.sbin/ldpd/ldpd.c
61
static void merge_l2vpns(struct ldpd_conf *, struct ldpd_conf *);
usr.sbin/ldpd/ldpd.c
62
static void merge_l2vpn(struct ldpd_conf *, struct l2vpn *,
usr.sbin/ldpd/ldpd.c
64
static void merge_auths(struct ldpd_conf *, struct ldpd_conf *);
usr.sbin/ldpd/ldpd.c
661
ldp_af_conf_get(struct ldpd_conf *xconf, int af)
usr.sbin/ldpd/ldpd.c
68
struct ldpd_conf *ldpd_conf;
usr.sbin/ldpd/ldpd.c
687
ldp_is_dual_stack(struct ldpd_conf *xconf)
usr.sbin/ldpd/ldpd.c
694
main_imsg_send_config(struct ldpd_conf *xconf)
usr.sbin/ldpd/ldpd.c
758
struct ldpd_conf *xconf;
usr.sbin/ldpd/ldpd.c
766
merge_config(ldpd_conf, xconf);
usr.sbin/ldpd/ldpd.c
772
merge_config(struct ldpd_conf *conf, struct ldpd_conf *xconf)
usr.sbin/ldpd/ldpd.c
786
merge_global(struct ldpd_conf *conf, struct ldpd_conf *xconf)
usr.sbin/ldpd/ldpd.c
881
merge_ifaces(struct ldpd_conf *conf, struct ldpd_conf *xconf)
usr.sbin/ldpd/ldpd.c
927
merge_tnbrs(struct ldpd_conf *conf, struct ldpd_conf *xconf)
usr.sbin/ldpd/ldpd.c
968
merge_nbrps(struct ldpd_conf *conf, struct ldpd_conf *xconf)
usr.sbin/ldpd/ldpd.h
545
extern struct ldpd_conf *ldpd_conf;
usr.sbin/ldpd/ldpd.h
549
struct ldpd_conf *parse_config(char *);
usr.sbin/ldpd/ldpd.h
602
struct ldpd_af_conf *ldp_af_conf_get(struct ldpd_conf *, int);
usr.sbin/ldpd/ldpd.h
604
int ldp_is_dual_stack(struct ldpd_conf *);
usr.sbin/ldpd/ldpd.h
605
void merge_config(struct ldpd_conf *, struct ldpd_conf *);
usr.sbin/ldpd/ldpd.h
606
struct ldpd_conf *config_new_empty(void);
usr.sbin/ldpd/ldpd.h
607
void config_clear(struct ldpd_conf *);
usr.sbin/ldpd/ldpd.h
630
void print_config(struct ldpd_conf *);
usr.sbin/ldpd/ldpe.c
215
static struct ldpd_conf *nconf;
usr.sbin/ldpd/ldpe.c
387
if ((nconf = malloc(sizeof(struct ldpd_conf))) ==
usr.sbin/ldpd/ldpe.c
390
memcpy(nconf, imsg.data, sizeof(struct ldpd_conf));
usr.sbin/ldpd/ldpe.c
46
struct ldpd_conf *leconf;
usr.sbin/ldpd/ldpe.h
142
extern struct ldpd_conf *leconf;
usr.sbin/ldpd/ldpe.h
213
struct iface *if_lookup(struct ldpd_conf *, unsigned short);
usr.sbin/ldpd/ldpe.h
230
struct tnbr *tnbr_new(struct ldpd_conf *, int, union ldpd_addr *);
usr.sbin/ldpd/ldpe.h
231
struct tnbr *tnbr_find(struct ldpd_conf *, int, union ldpd_addr *);
usr.sbin/ldpd/ldpe.h
259
struct nbr_params *nbr_params_find(struct ldpd_conf *, struct in_addr);
usr.sbin/ldpd/ldpe.h
281
int pfkey_establish(struct ldpd_conf *, struct nbr *);
usr.sbin/ldpd/neighbor.c
767
nbr_params_find(struct ldpd_conf *xconf, struct in_addr lsr_id)
usr.sbin/ldpd/parse.y
112
static void clear_config(struct ldpd_conf *xconf);
usr.sbin/ldpd/parse.y
121
static struct ldpd_conf *conf;
usr.sbin/ldpd/parse.y
1306
struct ldpd_conf *
usr.sbin/ldpd/parse.y
1593
clear_config(struct ldpd_conf *xconf)
usr.sbin/ldpd/pfkey.c
411
pfkey_find_auth(struct ldpd_conf *conf, struct nbr *nbr)
usr.sbin/ldpd/pfkey.c
429
pfkey_establish(struct ldpd_conf *conf, struct nbr *nbr)
usr.sbin/ldpd/printconf.c
188
print_auth(struct ldpd_conf *conf)
usr.sbin/ldpd/printconf.c
213
print_config(struct ldpd_conf *conf)
usr.sbin/ldpd/printconf.c
32
static void print_mainconf(struct ldpd_conf *);
usr.sbin/ldpd/printconf.c
33
static void print_af(int, struct ldpd_conf *, struct ldpd_af_conf *);
usr.sbin/ldpd/printconf.c
41
print_mainconf(struct ldpd_conf *conf)
usr.sbin/ldpd/printconf.c
63
print_af(int af, struct ldpd_conf *conf, struct ldpd_af_conf *af_conf)
usr.sbin/ldpd/socket.c
136
if (!(ldpd_conf->ipv6.flags & F_LDPD_AF_NO_GTSM)) {
usr.sbin/ldpd/socket.c
72
addr = (ldp_af_conf_get(ldpd_conf, af))->trans_addr;