Searched refs:ospf6_lsa (Results 1 - 21 of 21) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospf6d/
H A Dospf6_dbex.h32 ospf6_add_delayed_ack (struct ospf6_lsa *, struct ospf6_interface *);
34 ospf6_remove_delayed_ack (struct ospf6_lsa *, struct ospf6_interface *);
35 void ospf6_lsa_delayed_ack_remove_all (struct ospf6_lsa *lsa);
44 ospf6_dbex_acknowledge_delayed (struct ospf6_lsa *lsa,
51 int ack_type (struct ospf6_lsa *, int, struct ospf6_neighbor *);
53 void ospf6_dbex_flood (struct ospf6_lsa *, struct ospf6_neighbor *);
56 ospf6_dbex_remove_from_all_retrans_list (struct ospf6_lsa *lsa);
H A Dospf6_abr.h41 void ospf6_abr_prefix_lsa_add (struct ospf6_lsa *);
42 void ospf6_abr_prefix_lsa_remove (struct ospf6_lsa *);
43 void ospf6_abr_prefix_lsa_change (struct ospf6_lsa *, struct ospf6_lsa *);
H A Dospf6_lsdb.h29 #include "ospf6_lsa.h"
38 struct ospf6_lsa *lsa;
45 void (*hook) (struct ospf6_lsa *);
54 void (*hook) (struct ospf6_lsa *old, struct ospf6_lsa *new);
64 struct ospf6_lsa *
68 void ospf6_lsdb_install (struct ospf6_lsa *new);
77 void ospf6_lsdb_add (struct ospf6_lsa *lsa, struct ospf6_lsdb *lsdb);
78 void ospf6_lsdb_remove (struct ospf6_lsa *lsa, struct ospf6_lsdb *lsdb);
81 struct ospf6_lsa *
[all...]
H A Dospf6_asbr.h48 void ospf6_asbr_external_lsa_add (struct ospf6_lsa *lsa);
49 void ospf6_asbr_external_lsa_remove (struct ospf6_lsa *lsa);
50 void ospf6_asbr_external_lsa_change (struct ospf6_lsa *old,
51 struct ospf6_lsa *new);
H A Dospf6_neighbor.h125 ospf6_neighbor_summary_add (struct ospf6_lsa *, struct ospf6_neighbor *);
127 ospf6_neighbor_summary_remove (struct ospf6_lsa *, struct ospf6_neighbor *);
130 ospf6_neighbor_request_add (struct ospf6_lsa *, struct ospf6_neighbor *);
132 ospf6_neighbor_request_remove (struct ospf6_lsa *, struct ospf6_neighbor *);
135 ospf6_neighbor_retrans_add (struct ospf6_lsa *, struct ospf6_neighbor *);
137 ospf6_neighbor_retrans_remove (struct ospf6_lsa *, struct ospf6_neighbor *);
140 ospf6_neighbor_dbdesc_add (struct ospf6_lsa *lsa,
143 ospf6_neighbor_dbdesc_remove (struct ospf6_lsa *lsa,
H A Dospf6_spf.h40 struct ospf6_lsa *lsa;
100 void ospf6_spf_database_hook (struct ospf6_lsa *old, struct ospf6_lsa *new);
H A Dospf6_lsa.h204 struct ospf6_lsa struct
237 int (*func_print) (struct ospf6_lsa *lsa);
238 int (*func_show) (struct vty *vty, struct ospf6_lsa *lsa);
273 /* ospf6_lsa_is_maxage (struct ospf6_lsa *lsa) */
358 get_router_lsd (u_int32_t, struct ospf6_lsa *);
359 unsigned long get_ifindex_to_router (u_int32_t, struct ospf6_lsa *);
361 int ospf6_lsa_differ (struct ospf6_lsa *lsa1, struct ospf6_lsa *lsa2);
365 void ospf6_lsa_show (struct vty *, struct ospf6_lsa *);
366 void ospf6_lsa_show_dump (struct vty *, struct ospf6_lsa *);
[all...]
H A Dospf6_interface.h143 ospf6_interface_delayed_ack_add (struct ospf6_lsa *lsa,
146 ospf6_interface_delayed_ack_remove (struct ospf6_lsa *lsa,
H A Dospf6_abr.c82 ospf6_abr_prefix_lsa_to_route (struct ospf6_lsa *lsa,
132 ospf6_abr_prefix_lsa_add (struct ospf6_lsa *lsa)
151 ospf6_abr_prefix_lsa_remove (struct ospf6_lsa *lsa)
183 ospf6_abr_router_lsa_to_route (struct ospf6_lsa *lsa,
239 ospf6_abr_router_lsa_add (struct ospf6_lsa *lsa)
258 ospf6_abr_router_lsa_remove (struct ospf6_lsa *lsa)
410 struct ospf6_lsa *lsa;
500 struct ospf6_lsa *lsa = data;
520 ospf6_abr_prefix_lsa_show (struct vty *vty, struct ospf6_lsa *lsa)
540 struct ospf6_lsa *ls
[all...]
H A Dospf6_dbex.c30 struct ospf6_lsa *received = NULL;
31 struct ospf6_lsa *have = NULL;
74 ospf6_dbex_acknowledge_direct (struct ospf6_lsa *lsa,
102 ospf6_dbex_acknowledge_delayed (struct ospf6_lsa *lsa,
130 ospf6_dbex_is_maxage_to_be_dropped (struct ospf6_lsa *received,
183 struct ospf6_lsa *rem;
185 struct ospf6_lsa *lsa = (struct ospf6_lsa *) arg;
197 ospf6_dbex_remove_from_all_retrans_list (struct ospf6_lsa *lsa)
223 struct ospf6_lsa *receive
[all...]
H A Dospf6_lsa.c45 #include "ospf6_lsa.h"
84 ospf6_lsa_differ (struct ospf6_lsa *lsa1,
85 struct ospf6_lsa *lsa2)
133 ospf6_lsa_age_set (struct ospf6_lsa *lsa)
153 ospf6_lsa_age_current (struct ospf6_lsa *lsa)
182 ospf6_lsa_age_update_to_send (struct ospf6_lsa *lsa, u_int32_t transdelay)
194 ospf6_lsa_premature_aging (struct ospf6_lsa *lsa)
214 ospf6_lsa_check_recent (struct ospf6_lsa *a, struct ospf6_lsa *b)
393 ospf6_lsa_show (struct vty *vty, struct ospf6_lsa *ls
[all...]
H A Dospf6_neighbor.c32 #include "ospf6_lsa.h"
36 #include "ospf6_lsa.h"
92 ospf6_neighbor_summary_add (struct ospf6_lsa *lsa,
95 struct ospf6_lsa *summary;
109 ospf6_neighbor_summary_remove (struct ospf6_lsa *lsa,
112 struct ospf6_lsa *summary;
126 ospf6_neighbor_request_add (struct ospf6_lsa *lsa,
129 struct ospf6_lsa *summary;
143 ospf6_neighbor_request_remove (struct ospf6_lsa *lsa,
146 struct ospf6_lsa *summar
[all...]
H A Dospf6_asbr.c117 struct ospf6_lsa *lsa;
127 ospf6_asbr_external_lsa_add (struct ospf6_lsa *lsa)
215 ospf6_asbr_external_lsa_remove (struct ospf6_lsa *lsa)
273 ospf6_asbr_external_lsa_change (struct ospf6_lsa *old, struct ospf6_lsa *new)
367 ospf6_asbr_external_show (struct vty *vty, struct ospf6_lsa *lsa)
416 struct ospf6_lsa *lsa = old;
442 ospf6_asbr_database_hook (struct ospf6_lsa *old, struct ospf6_lsa *new)
H A Dospf6_lsdb.c100 ospf6_lsdb_add (struct ospf6_lsa *lsa, struct ospf6_lsdb *lsdb)
105 struct ospf6_lsa *old = NULL;
125 ospf6_lsdb_remove (struct ospf6_lsa *lsa, struct ospf6_lsdb *lsdb)
130 struct ospf6_lsa *old;
182 struct ospf6_lsa *
307 struct ospf6_lsa *
339 ospf6_lsdb_install (struct ospf6_lsa *new)
342 struct ospf6_lsa *old;
344 void (*hook) (struct ospf6_lsa *, struct ospf6_lsa *);
[all...]
H A Dospf6_message.h26 #include "ospf6_lsa.h"
192 ospf6_send_lsupdate_direct (struct ospf6_lsa *, struct ospf6_neighbor *);
194 ospf6_send_lsupdate_flood (struct ospf6_lsa *, struct ospf6_interface *);
H A Dospf6_intra.c31 ospf6_intra_route_calculate (int type, struct ospf6_lsa *lsa,
85 struct ospf6_lsa *lsa = data;
130 struct ospf6_lsa *lsa = data;
325 ospf6_lsa_intra_prefix_show (struct vty *vty, struct ospf6_lsa *lsa)
380 struct ospf6_lsa *old;
572 struct ospf6_lsa *old;
785 struct ospf6_lsa *lsa = new;
803 struct ospf6_lsa *lsa = old;
862 ospf6_intra_database_hook_intra_prefix (struct ospf6_lsa *old,
863 struct ospf6_lsa *ne
[all...]
H A Dospf6_message.c916 struct ospf6_lsa *lsa;
1097 struct ospf6_lsa *lsa, *copy, *rem;
1533 struct ospf6_lsa *lsa;
1597 struct ospf6_lsa *lsa;
1716 struct ospf6_lsa *lsa;
1790 struct ospf6_lsa *lsa;
1847 ospf6_send_lsupdate_direct (struct ospf6_lsa *lsa, struct ospf6_neighbor *o6n)
1873 ospf6_send_lsupdate_flood (struct ospf6_lsa *lsa, struct ospf6_interface *o6i)
1915 struct ospf6_lsa *lsa;
H A Dospf6_spf.c30 #include "ospf6_lsa.h"
233 struct ospf6_lsa *lsa;
289 struct ospf6_lsa *lsa;
418 struct ospf6_lsa *lsa;
616 struct ospf6_lsa *lsa;
1077 ospf6_spf_database_hook (struct ospf6_lsa *old, struct ospf6_lsa *new)
H A Dospf6_interface.c359 ospf6_interface_delayed_ack_add (struct ospf6_lsa *lsa,
362 struct ospf6_lsa *summary;
368 ospf6_interface_delayed_ack_remove (struct ospf6_lsa *lsa,
371 struct ospf6_lsa *summary;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dospf6.h264 #define ospf6_lsa ospf6_un.un_lsa macro
H A Dprint-ospf6.c569 lshp = op->ospf6_lsa.lsa_lshdr;

Completed in 84 milliseconds