Searched refs:nei (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/ospf6d/
H A Dospf6_neighbor.c83 ospf6_neighbor_lslist_clear (struct ospf6_neighbor *nei)
85 ospf6_lsdb_remove_all (nei->summary_list);
86 ospf6_lsdb_remove_all (nei->request_list);
87 ospf6_lsdb_remove_all (nei->retrans_list);
88 ospf6_lsdb_remove_all (nei->dbdesc_list);
93 struct ospf6_neighbor *nei)
99 zlog_info ("Neighbor %s summary-list:", nei->str);
105 ospf6_lsdb_add (summary, nei->summary_list);
110 struct ospf6_neighbor *nei)
116 zlog_info ("Neighbor %s summary-list:", nei
82 ospf6_neighbor_lslist_clear(struct ospf6_neighbor *nei) argument
91 ospf6_neighbor_summary_add(struct ospf6_lsa *lsa, struct ospf6_neighbor *nei) argument
108 ospf6_neighbor_summary_remove(struct ospf6_lsa *lsa, struct ospf6_neighbor *nei) argument
125 ospf6_neighbor_request_add(struct ospf6_lsa *lsa, struct ospf6_neighbor *nei) argument
142 ospf6_neighbor_request_remove(struct ospf6_lsa *lsa, struct ospf6_neighbor *nei) argument
159 ospf6_neighbor_retrans_add(struct ospf6_lsa *lsa, struct ospf6_neighbor *nei) argument
172 ospf6_neighbor_retrans_remove(struct ospf6_lsa *lsa, struct ospf6_neighbor *nei) argument
185 ospf6_neighbor_dbdesc_add(struct ospf6_lsa *lsa, struct ospf6_neighbor *nei) argument
198 ospf6_neighbor_dbdesc_remove(struct ospf6_lsa *lsa, struct ospf6_neighbor *nei) argument
213 ospf6_neighbor_dbex_init(struct ospf6_neighbor *nei) argument
[all...]
H A Dospf6_neighbor.h141 struct ospf6_neighbor *nei);
144 struct ospf6_neighbor *nei);
147 ospf6_neighbor_dbex_init (struct ospf6_neighbor *nei);
H A Dospf6_dbex.c184 struct ospf6_neighbor *nei = (struct ospf6_neighbor *) obj; local
188 lsa->header->adv_router, nei->retrans_list);
191 ospf6_neighbor_retrans_remove (rem, nei);
H A Dospf6d.c150 struct ospf6_neighbor *nei = (struct ospf6_neighbor *) obj;
152 if (nei->state == state)
149 struct ospf6_neighbor *nei = (struct ospf6_neighbor *) obj; local
H A Dospf6_interface.c46 struct ospf6_neighbor *nei; local
50 nei = (struct ospf6_neighbor *) getdata (node);
51 (*func) (arg, val, nei);

Completed in 88 milliseconds