Home
last modified time | relevance | path

Searched defs:vty (Results 1 – 25 of 585) sorted by relevance

12345678910>>...24

/dports/net/frr7-pythontools/frr-frr-7.5.1/lib/
H A Dvty.h60 struct vty { struct
74 /* Is this vty connect to file or not */ argument
77 /* Node status of this vty */ argument
78 int node;
81 int fail;
84 bool filter;
94 char *buf;
119 struct vty_cfg_change cfg_changes[VTY_MAXCFGCHANGES]; argument
158 /* Current vty status. */ argument
195 /* What address is this vty comming from. */ argument
[all …]
H A Dvty.c337 void vty_hello(struct vty *vty) in vty_hello()
1613 struct vty *vty; in vty_new_init() local
1645 struct vty *vty; in vty_create() local
1771 struct vty *vty; in vty_stdio() local
2011 struct vty *vty; in vtysh_accept() local
2080 struct vty *vty; in vtysh_read() local
2256 struct vty *vty; in vty_timeout() local
2277 struct vty *vty; in vty_read_file() local
2542 struct vty *vty; in vty_log() local
2570 struct vty *vty; in vty_log_fixed() local
[all …]
/dports/net/frr7/frr-frr-7.5.1/lib/
H A Dvty.h60 struct vty { struct
74 /* Is this vty connect to file or not */ argument
77 /* Node status of this vty */ argument
78 int node;
81 int fail;
84 bool filter;
94 char *buf;
119 struct vty_cfg_change cfg_changes[VTY_MAXCFGCHANGES]; argument
158 /* Current vty status. */ argument
195 /* What address is this vty comming from. */ argument
[all …]
H A Dvty.c337 void vty_hello(struct vty *vty) in vty_hello()
1613 struct vty *vty; in vty_new_init() local
1645 struct vty *vty; in vty_create() local
1771 struct vty *vty; in vty_stdio() local
2011 struct vty *vty; in vtysh_accept() local
2080 struct vty *vty; in vtysh_read() local
2256 struct vty *vty; in vty_timeout() local
2277 struct vty *vty; in vty_read_file() local
2542 struct vty *vty; in vty_log() local
2570 struct vty *vty; in vty_log_fixed() local
[all …]
/dports/net/quagga/quagga-1.2.4/lib/
H A Dvty.h31 struct vty struct
39 /* Is this vty connect to file or not */ argument
42 /* Node status of this vty */ argument
43 int node;
46 int fail;
52 char *buf;
55 int cp;
58 int length;
82 /* Current vty status. */ argument
83 enum {VTY_NORMAL, VTY_CLOSE, VTY_MORE, VTY_MORELINE} status;
[all …]
H A Dvty.c249 vty_hello (struct vty *vty) in vty_hello()
1714 struct vty *vty; in vty_new_init() local
1743 struct vty *vty; in vty_create() local
1821 struct vty *vty; in vty_stdio() local
2156 struct vty *vty; in vtysh_accept() local
2224 struct vty *vty; in vtysh_read() local
2386 struct vty *vty; in vty_timeout() local
2408 struct vty *vty; in vty_read_file() local
2621 struct vty *vty; in vty_log() local
2655 struct vty *vty; in vty_log_fixed() local
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/isisd/
H A Disis_cli.c131 void cli_show_router_isis(struct vty *vty, struct lyd_node *dnode, in cli_show_router_isis()
386 void cli_show_ip_isis_ipv4(struct vty *vty, struct lyd_node *dnode, in cli_show_ip_isis_ipv4()
402 void cli_show_ip_isis_ipv6(struct vty *vty, struct lyd_node *dnode, in cli_show_ip_isis_ipv6()
534 void cli_show_isis_is_type(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_is_type()
588 void cli_show_isis_overload(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_overload()
609 void cli_show_isis_attached(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_attached()
688 void cli_show_isis_area_pwd(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_area_pwd()
1015 void cli_show_isis_lsp_mtu(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_lsp_mtu()
1182 void cli_show_isis_mpls_te(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_mpls_te()
1543 void cli_show_isis_srgb(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_srgb()
[all …]
/dports/net/frr7/frr-frr-7.5.1/isisd/
H A Disis_cli.c131 void cli_show_router_isis(struct vty *vty, struct lyd_node *dnode, in cli_show_router_isis()
386 void cli_show_ip_isis_ipv4(struct vty *vty, struct lyd_node *dnode, in cli_show_ip_isis_ipv4()
402 void cli_show_ip_isis_ipv6(struct vty *vty, struct lyd_node *dnode, in cli_show_ip_isis_ipv6()
534 void cli_show_isis_is_type(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_is_type()
588 void cli_show_isis_overload(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_overload()
609 void cli_show_isis_attached(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_attached()
688 void cli_show_isis_area_pwd(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_area_pwd()
1015 void cli_show_isis_lsp_mtu(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_lsp_mtu()
1182 void cli_show_isis_mpls_te(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_mpls_te()
1543 void cli_show_isis_srgb(struct vty *vty, struct lyd_node *dnode, in cli_show_isis_srgb()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripd/
H A Drip_cli.c86 void cli_show_router_rip(struct vty *vty, struct lyd_node *dnode, in cli_show_router_rip()
115 void cli_show_rip_allow_ecmp(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_allow_ecmp()
140 void cli_show_rip_default_information_originate(struct vty *vty, in cli_show_rip_default_information_originate()
211 void cli_show_rip_distance(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_distance()
274 void cli_show_rip_neighbor(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_neighbor()
493 void cli_show_rip_route(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_route()
538 void cli_show_rip_timers(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_timers()
576 void cli_show_rip_version(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_version()
862 void cli_show_ip_rip_authentication_scheme(struct vty *vty, in cli_show_ip_rip_authentication_scheme()
935 void cli_show_ip_rip_authentication_string(struct vty *vty, in cli_show_ip_rip_authentication_string()
[all …]
/dports/net/frr7/frr-frr-7.5.1/ripd/
H A Drip_cli.c86 void cli_show_router_rip(struct vty *vty, struct lyd_node *dnode, in cli_show_router_rip()
115 void cli_show_rip_allow_ecmp(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_allow_ecmp()
140 void cli_show_rip_default_information_originate(struct vty *vty, in cli_show_rip_default_information_originate()
211 void cli_show_rip_distance(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_distance()
274 void cli_show_rip_neighbor(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_neighbor()
493 void cli_show_rip_route(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_route()
538 void cli_show_rip_timers(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_timers()
576 void cli_show_rip_version(struct vty *vty, struct lyd_node *dnode, in cli_show_rip_version()
862 void cli_show_ip_rip_authentication_scheme(struct vty *vty, in cli_show_ip_rip_authentication_scheme()
935 void cli_show_ip_rip_authentication_string(struct vty *vty, in cli_show_ip_rip_authentication_string()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ripngd/
H A Dripng_cli.c86 void cli_show_router_ripng(struct vty *vty, struct lyd_node *dnode, in cli_show_router_ripng()
115 void cli_show_ripng_allow_ecmp(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_allow_ecmp()
140 void cli_show_ripng_default_information_originate(struct vty *vty, in cli_show_ripng_default_information_originate()
177 void cli_show_ripng_default_metric(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_default_metric()
200 void cli_show_ripng_network_prefix(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_network_prefix()
222 void cli_show_ripng_network_interface(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_network_interface()
255 void cli_show_ripng_offset_list(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_offset_list()
287 void cli_show_ripng_passive_interface(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_passive_interface()
323 void cli_show_ripng_redistribute(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_redistribute()
353 void cli_show_ripng_route(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_route()
[all …]
/dports/net/frr7/frr-frr-7.5.1/ripngd/
H A Dripng_cli.c86 void cli_show_router_ripng(struct vty *vty, struct lyd_node *dnode, in cli_show_router_ripng()
115 void cli_show_ripng_allow_ecmp(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_allow_ecmp()
140 void cli_show_ripng_default_information_originate(struct vty *vty, in cli_show_ripng_default_information_originate()
177 void cli_show_ripng_default_metric(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_default_metric()
200 void cli_show_ripng_network_prefix(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_network_prefix()
222 void cli_show_ripng_network_interface(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_network_interface()
255 void cli_show_ripng_offset_list(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_offset_list()
287 void cli_show_ripng_passive_interface(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_passive_interface()
323 void cli_show_ripng_redistribute(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_redistribute()
353 void cli_show_ripng_route(struct vty *vty, struct lyd_node *dnode, in cli_show_ripng_route()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bfdd/
H A Dbfdd_cli.c83 void bfd_cli_show_header(struct vty *vty, in bfd_cli_show_header()
90 void bfd_cli_show_header_end(struct vty *vty, in bfd_cli_show_header_end()
227 void bfd_cli_show_single_hop_peer(struct vty *vty, in bfd_cli_show_single_hop_peer()
234 void bfd_cli_show_multi_hop_peer(struct vty *vty, in bfd_cli_show_multi_hop_peer()
241 void bfd_cli_show_peer_end(struct vty *vty, in bfd_cli_show_peer_end()
258 void bfd_cli_show_shutdown(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_shutdown()
279 void bfd_cli_show_passive(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_passive()
336 void bfd_cli_show_mult(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_mult()
362 void bfd_cli_show_rx(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_rx()
391 void bfd_cli_show_tx(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_tx()
[all …]
/dports/net/frr7/frr-frr-7.5.1/bfdd/
H A Dbfdd_cli.c83 void bfd_cli_show_header(struct vty *vty, in bfd_cli_show_header()
90 void bfd_cli_show_header_end(struct vty *vty, in bfd_cli_show_header_end()
227 void bfd_cli_show_single_hop_peer(struct vty *vty, in bfd_cli_show_single_hop_peer()
234 void bfd_cli_show_multi_hop_peer(struct vty *vty, in bfd_cli_show_multi_hop_peer()
241 void bfd_cli_show_peer_end(struct vty *vty, in bfd_cli_show_peer_end()
258 void bfd_cli_show_shutdown(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_shutdown()
279 void bfd_cli_show_passive(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_passive()
336 void bfd_cli_show_mult(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_mult()
362 void bfd_cli_show_rx(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_rx()
391 void bfd_cli_show_tx(struct vty *vty, struct lyd_node *dnode, in bfd_cli_show_tx()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/ldpd/
H A Dldp_vty_conf.c115 ldp_af_iface_config_write(struct vty *vty, int af) in ldp_af_iface_config_write()
248 ldp_config_write(struct vty *vty) in ldp_config_write()
315 ldp_l2vpn_pw_config_write(struct vty *vty, struct l2vpn_pw *pw) in ldp_l2vpn_pw_config_write()
351 ldp_l2vpn_config_write(struct vty *vty) in ldp_l2vpn_config_write()
385 ldp_vty_get_af(struct vty *vty) in ldp_vty_get_af()
418 ldp_vty_mpls_ldp(struct vty *vty, const char *negate) in ldp_vty_mpls_ldp()
473 int ldp_vty_disc_holdtime(struct vty *vty, const char *negate, in ldp_vty_disc_holdtime()
553 ldp_vty_disc_interval(struct vty *vty, const char *negate, in ldp_vty_disc_interval()
968 ldp_vty_ttl_security(struct vty *vty, const char *negate) in ldp_vty_ttl_security()
1005 ldp_vty_ordered_control(struct vty *vty, const char *negate) in ldp_vty_ordered_control()
[all …]
/dports/net/frr7/frr-frr-7.5.1/ldpd/
H A Dldp_vty_conf.c115 ldp_af_iface_config_write(struct vty *vty, int af) in ldp_af_iface_config_write()
248 ldp_config_write(struct vty *vty) in ldp_config_write()
315 ldp_l2vpn_pw_config_write(struct vty *vty, struct l2vpn_pw *pw) in ldp_l2vpn_pw_config_write()
351 ldp_l2vpn_config_write(struct vty *vty) in ldp_l2vpn_config_write()
385 ldp_vty_get_af(struct vty *vty) in ldp_vty_get_af()
418 ldp_vty_mpls_ldp(struct vty *vty, const char *negate) in ldp_vty_mpls_ldp()
473 int ldp_vty_disc_holdtime(struct vty *vty, const char *negate, in ldp_vty_disc_holdtime()
553 ldp_vty_disc_interval(struct vty *vty, const char *negate, in ldp_vty_disc_interval()
968 ldp_vty_ttl_security(struct vty *vty, const char *negate) in ldp_vty_ttl_security()
1005 ldp_vty_ordered_control(struct vty *vty, const char *negate) in ldp_vty_ordered_control()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/eigrpd/
H A Deigrp_cli.c84 void eigrp_cli_show_header(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_header()
96 void eigrp_cli_show_end_header(struct vty *vty, struct lyd_node *dnode) in eigrp_cli_show_end_header()
129 void eigrp_cli_show_router_id(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_router_id()
201 void eigrp_cli_show_active_time(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_active_time()
235 void eigrp_cli_show_variance(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_variance()
334 void eigrp_cli_show_metrics(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_metrics()
380 void eigrp_cli_show_network(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_network()
409 void eigrp_cli_show_neighbor(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_neighbor()
521 void eigrp_cli_show_delay(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_delay()
850 static int eigrp_config_write(struct vty *vty) in eigrp_config_write()
[all …]
H A Deigrp_dump.c66 static int config_write_debug(struct vty *vty) in config_write_debug()
153 void show_ip_eigrp_interface_header(struct vty *vty, struct eigrp *eigrp) in show_ip_eigrp_interface_header()
164 void show_ip_eigrp_interface_sub(struct vty *vty, struct eigrp *eigrp, in show_ip_eigrp_interface_sub()
177 void show_ip_eigrp_interface_detail(struct vty *vty, struct eigrp *eigrp, in show_ip_eigrp_interface_detail()
194 void show_ip_eigrp_neighbor_header(struct vty *vty, struct eigrp *eigrp) in show_ip_eigrp_neighbor_header()
203 void show_ip_eigrp_neighbor_sub(struct vty *vty, struct eigrp_neighbor *nbr, in show_ip_eigrp_neighbor_sub()
232 void show_ip_eigrp_topology_header(struct vty *vty, struct eigrp *eigrp) in show_ip_eigrp_topology_header()
240 void show_ip_eigrp_prefix_entry(struct vty *vty, struct eigrp_prefix_entry *tn) in show_ip_eigrp_prefix_entry()
257 void show_ip_eigrp_nexthop_entry(struct vty *vty, struct eigrp *eigrp, in show_ip_eigrp_nexthop_entry()
/dports/net/frr7/frr-frr-7.5.1/eigrpd/
H A Deigrp_cli.c84 void eigrp_cli_show_header(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_header()
96 void eigrp_cli_show_end_header(struct vty *vty, struct lyd_node *dnode) in eigrp_cli_show_end_header()
129 void eigrp_cli_show_router_id(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_router_id()
201 void eigrp_cli_show_active_time(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_active_time()
235 void eigrp_cli_show_variance(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_variance()
334 void eigrp_cli_show_metrics(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_metrics()
380 void eigrp_cli_show_network(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_network()
409 void eigrp_cli_show_neighbor(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_neighbor()
521 void eigrp_cli_show_delay(struct vty *vty, struct lyd_node *dnode, in eigrp_cli_show_delay()
850 static int eigrp_config_write(struct vty *vty) in eigrp_config_write()
[all …]
H A Deigrp_dump.c66 static int config_write_debug(struct vty *vty) in config_write_debug()
153 void show_ip_eigrp_interface_header(struct vty *vty, struct eigrp *eigrp) in show_ip_eigrp_interface_header()
164 void show_ip_eigrp_interface_sub(struct vty *vty, struct eigrp *eigrp, in show_ip_eigrp_interface_sub()
177 void show_ip_eigrp_interface_detail(struct vty *vty, struct eigrp *eigrp, in show_ip_eigrp_interface_detail()
194 void show_ip_eigrp_neighbor_header(struct vty *vty, struct eigrp *eigrp) in show_ip_eigrp_neighbor_header()
203 void show_ip_eigrp_neighbor_sub(struct vty *vty, struct eigrp_neighbor *nbr, in show_ip_eigrp_neighbor_sub()
232 void show_ip_eigrp_topology_header(struct vty *vty, struct eigrp *eigrp) in show_ip_eigrp_topology_header()
240 void show_ip_eigrp_prefix_entry(struct vty *vty, struct eigrp_prefix_entry *tn) in show_ip_eigrp_prefix_entry()
257 void show_ip_eigrp_nexthop_entry(struct vty *vty, struct eigrp *eigrp, in show_ip_eigrp_nexthop_entry()
/dports/security/yersinia/yersinia-8c0d7c5/src/
H A Dterminal.c177 struct term_vty *vty; in term_add_node() local
312 struct term_vty *vty; in term_delete_node() local
515 struct term_vty *vty = node->specific; in term_vty_prompt() local
587 struct term_vty *vty = node->specific; in term_write() local
620 struct term_vty *vty = node->specific; in term_vty_mv_cursor_init() local
645 struct term_vty *vty = node->specific; in term_vty_mv_cursor_left() local
671 struct term_vty *vty = node->specific; in term_vty_mv_cursor_right() local
699 struct term_vty *vty = node->specific; in term_vty_mv_cursor_end() local
726 struct term_vty *vty = node->specific; in term_vty_supr() local
795 struct term_vty *vty = node->specific; in term_vty_do_command() local
[all …]
/dports/net/quagga/quagga-1.2.4/isisd/
H A Disis_te.c698 show_vty_subtlv_llri (struct vty *vty, struct te_subtlv_llri *tlv) in show_vty_subtlv_llri()
739 show_vty_subtlv_max_bw (struct vty *vty, struct te_subtlv_max_bw *tlv) in show_vty_subtlv_max_bw()
808 show_vty_subtlv_ras (struct vty *vty, struct te_subtlv_ras *tlv) in show_vty_subtlv_ras()
819 show_vty_subtlv_rip (struct vty *vty, struct te_subtlv_rip *tlv) in show_vty_subtlv_rip()
899 show_vty_subtlv_res_bw (struct vty *vty, struct te_subtlv_res_bw *tlv) in show_vty_subtlv_res_bw()
914 show_vty_subtlv_ava_bw (struct vty *vty, struct te_subtlv_ava_bw *tlv) in show_vty_subtlv_ava_bw()
929 show_vty_subtlv_use_bw (struct vty *vty, struct te_subtlv_use_bw *tlv) in show_vty_subtlv_use_bw()
944 show_vty_unknown_tlv (struct vty *vty, struct subtlv_header *tlvh) in show_vty_unknown_tlv()
985 mpls_te_print_detail(struct vty *vty, struct te_is_neigh *te) in mpls_te_print_detail()
1064 isis_mpls_te_config_write_router (struct vty *vty) in isis_mpls_te_config_write_router()
[all …]
/dports/net/frr7-pythontools/frr-frr-7.5.1/bgpd/rfapi/
H A Drfapi_encap_tlv.c264 struct vty *vty; in subtlv_print_encap_l2tpv3_over_ip() local
285 struct vty *vty; in subtlv_print_encap_gre() local
304 struct vty *vty; in subtlv_print_encap_pbb() local
332 struct vty *vty; in subtlv_print_proto_type() local
351 struct vty *vty; in subtlv_print_color() local
369 struct vty *vty; in subtlv_print_ipsec_ta() local
395 struct vty *vty; in print_encap_type_l2tpv3overip() local
417 struct vty *vty; in print_encap_type_gre() local
438 struct vty *vty; in print_encap_type_ip_in_ip() local
459 struct vty *vty; in print_encap_type_transmit_tunnel_endpoint() local
[all …]
/dports/net/frr7/frr-frr-7.5.1/bgpd/rfapi/
H A Drfapi_encap_tlv.c264 struct vty *vty; in subtlv_print_encap_l2tpv3_over_ip() local
285 struct vty *vty; in subtlv_print_encap_gre() local
304 struct vty *vty; in subtlv_print_encap_pbb() local
332 struct vty *vty; in subtlv_print_proto_type() local
351 struct vty *vty; in subtlv_print_color() local
369 struct vty *vty; in subtlv_print_ipsec_ta() local
395 struct vty *vty; in print_encap_type_l2tpv3overip() local
417 struct vty *vty; in print_encap_type_gre() local
438 struct vty *vty; in print_encap_type_ip_in_ip() local
459 struct vty *vty; in print_encap_type_transmit_tunnel_endpoint() local
[all …]
/dports/net/quagga/quagga-1.2.4/bgpd/
H A Dbgp_vty.c57 bgp_node_afi (struct vty *vty) in bgp_node_afi()
78 bgp_node_safi (struct vty *vty) in bgp_node_safi()
156 peer_lookup_vty (struct vty *vty, const char *ip_str) in peer_lookup_vty()
214 bgp_vty_return (struct vty *vty, int ret) in bgp_vty_return()
1606 peer_remote_as_vty (struct vty *vty, const char *peer_str, in peer_remote_as_vty()
3399 peer_weight_set_vty (struct vty *vty, const char *ip_str, in peer_weight_set_vty()
7619 bgp_show_summary_vty (struct vty *vty, const char *name, in bgp_show_summary_vty()
8394 bgp_show_peer (struct vty *vty, struct peer *p) in bgp_show_peer()
8769 bgp_show_neighbor (struct vty *vty, struct bgp *bgp, in bgp_show_neighbor()
11377 community_list_perror (struct vty *vty, int ret) in community_list_perror()
[all …]

12345678910>>...24