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

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/
H A Dospf_interface.h72 struct ospf_interface;
79 struct ospf_interface *vl_oi; /* Interface data structure for the VL. */
80 struct ospf_interface *out_oi; /* The interface to go out. */
98 struct ospf_interface struct
197 char *ospf_if_name (struct ospf_interface *);
198 struct ospf_interface *ospf_if_new ();
199 void ospf_if_cleanup (struct ospf_interface *);
200 void ospf_if_free (struct ospf_interface *);
201 int ospf_if_up (struct ospf_interface *);
202 int ospf_if_down (struct ospf_interface *);
[all...]
H A Dospf_spf.h42 struct ospf_interface *oi;
H A Dospf_opaque.h104 extern int ospf_opaque_type9_lsa_init (struct ospf_interface *oi);
105 extern void ospf_opaque_type9_lsa_term (struct ospf_interface *oi);
117 void (* ism_change_hook)(struct ospf_interface *oi, int old_status),
132 extern void ospf_opaque_ism_change (struct ospf_interface *oi, int old_status);
140 extern void ospf_opaque_lsa_originate_schedule (struct ospf_interface *oi, int *init_delay);
154 extern struct ospf *oi_to_top (struct ospf_interface *oi);
H A Dospf_packet.h148 void ospf_packet_add (struct ospf_interface *, struct ospf_packet *);
149 void ospf_packet_delete (struct ospf_interface *);
154 void ospf_hello_send (struct ospf_interface *);
161 void ospf_ls_ack_send_delayed (struct ospf_interface *);
162 void ospf_ls_retransmit (struct ospf_interface *, struct ospf_lsa *);
169 void ospf_hello_send_sub (struct ospf_interface *, struct in_addr *);
H A Dospf_neighbor.h30 struct ospf_interface *oi;
91 struct ospf_neighbor *ospf_nbr_new (struct ospf_interface *);
95 void ospf_nbr_add_self (struct ospf_interface *);
H A Dospf_ism.c34 #include "ospfd/ospf_interface.h"
77 ospf_elect_dr (struct ospf_interface *oi, list el_list)
120 ospf_elect_bdr (struct ospf_interface *oi, list el_list)
167 ospf_ism_state (struct ospf_interface *oi)
213 ospf_dr_election (struct ospf_interface *oi)
277 struct ospf_interface *oi;
299 struct ospf_interface *oi;
317 ism_timer_set (struct ospf_interface *oi)
384 ism_stop (struct ospf_interface *oi)
390 ism_interface_up (struct ospf_interface *o
[all...]
H A Dospf_interface.c36 #include "ospfd/ospf_interface.h"
55 ospf_if_get_output_cost (struct ospf_interface *oi)
90 struct ospf_interface *oi;
107 ospf_if_reset_variables (struct ospf_interface *oi)
130 ospf_add_to_if (struct interface *ifp, struct ospf_interface *oi)
144 ospf_delete_from_if (struct interface *ifp, struct ospf_interface *oi)
160 struct ospf_interface *
163 struct ospf_interface *oi;
165 oi = XCALLOC (MTYPE_OSPF_IF, sizeof (struct ospf_interface));
166 memset (oi, 0, sizeof (struct ospf_interface));
[all...]
H A Dospf_flood.h51 void ospf_ls_retransmit_add_nbr_all (struct ospf_interface *,
H A Dospf_ism.h85 void ism_change_status (struct ospf_interface *, int);
H A Dospf_lsa.h113 struct ospf_interface *oi;
262 int ospf_network_lsa_refresh (struct ospf_lsa *, struct ospf_interface *);
263 void ospf_network_lsa_timer_add (struct ospf_interface *);
273 struct ospf_lsa *ospf_lsa_install (struct ospf_interface *, struct ospf_lsa *);
278 struct in_addr ospf_get_ip_from_ifp (struct ospf_interface *oi);
H A Dospf_packet.c38 #include "ospfd/ospf_interface.h"
50 static void ospf_ls_ack_send_list (struct ospf_interface *, list,
68 ospf_auth_type (struct ospf_interface *oi)
192 ospf_packet_add (struct ospf_interface *oi, struct ospf_packet *op)
202 ospf_packet_delete (struct ospf_interface *oi)
239 ospf_packet_max (struct ospf_interface *oi)
254 ospf_check_md5_digest (struct ospf_interface *oi, struct stream *s,
303 ospf_make_md5_digest (struct ospf_interface *oi, struct ospf_packet *op)
443 struct ospf_interface *oi;
461 struct ospf_interface *o
[all...]
H A Dospf_neighbor.c35 #include "ospfd/ospf_interface.h"
47 ospf_nbr_new (struct ospf_interface *oi)
129 struct ospf_interface *oi;
178 ospf_nbr_add_self (struct ospf_interface *oi)
296 struct ospf_interface *oi;
H A Dospfd.h414 struct ospf_interface *oi;
542 void ospf_ls_upd_queue_empty (struct ospf_interface *);
544 void ospf_nbr_nbma_if_update (struct ospf_interface *);
553 void ospf_area_add_if (struct ospf_area *, struct ospf_interface *);
554 void ospf_area_del_if (struct ospf_area *, struct ospf_interface *);
H A Dospf_opaque.c46 #include "ospfd/ospf_interface.h"
109 ospf_opaque_type9_lsa_init (struct ospf_interface *oi)
121 ospf_opaque_type9_lsa_term (struct ospf_interface *oi)
232 void (* ism_change_hook)(struct ospf_interface *oi, int old_status);
316 void (* ism_change_hook)(struct ospf_interface *oi, int old_status),
451 * type-9: struct ospf_interface
554 struct ospf_interface *oi;
777 struct ospf_interface *oi, int old_status)
947 ospf_opaque_ism_change (struct ospf_interface *oi, int old_status)
1179 ospf_opaque_lsa_originate_schedule (struct ospf_interface *o
[all...]
H A Dospf_flood.c36 #include "ospfd/ospf_interface.h"
117 struct ospf_interface *oi;
236 struct ospf_interface *oi;
355 ospf_flood_through_interface (struct ospf_interface *oi,
595 struct ospf_interface *oi = getdata (node);
694 struct ospf_interface *oi = getdata (if_node);
940 struct ospf_interface *oi = getdata (node);
962 ospf_ls_retransmit_add_nbr_all (struct ospf_interface *ospfi,
969 struct ospf_interface *oi = getdata (node);
H A Dospf_route.h42 struct ospf_interface *oi;
H A Dospf_nsm.c38 #include "ospfd/ospf_interface.h"
76 struct ospf_interface *oi;
190 struct ospf_interface *oi;
332 struct ospf_interface *oi;
360 struct ospf_interface *oi;
669 struct ospf_interface *oi;
800 struct ospf_interface *oi;
H A Dospfd.c39 #include "ospfd/ospf_interface.h"
78 struct ospf_interface *oi = getdata (node);
121 struct ospf_interface *oi = getdata (node);
292 struct ospf_interface *oi = getdata (node);
563 ospf_area_add_if (struct ospf_area *area, struct ospf_interface *oi)
569 ospf_area_del_if (struct ospf_area *area, struct ospf_interface *oi)
718 struct ospf_interface *oi;
779 ospf_ls_upd_queue_empty (struct ospf_interface *oi)
830 struct ospf_interface *oi = getdata (node);
898 struct ospf_interface *o
[all...]
H A Dospf_dump.h130 char *ospf_if_name_string (struct ospf_interface *);
H A Dospf_lsa.c37 #include "ospfd/ospf_interface.h"
482 lsa_link_ptop_set (struct stream *s, struct ospf_interface *oi)
528 lsa_link_broadcast_set (struct stream *s, struct ospf_interface *oi)
562 lsa_link_loopback_set (struct stream *s, struct ospf_interface *oi)
578 lsa_link_virtuallink_set (struct stream *s, struct ospf_interface *oi)
608 struct ospf_interface *oi = node->data;
898 ospf_network_lsa_body_set (struct stream *s, struct ospf_interface *oi)
919 ospf_network_lsa_new (struct ospf_interface *oi)
963 ospf_network_lsa_originate (struct ospf_interface *oi)
992 ospf_network_lsa_refresh (struct ospf_lsa *lsa, struct ospf_interface *o
[all...]
H A Dospf_snmp.c40 #include "ospfd/ospf_interface.h"
502 struct ospf_interface *oi;
1308 struct ospf_interface *oi;
1600 struct ospf_interface *oi;
1771 struct ospf_interface *oi;
1965 struct ospf_interface *oi;
2031 struct ospf_interface *oi;
2058 struct ospf_interface *oi;
2151 struct ospf_interface *oi;
H A Dospf_zebra.c38 #include "ospfd/ospf_interface.h"
120 ospf_if_free ((struct ospf_interface *) rn->info);
169 struct ospf_interface *oi;
220 struct ospf_interface *oi;
279 struct ospf_interface *oi;
H A Dospf_te.c48 #include "ospfd/ospf_interface.h"
130 static void ospf_mpls_te_ism_change (struct ospf_interface *oi, int old_status);
216 static struct ospf_interface *
220 struct ospf_interface *oi = NULL;
378 set_linkparams_link_type (struct ospf_interface *oi, struct mpls_te_link *lp)
401 set_linkparams_link_id (struct ospf_interface *oi, struct mpls_te_link *lp)
503 struct ospf_interface *oi;
620 ospf_mpls_te_ism_change (struct ospf_interface *oi, int old_state)
H A Dospf_vty.c39 #include "ospfd/ospf_interface.h"
2348 struct ospf_interface *oi = getdata (node);
2571 struct ospf_interface *oi = rn->info;
2674 show_ip_ospf_neighbor_sub (struct vty *vty, struct ospf_interface *oi)
2757 struct ospf_interface *oi = getdata (node);
2793 struct ospf_interface *oi;
2825 show_ip_ospf_nbr_nbma_detail_sub (struct vty *vty, struct ospf_interface *oi,
2858 show_ip_ospf_neighbor_detail_sub (struct vty *vty, struct ospf_interface *oi,
2937 struct ospf_interface *oi = getdata (node);
2966 struct ospf_interface *o
[all...]
H A Dospf_route.c35 #include "ospfd/ospf_interface.h"
467 struct ospf_interface *oi;
761 struct ospf_interface *oi)

Completed in 122 milliseconds

12