Home
last modified time | relevance | path

Searched refs:lsupdate_list (Results 1 – 18 of 18) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/ospf6d/
H A Dospf6_neighbor.c110 on->lsupdate_list = ospf6_lsdb_create(on); in ospf6_neighbor_create()
131 ospf6_lsdb_remove_all(on->lsupdate_list); in ospf6_neighbor_delete()
139 ospf6_lsdb_delete(on->lsupdate_list); in ospf6_neighbor_delete()
755 on->lsupdate_list->count, duration, in ospf6_neighbor_show_detail()
757 for (ALL_LSDB(on->lsupdate_list, lsa)) in ospf6_neighbor_show_detail()
H A Dospf6_neighbor.h84 struct ospf6_lsdb *lsupdate_list; member
H A Dospf6_interface.h102 struct ospf6_lsdb *lsupdate_list; member
H A Dospf6_message.c861 ospf6_lsdb_add(ospf6_lsa_copy(lsa), on->lsupdate_list); in ospf6_lsreq_recv()
2040 for (ALL_LSDB(on->lsupdate_list, lsa)) { in ospf6_lsupdate_send_neighbor()
2071 ospf6_lsdb_remove(lsa, on->lsupdate_list); in ospf6_lsupdate_send_neighbor()
2144 if (on->lsupdate_list->count != 0) { in ospf6_lsupdate_send_neighbor()
2212 if (oi->lsupdate_list->count == 0) in ospf6_lsupdate_send_interface()
2223 for (ALL_LSDB(oi->lsupdate_list, lsa)) { in ospf6_lsupdate_send_interface()
2258 ospf6_lsdb_remove(lsa, oi->lsupdate_list); in ospf6_lsupdate_send_interface()
2269 if (oi->lsupdate_list->count > 0) { in ospf6_lsupdate_send_interface()
H A Dospf6_interface.c214 oi->lsupdate_list = ospf6_lsdb_create(oi); in ospf6_interface_create()
254 ospf6_lsdb_remove_all(oi->lsupdate_list); in ospf6_interface_delete()
260 ospf6_lsdb_delete(oi->lsupdate_list); in ospf6_interface_delete()
294 ospf6_lsdb_remove_all(oi->lsupdate_list); in ospf6_interface_disable()
981 oi->lsupdate_list->count, duration, in ospf6_interface_show()
983 for (ALL_LSDB(oi->lsupdate_list, lsa)) in ospf6_interface_show()
H A Dospf6_flood.c430 ospf6_lsdb_add(ospf6_lsa_copy(lsa), oi->lsupdate_list); in ospf6_flood_interface()
1026 from->lsupdate_list); in ospf6_receive_lsa()
/dports/net/frr7/frr-frr-7.5.1/ospf6d/
H A Dospf6_neighbor.c110 on->lsupdate_list = ospf6_lsdb_create(on); in ospf6_neighbor_create()
131 ospf6_lsdb_remove_all(on->lsupdate_list); in ospf6_neighbor_delete()
139 ospf6_lsdb_delete(on->lsupdate_list); in ospf6_neighbor_delete()
755 on->lsupdate_list->count, duration, in ospf6_neighbor_show_detail()
757 for (ALL_LSDB(on->lsupdate_list, lsa)) in ospf6_neighbor_show_detail()
H A Dospf6_neighbor.h84 struct ospf6_lsdb *lsupdate_list; member
H A Dospf6_interface.h102 struct ospf6_lsdb *lsupdate_list; member
H A Dospf6_message.c861 ospf6_lsdb_add(ospf6_lsa_copy(lsa), on->lsupdate_list); in ospf6_lsreq_recv()
2040 for (ALL_LSDB(on->lsupdate_list, lsa)) { in ospf6_lsupdate_send_neighbor()
2071 ospf6_lsdb_remove(lsa, on->lsupdate_list); in ospf6_lsupdate_send_neighbor()
2144 if (on->lsupdate_list->count != 0) { in ospf6_lsupdate_send_neighbor()
2212 if (oi->lsupdate_list->count == 0) in ospf6_lsupdate_send_interface()
2223 for (ALL_LSDB(oi->lsupdate_list, lsa)) { in ospf6_lsupdate_send_interface()
2258 ospf6_lsdb_remove(lsa, oi->lsupdate_list); in ospf6_lsupdate_send_interface()
2269 if (oi->lsupdate_list->count > 0) { in ospf6_lsupdate_send_interface()
H A Dospf6_interface.c214 oi->lsupdate_list = ospf6_lsdb_create(oi); in ospf6_interface_create()
254 ospf6_lsdb_remove_all(oi->lsupdate_list); in ospf6_interface_delete()
260 ospf6_lsdb_delete(oi->lsupdate_list); in ospf6_interface_delete()
294 ospf6_lsdb_remove_all(oi->lsupdate_list); in ospf6_interface_disable()
981 oi->lsupdate_list->count, duration, in ospf6_interface_show()
983 for (ALL_LSDB(oi->lsupdate_list, lsa)) in ospf6_interface_show()
H A Dospf6_flood.c430 ospf6_lsdb_add(ospf6_lsa_copy(lsa), oi->lsupdate_list); in ospf6_flood_interface()
1026 from->lsupdate_list); in ospf6_receive_lsa()
/dports/net/quagga/quagga-1.2.4/ospf6d/
H A Dospf6_neighbor.c127 on->lsupdate_list = ospf6_lsdb_create (on); in ospf6_neighbor_create()
149 ospf6_lsdb_remove_all (on->lsupdate_list); in ospf6_neighbor_delete()
157 ospf6_lsdb_delete (on->lsupdate_list); in ospf6_neighbor_delete()
824 on->lsupdate_list->count, duration, in ospf6_neighbor_show_detail()
827 for (lsa = ospf6_lsdb_head (on->lsupdate_list); lsa; in ospf6_neighbor_show_detail()
H A Dospf6_interface.h100 struct ospf6_lsdb *lsupdate_list; member
H A Dospf6_neighbor.h86 struct ospf6_lsdb *lsupdate_list; member
H A Dospf6_message.c877 ospf6_lsdb_add (ospf6_lsa_copy (lsa), on->lsupdate_list); in ospf6_lsreq_recv()
2016 for (lsa = ospf6_lsdb_head (on->lsupdate_list); lsa; in ospf6_lsupdate_send_neighbor()
2033 ospf6_lsdb_remove (lsa, on->lsupdate_list); in ospf6_lsupdate_send_neighbor()
2093 if (on->lsupdate_list->count != 0) in ospf6_lsupdate_send_neighbor()
2125 if (oi->lsupdate_list->count == 0) in ospf6_lsupdate_send_interface()
2136 for (lsa = ospf6_lsdb_head (oi->lsupdate_list); lsa; in ospf6_lsupdate_send_interface()
2153 ospf6_lsdb_remove (lsa, oi->lsupdate_list); in ospf6_lsupdate_send_interface()
2172 if (oi->lsupdate_list->count > 0) in ospf6_lsupdate_send_interface()
H A Dospf6_interface.c210 oi->lsupdate_list = ospf6_lsdb_create (oi); in ospf6_interface_create()
246 ospf6_lsdb_remove_all (oi->lsupdate_list); in ospf6_interface_delete()
252 ospf6_lsdb_delete (oi->lsupdate_list); in ospf6_interface_delete()
283 ospf6_lsdb_remove_all (oi->lsupdate_list); in ospf6_interface_disable()
934 oi->lsupdate_list->count, duration, in ospf6_interface_show()
937 for (lsa = ospf6_lsdb_head (oi->lsupdate_list); lsa; in ospf6_interface_show()
H A Dospf6_flood.c408 ospf6_lsdb_add (ospf6_lsa_copy (lsa), oi->lsupdate_list); in ospf6_flood_interface()
994 ospf6_lsdb_add (ospf6_lsa_copy (old), from->lsupdate_list); in ospf6_receive_lsa()