• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/ospfd/

Lines Matching refs:ospf_lsa

49 #include "ospfd/ospf_lsa.h"
76 static int ospf_opaque_lsa_install_hook (struct ospf_lsa *lsa);
77 static int ospf_opaque_lsa_delete_hook (struct ospf_lsa *lsa);
237 void (* show_opaque_info )(struct vty *vty, struct ospf_lsa *lsa);
239 void (* lsa_refresher )(struct ospf_lsa *lsa);
240 int (* new_lsa_hook)(struct ospf_lsa *lsa);
241 int (* del_lsa_hook)(struct ospf_lsa *lsa);
321 void (* show_opaque_info )(struct vty *vty, struct ospf_lsa *lsa),
323 void (* lsa_refresher )(struct ospf_lsa *lsa),
324 int (* new_lsa_hook)(struct ospf_lsa *lsa),
325 int (* del_lsa_hook)(struct ospf_lsa *lsa))
406 ospf_opaque_functab_lookup (struct ospf_lsa *lsa)
476 struct ospf_lsa *lsa;
479 static struct opaque_info_per_type *register_opaque_info_per_type (struct ospf_opaque_functab *functab, struct ospf_lsa *new);
480 static struct opaque_info_per_type *lookup_opaque_info_by_type (struct ospf_lsa *lsa);
481 static struct opaque_info_per_id *register_opaque_info_per_id (struct opaque_info_per_type *oipt, struct ospf_lsa *new);
482 static struct opaque_info_per_id *lookup_opaque_info_by_id (struct opaque_info_per_type *oipt, struct ospf_lsa *lsa);
483 static struct opaque_info_per_id *register_opaque_lsa (struct ospf_lsa *new);
488 struct ospf_lsa *new)
550 lookup_opaque_info_by_type (struct ospf_lsa *lsa)
599 struct ospf_lsa *new)
634 struct ospf_lsa *lsa)
649 register_opaque_lsa (struct ospf_lsa *new)
861 new_lsa_callback (list funclist, struct ospf_lsa *lsa)
879 del_lsa_callback (list funclist, struct ospf_lsa *lsa)
1068 show_opaque_info_detail (struct vty *vty, struct ospf_lsa *lsa)
1108 struct ospf_lsa lsa;
1116 ospf_opaque_lsa_install_hook (struct ospf_lsa *lsa)
1143 ospf_opaque_lsa_delete_hook (struct ospf_lsa *lsa)
1415 struct ospf_lsa *
1416 ospf_opaque_lsa_install (struct ospf_lsa *lsa, int rt_recalc)
1418 struct ospf_lsa *new = NULL;
1486 ospf_opaque_lsa_refresh (struct ospf_lsa *lsa)
1521 static struct ospf_lsa *pseudo_lsa (struct ospf_interface *oi, struct ospf_area *area, u_char lsa_type, u_char opaque_type);
1535 struct ospf_lsa *lsa;
1664 static struct ospf_lsa *
1668 static struct ospf_lsa lsa = { 0 };
1827 int ospf_lsa_refresh_delay (struct ospf_lsa *);
1830 ospf_opaque_lsa_refresh_schedule (struct ospf_lsa *lsa0)
1834 struct ospf_lsa *lsa;
1889 struct ospf_lsa *lsa;
1906 ospf_opaque_lsa_flush_schedule (struct ospf_lsa *lsa0)
1910 struct ospf_lsa *lsa;
1969 static void ospf_opaque_exclude_lsa_from_lsreq (struct route_table *nbrs, struct ospf_neighbor *inbr, struct ospf_lsa *lsa);
1982 struct ospf_lsa *lsa;
2062 struct ospf_lsa *lsa)
2066 struct ospf_lsa *ls_req;
2092 struct ospf_lsa *lsa;
2151 struct ospf_lsa *lsa;