Home
last modified time | relevance | path

Searched defs:ospf_interface (Results 1 – 3 of 3) sorted by relevance

/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/
H A Dospf_interface.h149 struct ospf_interface { struct
151 struct ospf *ospf;
154 struct ospf_area *area;
161 struct interface *ifp;
168 uint8_t type;
171 uint8_t state;
174 uint8_t multicast_memberships;
208 struct list *nbr_nbma;
218 struct {
221 } ls_ack_direct;
[all …]
/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospf_interface.h149 struct ospf_interface { struct
151 struct ospf *ospf;
154 struct ospf_area *area;
161 struct interface *ifp;
168 uint8_t type;
171 uint8_t state;
174 uint8_t multicast_memberships;
208 struct list *nbr_nbma;
218 struct {
221 } ls_ack_direct;
[all …]
/dports/net/quagga/quagga-1.2.4/ospfd/
H A Dospf_interface.h132 struct ospf_interface struct
135 struct ospf *ospf;
138 struct ospf_area *area;
145 struct interface *ifp;
152 u_char type;
155 u_char state;
158 u_char multicast_memberships;
192 struct list *nbr_nbma;
203 {
206 } ls_ack_direct;
[all …]