Symbol: lsa_entry
usr.sbin/ospf6d/database.c
343
struct lsa_entry *le;
usr.sbin/ospf6d/database.c
355
struct lsa_entry *le;
usr.sbin/ospf6d/database.c
42
struct lsa_entry *le, *nle;
usr.sbin/ospf6d/lsack.c
182
struct lsa_entry *le;
usr.sbin/ospf6d/lsack.c
205
ls_ack_list_free(struct iface *iface, struct lsa_entry *le)
usr.sbin/ospf6d/lsack.c
217
struct lsa_entry *le;
usr.sbin/ospf6d/lsack.c
239
struct lsa_entry *le, *nle;
usr.sbin/ospf6d/lsreq.c
117
struct lsa_entry *le;
usr.sbin/ospf6d/lsreq.c
130
struct lsa_entry *
usr.sbin/ospf6d/lsreq.c
133
struct lsa_entry *le;
usr.sbin/ospf6d/lsreq.c
145
ls_req_list_free(struct nbr *nbr, struct lsa_entry *le)
usr.sbin/ospf6d/lsreq.c
171
struct lsa_entry *le;
usr.sbin/ospf6d/lsreq.c
37
struct lsa_entry *le, *nle;
usr.sbin/ospf6d/lsupdate.c
308
struct lsa_entry *le;
usr.sbin/ospf6d/lsupdate.c
335
struct lsa_entry *le;
usr.sbin/ospf6d/lsupdate.c
355
struct lsa_entry *
usr.sbin/ospf6d/lsupdate.c
358
struct lsa_entry *le;
usr.sbin/ospf6d/lsupdate.c
370
ls_retrans_list_insert(struct nbr *nbr, struct lsa_entry *new)
usr.sbin/ospf6d/lsupdate.c
372
struct lsa_entry *le;
usr.sbin/ospf6d/lsupdate.c
390
ls_retrans_list_remove(struct nbr *nbr, struct lsa_entry *le)
usr.sbin/ospf6d/lsupdate.c
393
struct lsa_entry *next = TAILQ_NEXT(le, entry);
usr.sbin/ospf6d/lsupdate.c
420
ls_retrans_list_free(struct nbr *nbr, struct lsa_entry *le)
usr.sbin/ospf6d/lsupdate.c
43
void ls_retrans_list_insert(struct nbr *, struct lsa_entry *);
usr.sbin/ospf6d/lsupdate.c
431
struct lsa_entry *le;
usr.sbin/ospf6d/lsupdate.c
44
void ls_retrans_list_remove(struct nbr *, struct lsa_entry *);
usr.sbin/ospf6d/lsupdate.c
446
struct lsa_entry *le;
usr.sbin/ospf6d/lsupdate.c
52
struct lsa_entry *le = NULL;
usr.sbin/ospf6d/neighbor.c
658
struct lsa_entry *le;
usr.sbin/ospf6d/ospf6d.h
286
TAILQ_HEAD(lsa_head, lsa_entry);
usr.sbin/ospf6d/ospfe.c
450
struct lsa_entry *le;
usr.sbin/ospf6d/ospfe.h
154
void ls_ack_list_free(struct iface *, struct lsa_entry *);
usr.sbin/ospf6d/ospfe.h
165
struct lsa_entry *ls_req_list_get(struct nbr *, struct lsa_hdr *);
usr.sbin/ospf6d/ospfe.h
166
void ls_req_list_free(struct nbr *, struct lsa_entry *);
usr.sbin/ospf6d/ospfe.h
181
struct lsa_entry *ls_retrans_list_get(struct nbr *, struct lsa_hdr *);
usr.sbin/ospf6d/ospfe.h
182
void ls_retrans_list_free(struct nbr *, struct lsa_entry *);
usr.sbin/ospf6d/ospfe.h
30
TAILQ_ENTRY(lsa_entry) entry;
usr.sbin/ospf6d/ospfe.h
74
struct lsa_entry *ls_req;
usr.sbin/ospf6d/ospfe.h
75
struct lsa_entry *dd_end;
usr.sbin/ospfd/database.c
356
struct lsa_entry *le;
usr.sbin/ospfd/database.c
368
struct lsa_entry *le;
usr.sbin/ospfd/database.c
44
struct lsa_entry *le, *nle;
usr.sbin/ospfd/lsack.c
186
struct lsa_entry *le;
usr.sbin/ospfd/lsack.c
207
ls_ack_list_free(struct iface *iface, struct lsa_entry *le)
usr.sbin/ospfd/lsack.c
219
struct lsa_entry *le;
usr.sbin/ospfd/lsack.c
241
struct lsa_entry *le, *nle;
usr.sbin/ospfd/lsreq.c
119
struct lsa_entry *le;
usr.sbin/ospfd/lsreq.c
132
struct lsa_entry *
usr.sbin/ospfd/lsreq.c
135
struct lsa_entry *le;
usr.sbin/ospfd/lsreq.c
147
ls_req_list_free(struct nbr *nbr, struct lsa_entry *le)
usr.sbin/ospfd/lsreq.c
173
struct lsa_entry *le;
usr.sbin/ospfd/lsreq.c
36
struct lsa_entry *le, *nle;
usr.sbin/ospfd/lsupdate.c
301
struct lsa_entry *le;
usr.sbin/ospfd/lsupdate.c
328
struct lsa_entry *le;
usr.sbin/ospfd/lsupdate.c
348
struct lsa_entry *
usr.sbin/ospfd/lsupdate.c
351
struct lsa_entry *le;
usr.sbin/ospfd/lsupdate.c
363
ls_retrans_list_insert(struct nbr *nbr, struct lsa_entry *new)
usr.sbin/ospfd/lsupdate.c
365
struct lsa_entry *le;
usr.sbin/ospfd/lsupdate.c
383
ls_retrans_list_remove(struct nbr *nbr, struct lsa_entry *le)
usr.sbin/ospfd/lsupdate.c
386
struct lsa_entry *next = TAILQ_NEXT(le, entry);
usr.sbin/ospfd/lsupdate.c
40
void ls_retrans_list_insert(struct nbr *, struct lsa_entry *);
usr.sbin/ospfd/lsupdate.c
41
void ls_retrans_list_remove(struct nbr *, struct lsa_entry *);
usr.sbin/ospfd/lsupdate.c
413
ls_retrans_list_free(struct nbr *nbr, struct lsa_entry *le)
usr.sbin/ospfd/lsupdate.c
424
struct lsa_entry *le;
usr.sbin/ospfd/lsupdate.c
439
struct lsa_entry *le;
usr.sbin/ospfd/lsupdate.c
49
struct lsa_entry *le = NULL;
usr.sbin/ospfd/neighbor.c
658
struct lsa_entry *le;
usr.sbin/ospfd/ospfd.h
316
TAILQ_HEAD(lsa_head, lsa_entry);
usr.sbin/ospfd/ospfe.c
495
struct lsa_entry *le;
usr.sbin/ospfd/ospfe.h
163
void ls_ack_list_free(struct iface *, struct lsa_entry *);
usr.sbin/ospfd/ospfe.h
174
struct lsa_entry *ls_req_list_get(struct nbr *, struct lsa_hdr *);
usr.sbin/ospfd/ospfe.h
175
void ls_req_list_free(struct nbr *, struct lsa_entry *);
usr.sbin/ospfd/ospfe.h
190
struct lsa_entry *ls_retrans_list_get(struct nbr *, struct lsa_hdr *);
usr.sbin/ospfd/ospfe.h
191
void ls_retrans_list_free(struct nbr *, struct lsa_entry *);
usr.sbin/ospfd/ospfe.h
30
TAILQ_ENTRY(lsa_entry) entry;
usr.sbin/ospfd/ospfe.h
74
struct lsa_entry *ls_req;
usr.sbin/ospfd/ospfe.h
75
struct lsa_entry *dd_end;