Home
last modified time | relevance | path

Searched refs:ospf (Results 1 – 25 of 1563) sorted by relevance

12345678910>>...63

/dports/net/frr7-pythontools/frr-frr-7.5.1/ospfd/
H A Dospfd.c328 struct ospf *ospf; in ospf_lookup_instance() local
354 listnode_add(om->ospf, ospf); in ospf_add()
364 struct ospf *ospf = NULL; in ospf_lookup_by_inst_name() local
422 struct ospf *ospf; in ospf_get() local
444 struct ospf *ospf; in ospf_get_instance() local
474 struct ospf *ospf = NULL; in ospf_lookup_by_name() local
559 struct ospf *ospf; in ospf_terminate() local
816 new->ospf = ospf; in ospf_area_new()
963 oi->ospf = area->ospf; in add_ospf_interface()
2085 struct ospf *ospf = NULL; in ospf_vrf_enable() local
[all …]
H A Dospf_zebra.c71 struct ospf *ospf = NULL; in ospf_router_id_update_zebra() local
104 struct ospf *ospf = NULL; in ospf_interface_address_add() local
121 if (!ospf) in ospf_interface_address_add()
450 struct ospf *ospf = THREAD_ARG(thread); local
1145 struct ospf *ospf; local
1316 struct ospf *ospf = NULL; local
1319 ospf = (struct ospf *)arg[0];
1423 struct ospf *ospf; local
1508 struct ospf *ospf = NULL; local
1664 void ospf_distance_reset(struct ospf *ospf) argument
[all …]
H A Dospf_zebra.h45 extern void ospf_zebra_add(struct ospf *ospf, struct prefix_ipv4 *,
47 extern void ospf_zebra_delete(struct ospf *ospf, struct prefix_ipv4 *,
50 extern void ospf_zebra_add_discard(struct ospf *ospf, struct prefix_ipv4 *);
51 extern void ospf_zebra_delete_discard(struct ospf *ospf, struct prefix_ipv4 *);
55 extern int ospf_distribute_check_connected(struct ospf *,
60 extern void ospf_distance_reset(struct ospf *);
61 extern uint8_t ospf_distance_apply(struct ospf *ospf, struct prefix_ipv4 *,
94 extern void ospf_zebra_vrf_register(struct ospf *ospf);
95 extern void ospf_zebra_vrf_deregister(struct ospf *ospf);
97 struct ospf *ospf, struct list *ext_list,
[all …]
H A Dospf_vty.c144 struct ospf *ospf = NULL; in ospf_cmd_lookup_ospf() local
246 struct ospf *ospf; variable
3226 struct ospf *ospf; variable
3320 struct ospf *ospf; variable
3913 struct ospf *ospf; variable
4009 struct ospf *ospf; variable
4308 struct ospf *ospf; variable
4403 struct ospf *ospf; variable
4534 struct ospf *ospf; variable
4615 struct ospf *ospf; variable
[all …]
H A Dospf_asbr.c48 void ospf_external_route_remove(struct ospf *ospf, struct prefix_ipv4 *p) in ospf_external_route_remove() argument
110 ospf_external_info_add(struct ospf *ospf, uint8_t type, unsigned short instance, in ospf_external_info_add() argument
169 void ospf_external_info_delete(struct ospf *ospf, uint8_t type, in ospf_external_info_delete() argument
188 struct external_info *ospf_external_info_lookup(struct ospf *ospf, uint8_t type, in ospf_external_info_lookup() argument
209 struct ospf_lsa *ospf_external_info_find_lsa(struct ospf *ospf, in ospf_external_info_find_lsa() argument
231 ospf->router_id); in ospf_external_info_find_lsa()
249 void ospf_asbr_status_update(struct ospf *ospf, uint8_t status) in ospf_asbr_status_update() argument
257 if (IS_OSPF_ASBR(ospf)) { in ospf_asbr_status_update()
281 void ospf_asbr_nssa_redist_task(struct ospf *ospf) in ospf_asbr_nssa_redist_task() argument
303 void ospf_redistribute_withdraw(struct ospf *ospf, uint8_t type, in ospf_redistribute_withdraw() argument
[all …]
H A Dospf_abr.c95 ospf_delete_discard_route(area->ospf, area->ospf->new_table, in ospf_area_range_delete()
319 int ospf_act_bb_connection(struct ospf *ospf) in ospf_act_bb_connection() argument
380 void ospf_abr_nssa_check_status(struct ospf *ospf) in ospf_abr_nssa_check_status() argument
464 void ospf_check_abr_status(struct ospf *ospf) in ospf_check_abr_status() argument
1664 ospf, ospf->new_table, in ospf_abr_manage_discard_routes()
1670 ospf, ospf->new_table, in ospf_abr_manage_discard_routes()
1765 void ospf_abr_task(struct ospf *ospf) in ospf_abr_task() argument
1788 ospf_abr_process_network_rt(ospf, ospf->new_table); in ospf_abr_task()
1792 ospf_abr_process_router_rt(ospf, ospf->new_rtrs); in ospf_abr_task()
1815 struct ospf *ospf = THREAD_ARG(thread); in ospf_abr_task_timer() local
[all …]
H A Dospf_lsa.c768 struct ospf *ospf = area->ospf; in ospf_router_lsa_new() local
901 int ospf_router_lsa_update(struct ospf *ospf) in ospf_router_lsa_update() argument
1533 struct ospf *ospf) in ospf_external_lsa_body_set() argument
2057 void ospf_external_lsa_rid_change(struct ospf *ospf) in ospf_external_lsa_rid_change() argument
2181 void ospf_external_lsa_refresh_default(struct ospf *ospf) in ospf_external_lsa_refresh_default() argument
2712 int ospf_check_nbr_status(struct ospf *ospf) in ospf_check_nbr_status() argument
2737 struct ospf *ospf = THREAD_ARG(thread); in ospf_maxage_lsa_remover() local
2953 struct ospf *ospf = THREAD_ARG(thread); in ospf_lsa_maxage_walker() local
3024 if (!ospf) in ospf_lsa_lookup()
3561 struct ospf *ospf = THREAD_ARG(t); in ospf_lsa_refresh_walker() local
[all …]
H A Dospfd.h91 struct list *ospf; member
129 struct ospf { struct
325 DECLARE_QOBJ_TYPE(ospf) argument
330 struct ospf *ospf; member
525 extern void ospf_finish(struct ospf *);
526 extern void ospf_router_id_update(struct ospf *ospf);
549 extern int ospf_timers_refresh_set(struct ospf *, int);
550 extern int ospf_timers_refresh_unset(struct ospf *);
584 extern void ospf_vrf_link(struct ospf *ospf, struct vrf *vrf);
585 extern void ospf_vrf_unlink(struct ospf *ospf, struct vrf *vrf);
[all …]
/dports/net/frr7/frr-frr-7.5.1/ospfd/
H A Dospfd.c328 struct ospf *ospf; in ospf_lookup_instance() local
354 listnode_add(om->ospf, ospf); in ospf_add()
364 struct ospf *ospf = NULL; in ospf_lookup_by_inst_name() local
422 struct ospf *ospf; in ospf_get() local
444 struct ospf *ospf; in ospf_get_instance() local
474 struct ospf *ospf = NULL; in ospf_lookup_by_name() local
559 struct ospf *ospf; in ospf_terminate() local
816 new->ospf = ospf; in ospf_area_new()
963 oi->ospf = area->ospf; in add_ospf_interface()
2085 struct ospf *ospf = NULL; in ospf_vrf_enable() local
[all …]
H A Dospf_zebra.c71 struct ospf *ospf = NULL; in ospf_router_id_update_zebra() local
104 struct ospf *ospf = NULL; in ospf_interface_address_add() local
121 if (!ospf) in ospf_interface_address_add()
450 struct ospf *ospf = THREAD_ARG(thread); local
1145 struct ospf *ospf; local
1316 struct ospf *ospf = NULL; local
1319 ospf = (struct ospf *)arg[0];
1423 struct ospf *ospf; local
1508 struct ospf *ospf = NULL; local
1664 void ospf_distance_reset(struct ospf *ospf) argument
[all …]
H A Dospf_zebra.h45 extern void ospf_zebra_add(struct ospf *ospf, struct prefix_ipv4 *,
47 extern void ospf_zebra_delete(struct ospf *ospf, struct prefix_ipv4 *,
50 extern void ospf_zebra_add_discard(struct ospf *ospf, struct prefix_ipv4 *);
51 extern void ospf_zebra_delete_discard(struct ospf *ospf, struct prefix_ipv4 *);
55 extern int ospf_distribute_check_connected(struct ospf *,
60 extern void ospf_distance_reset(struct ospf *);
61 extern uint8_t ospf_distance_apply(struct ospf *ospf, struct prefix_ipv4 *,
94 extern void ospf_zebra_vrf_register(struct ospf *ospf);
95 extern void ospf_zebra_vrf_deregister(struct ospf *ospf);
97 struct ospf *ospf, struct list *ext_list,
[all …]
H A Dospf_vty.c144 struct ospf *ospf = NULL; in ospf_cmd_lookup_ospf() local
246 struct ospf *ospf; variable
3226 struct ospf *ospf; variable
3320 struct ospf *ospf; variable
3913 struct ospf *ospf; variable
4009 struct ospf *ospf; variable
4308 struct ospf *ospf; variable
4403 struct ospf *ospf; variable
4534 struct ospf *ospf; variable
4615 struct ospf *ospf; variable
[all …]
H A Dospf_asbr.c48 void ospf_external_route_remove(struct ospf *ospf, struct prefix_ipv4 *p) in ospf_external_route_remove() argument
110 ospf_external_info_add(struct ospf *ospf, uint8_t type, unsigned short instance, in ospf_external_info_add() argument
169 void ospf_external_info_delete(struct ospf *ospf, uint8_t type, in ospf_external_info_delete() argument
188 struct external_info *ospf_external_info_lookup(struct ospf *ospf, uint8_t type, in ospf_external_info_lookup() argument
209 struct ospf_lsa *ospf_external_info_find_lsa(struct ospf *ospf, in ospf_external_info_find_lsa() argument
231 ospf->router_id); in ospf_external_info_find_lsa()
249 void ospf_asbr_status_update(struct ospf *ospf, uint8_t status) in ospf_asbr_status_update() argument
257 if (IS_OSPF_ASBR(ospf)) { in ospf_asbr_status_update()
281 void ospf_asbr_nssa_redist_task(struct ospf *ospf) in ospf_asbr_nssa_redist_task() argument
303 void ospf_redistribute_withdraw(struct ospf *ospf, uint8_t type, in ospf_redistribute_withdraw() argument
[all …]
H A Dospf_abr.c95 ospf_delete_discard_route(area->ospf, area->ospf->new_table, in ospf_area_range_delete()
319 int ospf_act_bb_connection(struct ospf *ospf) in ospf_act_bb_connection() argument
380 void ospf_abr_nssa_check_status(struct ospf *ospf) in ospf_abr_nssa_check_status() argument
464 void ospf_check_abr_status(struct ospf *ospf) in ospf_check_abr_status() argument
1664 ospf, ospf->new_table, in ospf_abr_manage_discard_routes()
1670 ospf, ospf->new_table, in ospf_abr_manage_discard_routes()
1765 void ospf_abr_task(struct ospf *ospf) in ospf_abr_task() argument
1788 ospf_abr_process_network_rt(ospf, ospf->new_table); in ospf_abr_task()
1792 ospf_abr_process_router_rt(ospf, ospf->new_rtrs); in ospf_abr_task()
1815 struct ospf *ospf = THREAD_ARG(thread); in ospf_abr_task_timer() local
[all …]
H A Dospf_lsa.c768 struct ospf *ospf = area->ospf; in ospf_router_lsa_new() local
901 int ospf_router_lsa_update(struct ospf *ospf) in ospf_router_lsa_update() argument
1533 struct ospf *ospf) in ospf_external_lsa_body_set() argument
2057 void ospf_external_lsa_rid_change(struct ospf *ospf) in ospf_external_lsa_rid_change() argument
2181 void ospf_external_lsa_refresh_default(struct ospf *ospf) in ospf_external_lsa_refresh_default() argument
2712 int ospf_check_nbr_status(struct ospf *ospf) in ospf_check_nbr_status() argument
2737 struct ospf *ospf = THREAD_ARG(thread); in ospf_maxage_lsa_remover() local
2953 struct ospf *ospf = THREAD_ARG(thread); in ospf_lsa_maxage_walker() local
3024 if (!ospf) in ospf_lsa_lookup()
3561 struct ospf *ospf = THREAD_ARG(t); in ospf_lsa_refresh_walker() local
[all …]
H A Dospfd.h91 struct list *ospf; member
129 struct ospf { struct
325 DECLARE_QOBJ_TYPE(ospf) argument
330 struct ospf *ospf; member
525 extern void ospf_finish(struct ospf *);
526 extern void ospf_router_id_update(struct ospf *ospf);
549 extern int ospf_timers_refresh_set(struct ospf *, int);
550 extern int ospf_timers_refresh_unset(struct ospf *);
584 extern void ospf_vrf_link(struct ospf *ospf, struct vrf *vrf);
585 extern void ospf_vrf_unlink(struct ospf *ospf, struct vrf *vrf);
[all …]
/dports/net/quagga/quagga-1.2.4/ospfd/
H A Dospfd.c263 ospf_is_ready (struct ospf *ospf) in ospf_is_ready() argument
273 ospf_add (struct ospf *ospf) in ospf_add() argument
275 listnode_add (om->ospf, ospf); in ospf_add()
279 ospf_delete (struct ospf *ospf) in ospf_delete() argument
281 listnode_delete (om->ospf, ospf); in ospf_delete()
287 struct ospf *ospf; in ospf_get() local
383 struct ospf *ospf; in ospf_terminate() local
406 ospf_finish (struct ospf *ospf) in ospf_finish() argument
591 new->ospf = ospf; in ospf_area_new()
759 oi->ospf = area->ospf; in add_ospf_interface()
[all …]
H A Dospf_zebra.c65 struct ospf *ospf; in ospf_router_id_update_zebra() local
645 ospf_redistribute_unset (struct ospf *ospf, int type) in ospf_redistribute_unset() argument
712 ospf_redistribute_default_unset (struct ospf *ospf) in ospf_redistribute_default_unset() argument
772 ospf_redistribute_check (struct ospf *ospf, in ospf_redistribute_check() argument
844 ospf_routemap_unset (struct ospf *ospf, int type) in ospf_routemap_unset() argument
864 struct ospf *ospf; in ospf_zebra_read_ipv4() local
1018 struct ospf *ospf; in ospf_distribute_list_update_timer() local
1074 struct ospf *ospf; in ospf_filter_update() local
1145 struct ospf *ospf; in ospf_prefix_list_update() local
1296 ospf_distance_reset (struct ospf *ospf) in ospf_distance_reset() argument
[all …]
H A Dospf_abr.c338 ospf_act_bb_connection (struct ospf *ospf) in ospf_act_bb_connection() argument
403 ospf_abr_nssa_check_status (struct ospf *ospf) in ospf_abr_nssa_check_status() argument
486 ospf_check_abr_status (struct ospf *ospf) in ospf_check_abr_status() argument
882 ospf_abr_announce_network (struct ospf *ospf, in ospf_abr_announce_network() argument
961 ospf_abr_should_announce (struct ospf *ospf, in ospf_abr_should_announce() argument
1022 ospf_abr_process_network_rt (struct ospf *ospf, in ospf_abr_process_network_rt() argument
1192 ospf_abr_announce_rtr (struct ospf *ospf, in ospf_abr_announce_rtr() argument
1413 ospf_abr_prepare_aggregates (struct ospf *ospf) in ospf_abr_prepare_aggregates() argument
1810 ospf_abr_task (struct ospf *ospf) in ospf_abr_task() argument
1862 struct ospf *ospf = THREAD_ARG (thread); in ospf_abr_task_timer() local
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/cisco/ios/tests/integration/targets/ios_ospf_interfaces/vars/
H A Dmain.yaml7 - ip ospf 10 area 30
10 - ip ospf bfd
11 - ip ospf cost 5
12 - ip ospf dead-interval 5
15 - ip ospf priority 25
17 - ip ospf shutdown
116 - ip ospf cost 30
127 - no ip ospf bfd
166 - no ip ospf bfd
195 - ip ospf bfd
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ospfv2/vars/
H A Dmain.yaml5 - set protocols ospf mpls-te enable
7 - set protocols ospf redistribute bgp
28 - set protocols ospf area '2'
32 - set protocols ospf area '3'
39 - set protocols ospf area '4'
271 - delete protocols ospf area 3
336 - set protocols ospf mpls-te enable
359 - set protocols ospf area '2'
363 - set protocols ospf area '3'
370 - set protocols ospf area '4'
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/tests/integration/targets/vyos_ospfv2/tests/cli/
H A D_parsed_config.cfg1 set protocols ospf area 2 area-type 'normal'
3 set protocols ospf area 2 shortcut 'enable'
4 set protocols ospf area 3 area-type 'nssa'
6 set protocols ospf area 4 network '192.0.2.0/24'
14 set protocols ospf log-adjacency-changes 'detail'
18 set protocols ospf mpls-te 'enable'
22 set protocols ospf parameters abr-type 'cisco'
23 set protocols ospf parameters 'opaque-lsa'
26 set protocols ospf passive-interface 'eth1'
27 set protocols ospf passive-interface 'eth2'
[all …]
H A D_populate.yaml4 lines: "set protocols ospf mpls-te 'enable' \n
5 set protocols ospf mpls-te router-address '192.0.11.11' \n
6 set protocols ospf redistribute bgp metric-type '2' \n
7 set protocols ospf redistribute bgp metric '10'\n
14 set protocols ospf parameters 'opaque-lsa' \n
15 set protocols ospf parameters abr-type 'cisco' \n
17 set protocols ospf passive-interface 'eth1' \n
18 set protocols ospf passive-interface 'eth2' \n
26 set protocols ospf area 2 shortcut 'enable' \n
27 set protocols ospf area 2 area-type 'normal' \n
[all …]
/dports/net-mgmt/py-junos-eznc/junos-eznc-2.5.4/lib/jnpr/junos/op/
H A Dospf.yml2 rpc: get-ospf-neighbor-information
5 item: ospf-neighbor
18 ospf_area: ospf-area
26 item: ospf-interface
38 item: ospf-overview
39 key: ospf-area-overview/ospf-area
45 area: ospf-area-overview/ospf-area
46 neighbors: ospf-area-overview/ospf-nbr-up-count
51 item: ospf-topology-route-table/ospf-route
58 interface: ospf-route-entry/ospf-next-hop/next-hop-name/interface-name
[all …]
/dports/net-mgmt/py-pyeapi/pyeapi-0.8.4/test/system/
H A Dtest_api_ospf.py86 ospf = dut.api('ospf')
96 ospf = dut.api('ospf')
105 ospf = dut.api("ospf")
114 ospf = dut.api("ospf")
130 ospf = dut.api("ospf")
140 ospf = dut.api("ospf")
149 ospf = dut.api("ospf")
166 ospf = dut.api("ospf")
180 ospf = dut.api("ospf")
193 ospf = dut.api("ospf")
[all …]

12345678910>>...63