Searched refs:lsack_list (Results 1 - 18 of 18) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospf6d/
H A Dospf6_interface.h98 struct ospf6_lsdb *lsack_list; member in struct:ospf6_interface
H A Dospf6_neighbor.h87 struct ospf6_lsdb *lsack_list; member in struct:ospf6_neighbor
H A Dospf6_flood.c579 ospf6_lsdb_add (ospf6_lsa_copy (lsa), oi->lsack_list);
603 ospf6_lsdb_add (ospf6_lsa_copy (lsa), oi->lsack_list);
623 ospf6_lsdb_add (ospf6_lsa_copy (lsa), from->lsack_list);
667 ospf6_lsdb_add (ospf6_lsa_copy (lsa), oi->lsack_list);
691 ospf6_lsdb_add (ospf6_lsa_copy (lsa), from->lsack_list);
829 ospf6_lsdb_add (ospf6_lsa_copy (new), from->lsack_list);
H A Dospf6_neighbor.c127 on->lsack_list = ospf6_lsdb_create (on);
149 ospf6_lsdb_remove_all (on->lsack_list);
157 ospf6_lsdb_delete (on->lsack_list);
835 on->lsack_list->count, duration,
838 for (lsa = ospf6_lsdb_head (on->lsack_list); lsa;
H A Dospf6_interface.c210 oi->lsack_list = ospf6_lsdb_create (oi);
246 ospf6_lsdb_remove_all (oi->lsack_list);
252 ospf6_lsdb_delete (oi->lsack_list);
283 ospf6_lsdb_remove_all (oi->lsack_list);
957 oi->lsack_list->count, duration,
960 for (lsa = ospf6_lsdb_head (oi->lsack_list); lsa;
H A Dospf6_message.c2202 if (on->lsack_list->count == 0)
2210 for (lsa = ospf6_lsdb_head (on->lsack_list); lsa;
2231 ospf6_lsdb_remove (lsa, on->lsack_list);
2244 if (on->thread_send_lsack == NULL && on->lsack_list->count > 0)
2274 if (oi->lsack_list->count == 0)
2282 for (lsa = ospf6_lsdb_head (oi->lsack_list); lsa;
2303 ospf6_lsdb_remove (lsa, oi->lsack_list);
2320 if (oi->thread_send_lsack == NULL && oi->lsack_list->count > 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospf6d/
H A Dospf6_interface.h98 struct ospf6_lsdb *lsack_list; member in struct:ospf6_interface
H A Dospf6_neighbor.h87 struct ospf6_lsdb *lsack_list; member in struct:ospf6_neighbor
H A Dospf6_flood.c579 ospf6_lsdb_add (ospf6_lsa_copy (lsa), oi->lsack_list);
603 ospf6_lsdb_add (ospf6_lsa_copy (lsa), oi->lsack_list);
623 ospf6_lsdb_add (ospf6_lsa_copy (lsa), from->lsack_list);
667 ospf6_lsdb_add (ospf6_lsa_copy (lsa), oi->lsack_list);
691 ospf6_lsdb_add (ospf6_lsa_copy (lsa), from->lsack_list);
829 ospf6_lsdb_add (ospf6_lsa_copy (new), from->lsack_list);
H A Dospf6_neighbor.c127 on->lsack_list = ospf6_lsdb_create (on);
149 ospf6_lsdb_remove_all (on->lsack_list);
157 ospf6_lsdb_delete (on->lsack_list);
835 on->lsack_list->count, duration,
838 for (lsa = ospf6_lsdb_head (on->lsack_list); lsa;
H A Dospf6_interface.c210 oi->lsack_list = ospf6_lsdb_create (oi);
246 ospf6_lsdb_remove_all (oi->lsack_list);
252 ospf6_lsdb_delete (oi->lsack_list);
283 ospf6_lsdb_remove_all (oi->lsack_list);
957 oi->lsack_list->count, duration,
960 for (lsa = ospf6_lsdb_head (oi->lsack_list); lsa;
H A Dospf6_message.c2202 if (on->lsack_list->count == 0)
2210 for (lsa = ospf6_lsdb_head (on->lsack_list); lsa;
2231 ospf6_lsdb_remove (lsa, on->lsack_list);
2244 if (on->thread_send_lsack == NULL && on->lsack_list->count > 0)
2274 if (oi->lsack_list->count == 0)
2282 for (lsa = ospf6_lsdb_head (oi->lsack_list); lsa;
2303 ospf6_lsdb_remove (lsa, oi->lsack_list);
2320 if (oi->thread_send_lsack == NULL && oi->lsack_list->count > 0)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospf6d/
H A Dospf6_interface.h98 struct ospf6_lsdb *lsack_list; member in struct:ospf6_interface
H A Dospf6_neighbor.h87 struct ospf6_lsdb *lsack_list; member in struct:ospf6_neighbor
H A Dospf6_flood.c579 ospf6_lsdb_add (ospf6_lsa_copy (lsa), oi->lsack_list);
603 ospf6_lsdb_add (ospf6_lsa_copy (lsa), oi->lsack_list);
623 ospf6_lsdb_add (ospf6_lsa_copy (lsa), from->lsack_list);
667 ospf6_lsdb_add (ospf6_lsa_copy (lsa), oi->lsack_list);
691 ospf6_lsdb_add (ospf6_lsa_copy (lsa), from->lsack_list);
829 ospf6_lsdb_add (ospf6_lsa_copy (new), from->lsack_list);
H A Dospf6_neighbor.c127 on->lsack_list = ospf6_lsdb_create (on);
149 ospf6_lsdb_remove_all (on->lsack_list);
157 ospf6_lsdb_delete (on->lsack_list);
835 on->lsack_list->count, duration,
838 for (lsa = ospf6_lsdb_head (on->lsack_list); lsa;
H A Dospf6_interface.c210 oi->lsack_list = ospf6_lsdb_create (oi);
246 ospf6_lsdb_remove_all (oi->lsack_list);
252 ospf6_lsdb_delete (oi->lsack_list);
283 ospf6_lsdb_remove_all (oi->lsack_list);
957 oi->lsack_list->count, duration,
960 for (lsa = ospf6_lsdb_head (oi->lsack_list); lsa;
H A Dospf6_message.c2202 if (on->lsack_list->count == 0)
2210 for (lsa = ospf6_lsdb_head (on->lsack_list); lsa;
2231 ospf6_lsdb_remove (lsa, on->lsack_list);
2244 if (on->thread_send_lsack == NULL && on->lsack_list->count > 0)
2274 if (oi->lsack_list->count == 0)
2282 for (lsa = ospf6_lsdb_head (oi->lsack_list); lsa;
2303 ospf6_lsdb_remove (lsa, oi->lsack_list);
2320 if (oi->thread_send_lsack == NULL && oi->lsack_list->count > 0)

Completed in 294 milliseconds