Symbol: l2vpn_pw
usr.sbin/ldpd/l2vpn.c
135
struct l2vpn_pw *pw;
usr.sbin/ldpd/l2vpn.c
158
struct l2vpn_pw *
usr.sbin/ldpd/l2vpn.c
161
struct l2vpn_pw *pw;
usr.sbin/ldpd/l2vpn.c
173
struct l2vpn_pw *
usr.sbin/ldpd/l2vpn.c
176
struct l2vpn_pw *pw;
usr.sbin/ldpd/l2vpn.c
186
l2vpn_pw_init(struct l2vpn_pw *pw)
usr.sbin/ldpd/l2vpn.c
198
l2vpn_pw_exit(struct l2vpn_pw *pw)
usr.sbin/ldpd/l2vpn.c
207
l2vpn_pw_fec(struct l2vpn_pw *pw, struct fec *fec)
usr.sbin/ldpd/l2vpn.c
217
l2vpn_pw_reset(struct l2vpn_pw *pw)
usr.sbin/ldpd/l2vpn.c
235
l2vpn_pw_ok(struct l2vpn_pw *pw, struct fec_nh *fnh)
usr.sbin/ldpd/l2vpn.c
287
struct l2vpn_pw *pw;
usr.sbin/ldpd/l2vpn.c
292
pw = (struct l2vpn_pw *) fn->data;
usr.sbin/ldpd/l2vpn.c
32
static void l2vpn_pw_fec(struct l2vpn_pw *, struct fec *);
usr.sbin/ldpd/l2vpn.c
375
struct l2vpn_pw *pw;
usr.sbin/ldpd/l2vpn.c
389
pw = (struct l2vpn_pw *) fn->data;
usr.sbin/ldpd/l2vpn.c
415
struct l2vpn_pw *pw;
usr.sbin/ldpd/l2vpn.c
423
pw = (struct l2vpn_pw *) fn->data;
usr.sbin/ldpd/l2vpn.c
461
struct l2vpn_pw *pw;
usr.sbin/ldpd/l2vpn.c
492
struct l2vpn_pw *pw;
usr.sbin/ldpd/l2vpn.c
515
struct l2vpn_pw *pw;
usr.sbin/ldpd/l2vpn.c
532
pw = (struct l2vpn_pw *) fn->data;
usr.sbin/ldpd/l2vpn.c
566
struct l2vpn_pw *pw;
usr.sbin/ldpd/l2vpn.c
575
struct l2vpn_pw *pw;
usr.sbin/ldpd/l2vpn.c
582
ldpe_l2vpn_pw_init(struct l2vpn_pw *pw)
usr.sbin/ldpd/l2vpn.c
597
ldpe_l2vpn_pw_exit(struct l2vpn_pw *pw)
usr.sbin/ldpd/l2vpn.c
70
struct l2vpn_pw *pw;
usr.sbin/ldpd/l2vpn.c
87
struct l2vpn_pw *pw;
usr.sbin/ldpd/l2vpn.c
96
struct l2vpn_pw *pw;
usr.sbin/ldpd/lde.c
1088
struct l2vpn_pw *pw;
usr.sbin/ldpd/lde.c
1108
pw = (struct l2vpn_pw *) fn->data;
usr.sbin/ldpd/lde.c
390
struct l2vpn_pw *npw;
usr.sbin/ldpd/lde.c
535
if ((npw = malloc(sizeof(struct l2vpn_pw))) == NULL)
usr.sbin/ldpd/lde.c
537
memcpy(npw, imsg.data, sizeof(struct l2vpn_pw));
usr.sbin/ldpd/lde.c
589
struct l2vpn_pw *pw;
usr.sbin/ldpd/lde.c
631
pw = (struct l2vpn_pw *) fn->data;
usr.sbin/ldpd/lde.c
654
struct l2vpn_pw *pw;
usr.sbin/ldpd/lde.c
692
pw = (struct l2vpn_pw *) fn->data;
usr.sbin/ldpd/lde.c
778
struct l2vpn_pw *pw;
usr.sbin/ldpd/lde.c
797
pw = (struct l2vpn_pw *) fn->data;
usr.sbin/ldpd/lde.c
847
struct l2vpn_pw *pw;
usr.sbin/ldpd/lde.c
861
pw = (struct l2vpn_pw *) fn->data;
usr.sbin/ldpd/lde.c
969
struct l2vpn_pw *pw;
usr.sbin/ldpd/lde.c
983
pw = (struct l2vpn_pw *) fn->data;
usr.sbin/ldpd/lde.h
202
struct l2vpn_pw *l2vpn_pw_new(struct l2vpn *, struct kif *);
usr.sbin/ldpd/lde.h
203
struct l2vpn_pw *l2vpn_pw_find(struct l2vpn *, unsigned int);
usr.sbin/ldpd/lde.h
204
void l2vpn_pw_init(struct l2vpn_pw *);
usr.sbin/ldpd/lde.h
205
void l2vpn_pw_exit(struct l2vpn_pw *);
usr.sbin/ldpd/lde.h
206
void l2vpn_pw_reset(struct l2vpn_pw *);
usr.sbin/ldpd/lde.h
207
int l2vpn_pw_ok(struct l2vpn_pw *, struct fec_nh *);
usr.sbin/ldpd/lde_lib.c
439
struct l2vpn_pw *pw;
usr.sbin/ldpd/lde_lib.c
501
pw = (struct l2vpn_pw *) fn->data;
usr.sbin/ldpd/lde_lib.c
742
struct l2vpn_pw *pw;
usr.sbin/ldpd/lde_lib.c
766
pw = (struct l2vpn_pw *) fn->data;
usr.sbin/ldpd/ldpd.c
1092
struct l2vpn_pw *pw, *ptmp, *xp;
usr.sbin/ldpd/ldpd.c
701
struct l2vpn_pw *pw;
usr.sbin/ldpd/ldpd.h
329
LIST_ENTRY(l2vpn_pw) entry;
usr.sbin/ldpd/ldpd.h
357
LIST_HEAD(, l2vpn_pw) pw_list;
usr.sbin/ldpd/ldpe.c
221
struct l2vpn_pw *npw;
usr.sbin/ldpd/ldpe.c
444
if ((npw = malloc(sizeof(struct l2vpn_pw))) == NULL)
usr.sbin/ldpd/ldpe.c
446
memcpy(npw, imsg.data, sizeof(struct l2vpn_pw));
usr.sbin/ldpd/ldpe.h
288
void ldpe_l2vpn_pw_init(struct l2vpn_pw *);
usr.sbin/ldpd/ldpe.h
289
void ldpe_l2vpn_pw_exit(struct l2vpn_pw *);
usr.sbin/ldpd/parse.y
110
static struct l2vpn_pw *conf_get_l2vpn_pw(struct l2vpn *, struct kif *);
usr.sbin/ldpd/parse.y
131
static struct l2vpn_pw *pw;
usr.sbin/ldpd/parse.y
1556
static struct l2vpn_pw *
usr.sbin/ldpd/parse.y
1560
struct l2vpn_pw *p;
usr.sbin/ldpd/parse.y
1600
struct l2vpn_pw *p;
usr.sbin/ldpd/parse.y
633
struct l2vpn_pw *p;
usr.sbin/ldpd/printconf.c
145
struct l2vpn_pw *pw;
usr.sbin/ldpd/printconf.c
166
print_pw(struct l2vpn_pw *pw)
usr.sbin/ldpd/printconf.c
38
static void print_pw(struct l2vpn_pw *);