Symbol: fec_node
usr.sbin/ldpd/l2vpn.c
238
struct fec_node *fn;
usr.sbin/ldpd/l2vpn.c
270
fn = (struct fec_node *)fec_find(&ft, &fec);
usr.sbin/ldpd/l2vpn.c
285
l2vpn_pw_negotiate(struct lde_nbr *ln, struct fec_node *fn, struct map *map)
usr.sbin/ldpd/l2vpn.c
373
struct fec_node *fn;
usr.sbin/ldpd/l2vpn.c
384
fn = (struct fec_node *)fec_find(&ft, &fec);
usr.sbin/ldpd/l2vpn.c
413
struct fec_node *fn;
usr.sbin/ldpd/l2vpn.c
419
fn = (struct fec_node *)f;
usr.sbin/ldpd/l2vpn.c
463
struct fec_node *fn;
usr.sbin/ldpd/l2vpn.c
472
fn = (struct fec_node *)fec_find(&ft, &fec);
usr.sbin/ldpd/l2vpn.c
513
struct fec_node *fn;
usr.sbin/ldpd/l2vpn.c
522
fn = (struct fec_node *)f;
usr.sbin/ldpd/lde.c
1086
struct fec_node *fn;
usr.sbin/ldpd/lde.c
1095
fn = (struct fec_node *)f;
usr.sbin/ldpd/lde.c
1181
struct fec_node *fn;
usr.sbin/ldpd/lde.c
1186
fn = (struct fec_node *)fec_find(&ft, fec);
usr.sbin/ldpd/lde.c
1219
lde_map_add(struct lde_nbr *ln, struct fec_node *fn, int sent)
usr.sbin/ldpd/lde.c
1301
lde_wdraw_add(struct lde_nbr *ln, struct fec_node *fn)
usr.sbin/ldpd/lde.c
1330
struct fec_node *fn;
usr.sbin/ldpd/lde.c
1347
fn = (struct fec_node *)f;
usr.sbin/ldpd/lde.c
585
lde_send_change_klabel(struct fec_node *fn, struct fec_nh *fnh)
usr.sbin/ldpd/lde.c
650
lde_send_delete_klabel(struct fec_node *fn, struct fec_nh *fnh)
usr.sbin/ldpd/lde.c
773
lde_send_labelmapping(struct lde_nbr *ln, struct fec_node *fn, int single)
usr.sbin/ldpd/lde.c
841
lde_send_labelwithdraw(struct lde_nbr *ln, struct fec_node *fn,
usr.sbin/ldpd/lde.c
896
fn = (struct fec_node *)f;
usr.sbin/ldpd/lde.c
965
lde_send_labelrelease(struct lde_nbr *ln, struct fec_node *fn,
usr.sbin/ldpd/lde.h
131
void lde_send_change_klabel(struct fec_node *, struct fec_nh *);
usr.sbin/ldpd/lde.h
132
void lde_send_delete_klabel(struct fec_node *, struct fec_nh *);
usr.sbin/ldpd/lde.h
135
void lde_send_labelmapping(struct lde_nbr *, struct fec_node *,
usr.sbin/ldpd/lde.h
137
void lde_send_labelwithdraw(struct lde_nbr *, struct fec_node *,
usr.sbin/ldpd/lde.h
146
void lde_send_labelrelease(struct lde_nbr *, struct fec_node *,
usr.sbin/ldpd/lde.h
154
struct lde_map *lde_map_add(struct lde_nbr *, struct fec_node *, int);
usr.sbin/ldpd/lde.h
158
struct lde_wdraw *lde_wdraw_add(struct lde_nbr *, struct fec_node *);
usr.sbin/ldpd/lde.h
173
struct fec_nh *fec_nh_find(struct fec_node *, int, union ldpd_addr *,
usr.sbin/ldpd/lde.h
208
int l2vpn_pw_negotiate(struct lde_nbr *, struct fec_node *,
usr.sbin/ldpd/lde_lib.c
144
lde_nbr_is_nexthop(struct fec_node *fn, struct lde_nbr *ln)
usr.sbin/ldpd/lde_lib.c
159
struct fec_node *fn;
usr.sbin/ldpd/lde_lib.c
164
fn = (struct fec_node *)f;
usr.sbin/ldpd/lde_lib.c
208
struct fec_node *fn;
usr.sbin/ldpd/lde_lib.c
211
fn = (struct fec_node *)f;
usr.sbin/ldpd/lde_lib.c
240
struct fec_node *fn = arg;
usr.sbin/ldpd/lde_lib.c
261
static struct fec_node *
usr.sbin/ldpd/lde_lib.c
264
struct fec_node *fn;
usr.sbin/ldpd/lde_lib.c
284
fec_nh_find(struct fec_node *fn, int af, union ldpd_addr *nexthop,
usr.sbin/ldpd/lde_lib.c
299
fec_nh_add(struct fec_node *fn, int af, union ldpd_addr *nexthop,
usr.sbin/ldpd/lde_lib.c
33
static int lde_nbr_is_nexthop(struct fec_node *,
usr.sbin/ldpd/lde_lib.c
347
struct fec_node *fn;
usr.sbin/ldpd/lde_lib.c
352
fn = (struct fec_node *)fec_find(&ft, fec);
usr.sbin/ldpd/lde_lib.c
36
static struct fec_node *fec_add(struct fec *fec);
usr.sbin/ldpd/lde_lib.c
37
static struct fec_nh *fec_nh_add(struct fec_node *, int, union ldpd_addr *,
usr.sbin/ldpd/lde_lib.c
404
struct fec_node *fn;
usr.sbin/ldpd/lde_lib.c
408
fn = (struct fec_node *)fec_find(&ft, fec);
usr.sbin/ldpd/lde_lib.c
435
struct fec_node *fn;
usr.sbin/ldpd/lde_lib.c
443
fn = (struct fec_node *)fec_find(&ft, &fec);
usr.sbin/ldpd/lde_lib.c
541
struct fec_node *fn;
usr.sbin/ldpd/lde_lib.c
554
fn = (struct fec_node *)fec_find(&ft, &fec);
usr.sbin/ldpd/lde_lib.c
604
struct fec_node *fn;
usr.sbin/ldpd/lde_lib.c
608
fn = (struct fec_node *)f;
usr.sbin/ldpd/lde_lib.c
664
struct fec_node *fn;
usr.sbin/ldpd/lde_lib.c
677
fn = (struct fec_node *)fec_find(&ft, &fec);
usr.sbin/ldpd/lde_lib.c
704
struct fec_node *fn;
usr.sbin/ldpd/lde_lib.c
709
fn = (struct fec_node *)f;
usr.sbin/ldpd/lde_lib.c
739
struct fec_node *fn;
usr.sbin/ldpd/lde_lib.c
753
fn = (struct fec_node *)fec_find(&ft, &fec);
usr.sbin/ldpd/lde_lib.c
794
struct fec_node *fn;
usr.sbin/ldpd/lde_lib.c
802
fn = (struct fec_node *)f;
usr.sbin/ldpd/lde_lib.c
892
struct fec_node *fn;
usr.sbin/ldpd/lde_lib.c
896
fn = (struct fec_node *) fec;