Searched refs:ospf_interface (Results 1 - 25 of 96) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/quagga/ospfd/
H A Dospf_snmp.h33 extern void ospfTrapIfStateChange (struct ospf_interface *);
34 extern void ospfTrapVirtIfStateChange (struct ospf_interface *);
H A Dospf_interface.h96 struct ospf_interface;
103 struct ospf_interface *vl_oi; /* Interface data structure for the VL. */
122 struct ospf_interface struct
233 extern char *ospf_if_name (struct ospf_interface *);
234 extern struct ospf_interface *ospf_if_new (struct ospf *, struct interface *,
236 extern void ospf_if_cleanup (struct ospf_interface *);
237 extern void ospf_if_free (struct ospf_interface *);
238 extern int ospf_if_up (struct ospf_interface *);
239 extern int ospf_if_down (struct ospf_interface *);
241 extern int ospf_if_is_up (struct ospf_interface *);
[all...]
H A Dospf_neighbor.h32 struct ospf_interface *oi;
98 extern struct ospf_neighbor *ospf_nbr_new (struct ospf_interface *);
102 extern void ospf_nbr_add_self (struct ospf_interface *);
103 extern int ospf_nbr_count (struct ospf_interface *, int);
105 extern int ospf_nbr_count_opaque_capable (struct ospf_interface *);
107 extern struct ospf_neighbor *ospf_nbr_get (struct ospf_interface *,
110 extern struct ospf_neighbor *ospf_nbr_lookup (struct ospf_interface *,
H A Dospf_apiserver.h116 extern void ospf_apiserver_clients_notify_ready_type9 (struct ospf_interface *oi);
120 extern void ospf_apiserver_clients_notify_new_if (struct ospf_interface *oi);
121 extern void ospf_apiserver_clients_notify_del_if (struct ospf_interface *oi);
122 extern void ospf_apiserver_clients_notify_ism_change (struct ospf_interface *oi);
125 extern int ospf_apiserver_is_ready_type9 (struct ospf_interface *oi);
160 struct ospf_interface *oi,
162 extern struct ospf_interface *ospf_apiserver_if_lookup_by_addr (struct in_addr
164 extern struct ospf_interface *ospf_apiserver_if_lookup_by_ifp (struct interface
177 extern void ospf_apiserver_ism_change (struct ospf_interface *oi, int old_status);
H A Dospf_opaque.h103 extern int ospf_opaque_type9_lsa_init (struct ospf_interface *oi);
104 extern void ospf_opaque_type9_lsa_term (struct ospf_interface *oi);
116 void (* ism_change_hook)(struct ospf_interface *oi, int old_status),
131 extern void ospf_opaque_ism_change (struct ospf_interface *oi,
142 extern void ospf_opaque_lsa_originate_schedule (struct ospf_interface *oi,
164 extern struct ospf *oi_to_top (struct ospf_interface *oi);
H A Dospf_packet.h151 extern void ospf_packet_add (struct ospf_interface *, struct ospf_packet *);
152 extern void ospf_packet_delete (struct ospf_interface *);
157 extern void ospf_hello_send (struct ospf_interface *);
165 extern void ospf_ls_ack_send_delayed (struct ospf_interface *);
166 extern void ospf_ls_retransmit (struct ospf_interface *, struct ospf_lsa *);
H A Dospf_interface.c37 #include "ospfd/ospf_interface.h"
54 ospf_if_get_output_cost (struct ospf_interface *oi)
89 struct ospf_interface *oi;
114 struct ospf_interface *oi;
125 ospf_if_reset_variables (struct ospf_interface *oi)
148 struct ospf_interface *
153 struct ospf_interface *rninfo = NULL;
161 rninfo = (struct ospf_interface *) rn->info;
169 ospf_add_to_if (struct interface *ifp, struct ospf_interface *oi)
186 ospf_delete_from_if (struct interface *ifp, struct ospf_interface *o
[all...]
H A Dospf_ism.c34 #include "ospfd/ospf_interface.h"
75 ospf_elect_dr (struct ospf_interface *oi, struct list *el_list)
113 ospf_elect_bdr (struct ospf_interface *oi, struct list *el_list)
155 ospf_ism_state (struct ospf_interface *oi)
201 ospf_dr_election (struct ospf_interface *oi)
252 struct ospf_interface *oi;
273 struct ospf_interface *oi;
291 ism_timer_set (struct ospf_interface *oi)
354 ism_interface_up (struct ospf_interface *oi)
380 ism_loop_ind (struct ospf_interface *o
[all...]
H A Dospf_spf.h51 struct ospf_interface *oi; /* output intf on root node */
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/quagga/ospfd/
H A Dospf_snmp.h33 extern void ospfTrapIfStateChange (struct ospf_interface *);
34 extern void ospfTrapVirtIfStateChange (struct ospf_interface *);
H A Dospf_interface.h96 struct ospf_interface;
103 struct ospf_interface *vl_oi; /* Interface data structure for the VL. */
122 struct ospf_interface struct
233 extern char *ospf_if_name (struct ospf_interface *);
234 extern struct ospf_interface *ospf_if_new (struct ospf *, struct interface *,
236 extern void ospf_if_cleanup (struct ospf_interface *);
237 extern void ospf_if_free (struct ospf_interface *);
238 extern int ospf_if_up (struct ospf_interface *);
239 extern int ospf_if_down (struct ospf_interface *);
241 extern int ospf_if_is_up (struct ospf_interface *);
[all...]
H A Dospf_neighbor.h32 struct ospf_interface *oi;
98 extern struct ospf_neighbor *ospf_nbr_new (struct ospf_interface *);
102 extern void ospf_nbr_add_self (struct ospf_interface *);
103 extern int ospf_nbr_count (struct ospf_interface *, int);
105 extern int ospf_nbr_count_opaque_capable (struct ospf_interface *);
107 extern struct ospf_neighbor *ospf_nbr_get (struct ospf_interface *,
110 extern struct ospf_neighbor *ospf_nbr_lookup (struct ospf_interface *,
H A Dospf_apiserver.h116 extern void ospf_apiserver_clients_notify_ready_type9 (struct ospf_interface *oi);
120 extern void ospf_apiserver_clients_notify_new_if (struct ospf_interface *oi);
121 extern void ospf_apiserver_clients_notify_del_if (struct ospf_interface *oi);
122 extern void ospf_apiserver_clients_notify_ism_change (struct ospf_interface *oi);
125 extern int ospf_apiserver_is_ready_type9 (struct ospf_interface *oi);
160 struct ospf_interface *oi,
162 extern struct ospf_interface *ospf_apiserver_if_lookup_by_addr (struct in_addr
164 extern struct ospf_interface *ospf_apiserver_if_lookup_by_ifp (struct interface
177 extern void ospf_apiserver_ism_change (struct ospf_interface *oi, int old_status);
H A Dospf_opaque.h103 extern int ospf_opaque_type9_lsa_init (struct ospf_interface *oi);
104 extern void ospf_opaque_type9_lsa_term (struct ospf_interface *oi);
116 void (* ism_change_hook)(struct ospf_interface *oi, int old_status),
131 extern void ospf_opaque_ism_change (struct ospf_interface *oi,
142 extern void ospf_opaque_lsa_originate_schedule (struct ospf_interface *oi,
164 extern struct ospf *oi_to_top (struct ospf_interface *oi);
H A Dospf_packet.h151 extern void ospf_packet_add (struct ospf_interface *, struct ospf_packet *);
152 extern void ospf_packet_delete (struct ospf_interface *);
157 extern void ospf_hello_send (struct ospf_interface *);
165 extern void ospf_ls_ack_send_delayed (struct ospf_interface *);
166 extern void ospf_ls_retransmit (struct ospf_interface *, struct ospf_lsa *);
H A Dospf_interface.c37 #include "ospfd/ospf_interface.h"
54 ospf_if_get_output_cost (struct ospf_interface *oi)
89 struct ospf_interface *oi;
114 struct ospf_interface *oi;
125 ospf_if_reset_variables (struct ospf_interface *oi)
148 struct ospf_interface *
153 struct ospf_interface *rninfo = NULL;
161 rninfo = (struct ospf_interface *) rn->info;
169 ospf_add_to_if (struct interface *ifp, struct ospf_interface *oi)
186 ospf_delete_from_if (struct interface *ifp, struct ospf_interface *o
[all...]
H A Dospf_ism.c34 #include "ospfd/ospf_interface.h"
75 ospf_elect_dr (struct ospf_interface *oi, struct list *el_list)
113 ospf_elect_bdr (struct ospf_interface *oi, struct list *el_list)
155 ospf_ism_state (struct ospf_interface *oi)
201 ospf_dr_election (struct ospf_interface *oi)
252 struct ospf_interface *oi;
273 struct ospf_interface *oi;
291 ism_timer_set (struct ospf_interface *oi)
354 ism_interface_up (struct ospf_interface *oi)
380 ism_loop_ind (struct ospf_interface *o
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/quagga/ospfd/
H A Dospf_snmp.h33 extern void ospfTrapIfStateChange (struct ospf_interface *);
34 extern void ospfTrapVirtIfStateChange (struct ospf_interface *);
H A Dospf_interface.h96 struct ospf_interface;
103 struct ospf_interface *vl_oi; /* Interface data structure for the VL. */
122 struct ospf_interface struct
233 extern char *ospf_if_name (struct ospf_interface *);
234 extern struct ospf_interface *ospf_if_new (struct ospf *, struct interface *,
236 extern void ospf_if_cleanup (struct ospf_interface *);
237 extern void ospf_if_free (struct ospf_interface *);
238 extern int ospf_if_up (struct ospf_interface *);
239 extern int ospf_if_down (struct ospf_interface *);
241 extern int ospf_if_is_up (struct ospf_interface *);
[all...]
H A Dospf_neighbor.h32 struct ospf_interface *oi;
98 extern struct ospf_neighbor *ospf_nbr_new (struct ospf_interface *);
102 extern void ospf_nbr_add_self (struct ospf_interface *);
103 extern int ospf_nbr_count (struct ospf_interface *, int);
105 extern int ospf_nbr_count_opaque_capable (struct ospf_interface *);
107 extern struct ospf_neighbor *ospf_nbr_get (struct ospf_interface *,
110 extern struct ospf_neighbor *ospf_nbr_lookup (struct ospf_interface *,
H A Dospf_apiserver.h116 extern void ospf_apiserver_clients_notify_ready_type9 (struct ospf_interface *oi);
120 extern void ospf_apiserver_clients_notify_new_if (struct ospf_interface *oi);
121 extern void ospf_apiserver_clients_notify_del_if (struct ospf_interface *oi);
122 extern void ospf_apiserver_clients_notify_ism_change (struct ospf_interface *oi);
125 extern int ospf_apiserver_is_ready_type9 (struct ospf_interface *oi);
160 struct ospf_interface *oi,
162 extern struct ospf_interface *ospf_apiserver_if_lookup_by_addr (struct in_addr
164 extern struct ospf_interface *ospf_apiserver_if_lookup_by_ifp (struct interface
177 extern void ospf_apiserver_ism_change (struct ospf_interface *oi, int old_status);
H A Dospf_opaque.h103 extern int ospf_opaque_type9_lsa_init (struct ospf_interface *oi);
104 extern void ospf_opaque_type9_lsa_term (struct ospf_interface *oi);
116 void (* ism_change_hook)(struct ospf_interface *oi, int old_status),
131 extern void ospf_opaque_ism_change (struct ospf_interface *oi,
142 extern void ospf_opaque_lsa_originate_schedule (struct ospf_interface *oi,
164 extern struct ospf *oi_to_top (struct ospf_interface *oi);
H A Dospf_packet.h151 extern void ospf_packet_add (struct ospf_interface *, struct ospf_packet *);
152 extern void ospf_packet_delete (struct ospf_interface *);
157 extern void ospf_hello_send (struct ospf_interface *);
165 extern void ospf_ls_ack_send_delayed (struct ospf_interface *);
166 extern void ospf_ls_retransmit (struct ospf_interface *, struct ospf_lsa *);
H A Dospf_interface.c37 #include "ospfd/ospf_interface.h"
54 ospf_if_get_output_cost (struct ospf_interface *oi)
89 struct ospf_interface *oi;
114 struct ospf_interface *oi;
125 ospf_if_reset_variables (struct ospf_interface *oi)
148 struct ospf_interface *
153 struct ospf_interface *rninfo = NULL;
161 rninfo = (struct ospf_interface *) rn->info;
169 ospf_add_to_if (struct interface *ifp, struct ospf_interface *oi)
186 ospf_delete_from_if (struct interface *ifp, struct ospf_interface *o
[all...]
H A Dospf_ism.c34 #include "ospfd/ospf_interface.h"
75 ospf_elect_dr (struct ospf_interface *oi, struct list *el_list)
113 ospf_elect_bdr (struct ospf_interface *oi, struct list *el_list)
155 ospf_ism_state (struct ospf_interface *oi)
201 ospf_dr_election (struct ospf_interface *oi)
252 struct ospf_interface *oi;
273 struct ospf_interface *oi;
291 ism_timer_set (struct ospf_interface *oi)
354 ism_interface_up (struct ospf_interface *oi)
380 ism_loop_ind (struct ospf_interface *o
[all...]

Completed in 259 milliseconds

1234