Home
last modified time | relevance | path

Searched defs:ospf_proto (Results 1 – 2 of 2) sorted by relevance

/dports/net/bird2/bird-2.0.8/proto/ospf/
H A Dospf.h213 struct ospf_proto struct
215 struct proto p;
217 uint tick;
218 struct top_graph *gr; /* LSA graph */
219 slist lsal; /* List of all LSA's */
230 struct fib rtf; /* Routing table */
232 u8 ospf2; /* OSPF v2 or v3 */
233 u8 af_ext; /* OSPFv3-AF extension */
234 u8 af_mc; /* OSPFv3-AF multicast */
248 int lsab_size, lsab_used;
[all …]
/dports/net/bird/bird-1.6.8/proto/ospf/
H A Dospf.h209 struct ospf_proto struct
211 struct proto p;
213 uint tick;
214 struct top_graph *gr; /* LSA graph */
215 slist lsal; /* List of all LSA's */
222 struct fib rtf; /* Routing table */
223 byte ospf2; /* OSPF v2 or v3 */
224 byte rfc1583; /* RFC1583 compatibility */
229 struct ospf_area *backbone; /* If exists */
232 int lsab_size, lsab_used;
[all …]