Symbol: lde_nbr
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
335
l2vpn_send_pw_status(struct lde_nbr *ln, uint32_t status, struct fec *fec)
usr.sbin/ldpd/l2vpn.c
351
l2vpn_send_pw_status_wcard(struct lde_nbr *ln, uint32_t status,
usr.sbin/ldpd/l2vpn.c
370
l2vpn_recv_pw_status(struct lde_nbr *ln, struct notify_msg *nm)
usr.sbin/ldpd/l2vpn.c
410
l2vpn_recv_pw_status_wcard(struct lde_nbr *ln, struct notify_msg *nm)
usr.sbin/ldpd/lde.c
1002
lde_send_notification(struct lde_nbr *ln, uint32_t status_code, uint32_t msg_id,
usr.sbin/ldpd/lde.c
1018
lde_send_notification_eol_prefix(struct lde_nbr *ln, int af)
usr.sbin/ldpd/lde.c
1034
lde_send_notification_eol_pwid(struct lde_nbr *ln, uint16_t pw_type)
usr.sbin/ldpd/lde.c
1050
lde_nbr_compare(struct lde_nbr *a, struct lde_nbr *b)
usr.sbin/ldpd/lde.c
1055
static struct lde_nbr *
usr.sbin/ldpd/lde.c
1056
lde_nbr_new(uint32_t peerid, struct lde_nbr *new)
usr.sbin/ldpd/lde.c
1058
struct lde_nbr *ln;
usr.sbin/ldpd/lde.c
1083
lde_nbr_del(struct lde_nbr *ln)
usr.sbin/ldpd/lde.c
1134
static struct lde_nbr *
usr.sbin/ldpd/lde.c
1137
struct lde_nbr ln;
usr.sbin/ldpd/lde.c
1144
struct lde_nbr *
usr.sbin/ldpd/lde.c
1147
struct lde_nbr *ln;
usr.sbin/ldpd/lde.c
1156
struct lde_nbr *
usr.sbin/ldpd/lde.c
1159
struct lde_nbr *ln;
usr.sbin/ldpd/lde.c
1171
struct lde_nbr *ln;
usr.sbin/ldpd/lde.c
1178
lde_nbr_addr_update(struct lde_nbr *ln, struct lde_addr *lde_addr, int removed)
usr.sbin/ldpd/lde.c
1219
lde_map_add(struct lde_nbr *ln, struct fec_node *fn, int sent)
usr.sbin/ldpd/lde.c
1247
lde_map_del(struct lde_nbr *ln, struct lde_map *me, int sent)
usr.sbin/ldpd/lde.c
1267
lde_req_add(struct lde_nbr *ln, struct fec *fec, int sent)
usr.sbin/ldpd/lde.c
1290
lde_req_del(struct lde_nbr *ln, struct lde_req *lre, int sent)
usr.sbin/ldpd/lde.c
1301
lde_wdraw_add(struct lde_nbr *ln, struct fec_node *fn)
usr.sbin/ldpd/lde.c
1319
lde_wdraw_del(struct lde_nbr *ln, struct lde_wdraw *lw)
usr.sbin/ldpd/lde.c
1328
struct lde_nbr *ln;
usr.sbin/ldpd/lde.c
1374
lde_address_add(struct lde_nbr *ln, struct lde_addr *lde_addr)
usr.sbin/ldpd/lde.c
1395
lde_address_del(struct lde_nbr *ln, struct lde_addr *lde_addr)
usr.sbin/ldpd/lde.c
1411
lde_address_find(struct lde_nbr *ln, int af, union ldpd_addr *addr)
usr.sbin/ldpd/lde.c
1424
lde_address_list_free(struct lde_nbr *ln)
usr.sbin/ldpd/lde.c
195
struct lde_nbr *ln;
usr.sbin/ldpd/lde.c
331
sizeof(struct lde_nbr))
usr.sbin/ldpd/lde.c
47
static __inline int lde_nbr_compare(struct lde_nbr *,
usr.sbin/ldpd/lde.c
48
struct lde_nbr *);
usr.sbin/ldpd/lde.c
49
static struct lde_nbr *lde_nbr_new(uint32_t, struct lde_nbr *);
usr.sbin/ldpd/lde.c
50
static void lde_nbr_del(struct lde_nbr *);
usr.sbin/ldpd/lde.c
51
static struct lde_nbr *lde_nbr_find(uint32_t);
usr.sbin/ldpd/lde.c
53
static void lde_nbr_addr_update(struct lde_nbr *,
usr.sbin/ldpd/lde.c
56
static int lde_address_add(struct lde_nbr *, struct lde_addr *);
usr.sbin/ldpd/lde.c
57
static int lde_address_del(struct lde_nbr *, struct lde_addr *);
usr.sbin/ldpd/lde.c
58
static void lde_address_list_free(struct lde_nbr *);
usr.sbin/ldpd/lde.c
60
RB_GENERATE(nbr_tree, lde_nbr, entry, lde_nbr_compare)
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
911
lde_send_labelwithdraw_wcard(struct lde_nbr *ln, uint32_t label)
usr.sbin/ldpd/lde.c
922
lde_send_labelwithdraw_twcard_prefix(struct lde_nbr *ln, uint16_t af,
usr.sbin/ldpd/lde.c
936
lde_send_labelwithdraw_twcard_pwid(struct lde_nbr *ln, uint16_t pw_type,
usr.sbin/ldpd/lde.c
950
lde_send_labelwithdraw_pwid_wcard(struct lde_nbr *ln, uint16_t pw_type,
usr.sbin/ldpd/lde.c
965
lde_send_labelrelease(struct lde_nbr *ln, struct fec_node *fn,
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
139
void lde_send_labelwithdraw_wcard(struct lde_nbr *, uint32_t);
usr.sbin/ldpd/lde.h
140
void lde_send_labelwithdraw_twcard_prefix(struct lde_nbr *,
usr.sbin/ldpd/lde.h
142
void lde_send_labelwithdraw_twcard_pwid(struct lde_nbr *, uint16_t,
usr.sbin/ldpd/lde.h
144
void lde_send_labelwithdraw_pwid_wcard(struct lde_nbr *, uint16_t,
usr.sbin/ldpd/lde.h
146
void lde_send_labelrelease(struct lde_nbr *, struct fec_node *,
usr.sbin/ldpd/lde.h
148
void lde_send_notification(struct lde_nbr *, uint32_t, uint32_t,
usr.sbin/ldpd/lde.h
150
void lde_send_notification_eol_prefix(struct lde_nbr *, int);
usr.sbin/ldpd/lde.h
151
void lde_send_notification_eol_pwid(struct lde_nbr *, uint16_t);
usr.sbin/ldpd/lde.h
152
struct lde_nbr *lde_nbr_find_by_lsrid(struct in_addr);
usr.sbin/ldpd/lde.h
153
struct lde_nbr *lde_nbr_find_by_addr(int, union ldpd_addr *);
usr.sbin/ldpd/lde.h
154
struct lde_map *lde_map_add(struct lde_nbr *, struct fec_node *, int);
usr.sbin/ldpd/lde.h
155
void lde_map_del(struct lde_nbr *, struct lde_map *, int);
usr.sbin/ldpd/lde.h
156
struct lde_req *lde_req_add(struct lde_nbr *, struct fec *, int);
usr.sbin/ldpd/lde.h
157
void lde_req_del(struct lde_nbr *, struct lde_req *, int);
usr.sbin/ldpd/lde.h
158
struct lde_wdraw *lde_wdraw_add(struct lde_nbr *, struct fec_node *);
usr.sbin/ldpd/lde.h
159
void lde_wdraw_del(struct lde_nbr *, struct lde_wdraw *);
usr.sbin/ldpd/lde.h
161
struct lde_addr *lde_address_find(struct lde_nbr *, int,
usr.sbin/ldpd/lde.h
171
void fec_snap(struct lde_nbr *);
usr.sbin/ldpd/lde.h
180
void lde_check_mapping(struct map *, struct lde_nbr *);
usr.sbin/ldpd/lde.h
181
void lde_check_request(struct map *, struct lde_nbr *);
usr.sbin/ldpd/lde.h
182
void lde_check_request_wcard(struct map *, struct lde_nbr *);
usr.sbin/ldpd/lde.h
183
void lde_check_release(struct map *, struct lde_nbr *);
usr.sbin/ldpd/lde.h
184
void lde_check_release_wcard(struct map *, struct lde_nbr *);
usr.sbin/ldpd/lde.h
185
void lde_check_withdraw(struct map *, struct lde_nbr *);
usr.sbin/ldpd/lde.h
186
void lde_check_withdraw_wcard(struct map *, struct lde_nbr *);
usr.sbin/ldpd/lde.h
208
int l2vpn_pw_negotiate(struct lde_nbr *, struct fec_node *,
usr.sbin/ldpd/lde.h
210
void l2vpn_send_pw_status(struct lde_nbr *, uint32_t, struct fec *);
usr.sbin/ldpd/lde.h
211
void l2vpn_send_pw_status_wcard(struct lde_nbr *, uint32_t,
usr.sbin/ldpd/lde.h
213
void l2vpn_recv_pw_status(struct lde_nbr *, struct notify_msg *);
usr.sbin/ldpd/lde.h
214
void l2vpn_recv_pw_status_wcard(struct lde_nbr *,
usr.sbin/ldpd/lde.h
66
struct lde_nbr *nexthop;
usr.sbin/ldpd/lde.h
85
RB_ENTRY(lde_nbr) entry;
usr.sbin/ldpd/lde.h
98
RB_HEAD(nbr_tree, lde_nbr);
usr.sbin/ldpd/lde.h
99
RB_PROTOTYPE(nbr_tree, lde_nbr, entry, lde_nbr_compare)
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
205
fec_snap(struct lde_nbr *ln)
usr.sbin/ldpd/lde_lib.c
34
struct lde_nbr *);
usr.sbin/ldpd/lde_lib.c
350
struct lde_nbr *ln;
usr.sbin/ldpd/lde_lib.c
406
struct lde_nbr *ln;
usr.sbin/ldpd/lde_lib.c
432
lde_check_mapping(struct map *map, struct lde_nbr *ln)
usr.sbin/ldpd/lde_lib.c
537
lde_check_request(struct map *map, struct lde_nbr *ln)
usr.sbin/ldpd/lde_lib.c
601
lde_check_request_wcard(struct map *map, struct lde_nbr *ln)
usr.sbin/ldpd/lde_lib.c
661
lde_check_release(struct map *map, struct lde_nbr *ln)
usr.sbin/ldpd/lde_lib.c
701
lde_check_release_wcard(struct map *map, struct lde_nbr *ln)
usr.sbin/ldpd/lde_lib.c
736
lde_check_withdraw(struct map *map, struct lde_nbr *ln)
usr.sbin/ldpd/lde_lib.c
791
lde_check_withdraw_wcard(struct map *map, struct lde_nbr *ln)
usr.sbin/ldpd/neighbor.c
730
struct lde_nbr lde_nbr;
usr.sbin/ldpd/neighbor.c
737
memset(&lde_nbr, 0, sizeof(lde_nbr));
usr.sbin/ldpd/neighbor.c
738
lde_nbr.id = nbr->id;
usr.sbin/ldpd/neighbor.c
739
lde_nbr.v4_enabled = nbr->v4_enabled;
usr.sbin/ldpd/neighbor.c
740
lde_nbr.v6_enabled = nbr->v6_enabled;
usr.sbin/ldpd/neighbor.c
741
lde_nbr.flags = nbr->flags;
usr.sbin/ldpd/neighbor.c
743
&lde_nbr, sizeof(lde_nbr)));