Searched refs:vty (Results 1 - 25 of 98) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dvty.c50 static void vty_event (enum event, int, struct vty *);
56 /* Vector which store each vty structure. */
91 vty_out (struct vty *vty, const char *format, ...)
101 if (vty_shell (vty))
134 if (vty_shell_serv (vty))
135 write (vty->fd, (u_char *) p, len);
137 buffer_write (vty->obuf, (u_char *) p, len);
150 vty_out (struct vty *vty, cons
89 vty_out(struct vty *vty, const char *format, ...) argument
148 vty_out(struct vty *vty, const char *format, ...) argument
156 vvty_out(struct vty *vty, const char *format, va_list va) argument
180 vty_time_print(struct vty *vty, int cr) argument
211 vty_hello(struct vty *vty) argument
219 vty_prompt(struct vty *vty) argument
238 vty_will_echo(struct vty *vty) argument
246 vty_will_suppress_go_ahead(struct vty *vty) argument
254 vty_dont_linemode(struct vty *vty) argument
262 vty_do_window_size(struct vty *vty) argument
298 vty_auth(struct vty *vty, char *buf) argument
364 vty_command(struct vty *vty, char *buf) argument
404 vty_write(struct vty *vty, char *buf, size_t nbytes) argument
415 vty_ensure(struct vty *vty, int length) argument
426 vty_self_insert(struct vty *vty, char c) argument
446 vty_self_insert_overwrite(struct vty *vty, char c) argument
462 vty_insert_word_overwrite(struct vty *vty, char *str) argument
473 vty_forward_char(struct vty *vty) argument
484 vty_backward_char(struct vty *vty) argument
495 vty_beginning_of_line(struct vty *vty) argument
503 vty_end_of_line(struct vty *vty) argument
515 vty_history_print(struct vty *vty) argument
532 vty_next_line(struct vty *vty) argument
557 vty_previous_line(struct vty *vty) argument
577 vty_redraw_line(struct vty *vty) argument
585 vty_forward_word(struct vty *vty) argument
596 vty_backward_pure_word(struct vty *vty) argument
604 vty_backward_word(struct vty *vty) argument
616 vty_down_level(struct vty *vty) argument
626 vty_end_config(struct vty *vty) argument
667 vty_delete_char(struct vty *vty) argument
699 vty_delete_backward_char(struct vty *vty) argument
710 vty_kill_line(struct vty *vty) argument
731 vty_kill_line_from_beginning(struct vty *vty) argument
739 vty_forward_kill_word(struct vty *vty) argument
749 vty_backward_kill_word(struct vty *vty) argument
759 vty_transpose_chars(struct vty *vty) argument
792 vty_complete_command(struct vty *vty) argument
869 vty_describe_fold(struct vty *vty, int cmd_width, int desc_width, struct desc *desc) argument
908 vty_describe_command(struct vty *vty) argument
1025 vty_clear_buf(struct vty *vty) argument
1032 vty_stop_input(struct vty *vty) argument
1072 vty_hist_add(struct vty *vty) argument
1106 vty_telnet_option(struct vty *vty, unsigned char *buf, int nbytes) argument
1198 vty_execute(struct vty *vty) argument
1236 vty_escape_map(unsigned char c, struct vty *vty) argument
1262 vty_buffer_reset(struct vty *vty) argument
1279 struct vty *vty = THREAD_ARG (thread); local
1468 struct vty *vty = THREAD_ARG (thread); local
1569 struct vty *vty; local
1642 struct vty *vty; local
1908 struct vty *vty; local
1947 struct vty *vty; local
2020 vty_close(struct vty *vty) argument
2076 struct vty *vty; local
2100 struct vty *vty; local
2318 struct vty *vty; local
2333 vty_config_lock(struct vty *vty) argument
2344 vty_config_unlock(struct vty *vty) argument
2360 vty_event(enum event event, int sock, struct vty *vty) argument
2438 exec_timeout(struct vty *vty, char *min_str, char *sec_str) argument
2656 vty_config_write(struct vty *vty) argument
2696 struct vty *vty; local
2738 struct vty *vty; local
2791 vty_shell(struct vty *vty) argument
2797 vty_shell_serv(struct vty *vty) argument
[all...]
H A Dvty.h28 struct vty struct
30 /* File descripter of this vty. */
33 /* Is this vty connect to file or not */
36 /* Node status of this vty */
39 /* What address is this vty comming from. */
42 /* Privilege level of this vty. */
82 /* Current vty status. */
102 int (*func) (struct vty *, void *arg);
122 int (*output_func) (struct vty *, int);
123 void (*output_clean) (struct vty *);
[all...]
H A Ddistribute.h51 int config_write_distribute (struct vty *);
52 int config_show_distribute (struct vty *);
H A Dkeychain.c244 vty->index = keychain;
245 vty->node = KEYCHAIN_NODE;
264 vty_out (vty, "Can't find keychain %s%s", argv[0], VTY_NEWLINE);
284 keychain = vty->index;
289 vty_out (vty, "Key identifier number error%s", VTY_NEWLINE);
293 vty->index_sub = key;
294 vty->node = KEYCHAIN_KEY_NODE;
311 keychain = vty->index;
316 vty_out (vty, "Key identifier number error%s", VTY_NEWLINE);
323 vty_out (vty, "Ca
469 key_lifetime_set(struct vty *vty, struct key_range *krange, char *stime_str, char *sday_str, char *smonth_str, char *syear_str, char *etime_str, char *eday_str, char *emonth_str, char *eyear_str) argument
504 key_lifetime_duration_set(struct vty *vty, struct key_range *krange, char *stime_str, char *sday_str, char *smonth_str, char *syear_str, char *duration_str) argument
533 key_lifetime_infinite_set(struct vty *vty, struct key_range *krange, char *stime_str, char *sday_str, char *smonth_str, char *syear_str) argument
896 keychain_config_write(struct vty *vty) argument
[all...]
H A Dif_rmap.h45 int config_write_if_rmap (struct vty *);
H A Dfilter.c576 vty_access_list_remark_unset (struct vty *vty, afi_t afi, char *name)
583 vty_out (vty, "%% access-list %s doesn't exist%s", name,
602 filter_set_cisco (struct vty *vty, char *name_str, char *type_str,
624 vty_out (vty, "%% filter type must be permit or deny%s", VTY_NEWLINE);
631 vty_out (vty, "%%Inconsistent address and mask%s",
639 vty_out (vty, "%%Inconsistent address and mask%s",
649 vty_out (vty, "%%Inconsistent address and mask%s",
657 vty_out (vty, "
573 vty_access_list_remark_unset(struct vty *vty, afi_t afi, char *name) argument
599 filter_set_cisco(struct vty *vty, char *name_str, char *type_str, char *addr_str, char *addr_mask_str, char *mask_str, char *mask_mask_str, int extended, int set) argument
1159 filter_set_zebra(struct vty *vty, char *name_str, char *type_str, afi_t afi, char *prefix_str, int exact, int set) argument
1605 filter_show(struct vty *vty, char *name, afi_t afi) argument
1754 config_write_access_cisco(struct vty *vty, struct filter *mfilter) argument
1799 config_write_access_zebra(struct vty *vty, struct filter *mfilter) argument
1820 config_write_access(struct vty *vty, afi_t afi) argument
1896 config_write_access_ipv4(struct vty *vty) argument
1996 config_write_access_ipv6(struct vty *vty) argument
[all...]
H A Dcommand.h27 #include "vty.h"
35 /* Password for vty interface. */
69 AUTH_NODE, /* Authentication mode of vty interface. */
70 VIEW_NODE, /* View node. Default mode of vty interface. */
113 /* Prompt character at vty interface. */
120 int (*func) (struct vty *);
130 int (*func) (struct cmd_element *, struct vty *, int, char **);
165 /* DEFUN for vty command interafce. Little bit hacky ;-). */
167 int funcname (struct cmd_element *, struct vty *, int, char **); \
175 (struct cmd_element *self, struct vty *vt
[all...]
H A Ddistribute.c322 vty_out (vty, "distribute list direction must be [in|out]%s",
352 vty_out (vty, "distribute list direction must be [in|out]%s",
360 vty_out (vty, "distribute list doesn't exist%s", VTY_NEWLINE);
386 vty_out (vty, "distribute list direction must be [in|out]%s", VTY_NEWLINE);
415 vty_out (vty, "distribute list direction must be [in|out]%s", VTY_NEWLINE);
422 vty_out (vty, "distribute list doesn't exist%s", VTY_NEWLINE);
448 vty_out (vty, "distribute list direction must be [in|out]%s",
479 vty_out (vty, "distribute list direction must be [in|out]%s",
487 vty_out (vty, "distribute list doesn't exist%s", VTY_NEWLINE);
512 vty_out (vty, "distribut
557 config_show_distribute(struct vty *vty) argument
636 config_write_distribute(struct vty *vty) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospfd/
H A Dospf_opaque.h99 struct vty;
119 void (* config_write_router)(struct vty *vty),
120 void (* config_write_if )(struct vty *vty, struct interface *ifp),
121 void (* config_write_debug )(struct vty *vty),
122 void (* show_opaque_info )(struct vty *vty, struct ospf_lsa *lsa),
134 extern void ospf_opaque_config_write_router (struct vty *vt
[all...]
H A Dospf_routemap.c94 ospf_route_match_delete (struct vty *vty, struct route_map_index *index, argument
105 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
109 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
119 ospf_route_match_add (struct vty *vty, struct route_map_index *index, argument
130 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
134 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
144 ospf_route_set_add (struct vty *vty, struc argument
170 ospf_route_set_delete(struct vty *vty, struct route_map_index *index, char *command, char *arg) argument
[all...]
H A Dospf_zebra.h63 struct vty;
73 int ospf_distance_set (struct vty *, char *, char *, char *);
74 int ospf_distance_unset (struct vty *, char *, char *, char *);
H A Dospf_vty.c28 #include "vty.h"
130 /* vty_out (vty, "OSPF metric value is invalid%s", VTY_NEWLINE); */
175 vty->node = OSPF_NODE;
176 vty->index = ospf_get ();
190 vty_out (vty, "There isn't active ospf instance.%s", VTY_NEWLINE);
212 vty_out (vty, "Please specify Router ID by A.B.C.D%s", VTY_NEWLINE);
268 vty_out (vty, "Please specify an existing interface%s", VTY_NEWLINE);
279 vty_out (vty, "Please specify interface address by A.B.C.D%s",
316 vty_out (vty, "Please specify an existing interface%s", VTY_NEWLINE);
327 vty_out (vty, "Pleas
626 struct vty *vty; /* vty stuff */ member in struct:ospf_vl_config_data
641 ospf_vl_config_data_init(struct ospf_vl_config_data *vl_config, struct vty *vty) argument
654 struct vty *vty; local
711 struct vty *vty; local
2368 show_ip_ospf_area(struct vty *vty, struct ospf_area *area) argument
2520 show_ip_ospf_interface_sub(struct vty *vty, struct interface *ifp) argument
2658 show_ip_ospf_neighbor_sub(struct vty *vty, struct ospf_interface *oi) argument
2809 show_ip_ospf_nbr_nbma_detail_sub(struct vty *vty, struct ospf_interface *oi, struct ospf_nbr_nbma *nbr_nbma) argument
2842 show_ip_ospf_neighbor_detail_sub(struct vty *vty, struct ospf_interface *oi, struct ospf_neighbor *nbr) argument
3052 struct vty *vty = (struct vty *) v; local
3161 show_ip_ospf_database_header(struct vty *vty, struct ospf_lsa *lsa) argument
3223 show_ip_ospf_database_router_links(struct vty *vty, struct router_lsa *rl) argument
3248 show_router_lsa_detail(struct vty *vty, struct ospf_lsa *lsa) argument
3267 show_network_lsa_detail(struct vty *vty, struct ospf_lsa *lsa) argument
3294 show_summary_lsa_detail(struct vty *vty, struct ospf_lsa *lsa) argument
3313 show_summary_asbr_lsa_detail(struct vty *vty, struct ospf_lsa *lsa) argument
3332 show_as_external_lsa_detail(struct vty *vty, struct ospf_lsa *lsa) argument
3385 show_as_nssa_lsa_detail(struct vty *vty, struct ospf_lsa *lsa) argument
3414 show_func_dummy(struct vty *vty, struct ospf_lsa *lsa) argument
3421 show_opaque_lsa_detail(struct vty *vty, struct ospf_lsa *lsa) argument
3459 show_lsa_prefix_set(struct vty *vty, struct prefix_ls *lp, struct in_addr *id, struct in_addr *adv_router) argument
3480 show_lsa_detail_proc(struct vty *vty, struct route_table *rt, struct in_addr *id, struct in_addr *adv_router) argument
3511 show_lsa_detail(struct vty *vty, int type, struct in_addr *id, struct in_addr *adv_router) argument
3541 show_lsa_detail_adv_router_proc(struct vty *vty, struct route_table *rt, struct in_addr *adv_router) argument
3562 show_lsa_detail_adv_router(struct vty *vty, int type, struct in_addr *adv_router) argument
3594 show_ip_ospf_database_summary(struct vty *vty, int self) argument
3623 foreach_lsa (AREA_LSDB (area, type), vty, self, show_lsa_summary); local
3650 foreach_lsa (AS_LSDB (ospf_top, type), vty, self, show_lsa_summary); local
3659 show_ip_ospf_database_maxage(struct vty *vty) argument
3762 show_ip_ospf_database_maxage (vty); variable
6304 show_ip_ospf_route_network(struct vty *vty, struct route_table *rt) argument
6358 show_ip_ospf_route_router(struct vty *vty, struct route_table *rtrs) argument
6407 show_ip_ospf_route_external(struct vty *vty, struct route_table *rt) argument
6559 config_write_interface(struct vty *vty) argument
6740 config_write_network_area(struct vty *vty) argument
6770 config_write_ospf_area(struct vty *vty) argument
6862 config_write_ospf_nbr_nbma(struct vty *vty) argument
6886 config_write_virtual_link(struct vty *vty) argument
6953 config_write_ospf_redistribute(struct vty *vty) argument
6978 config_write_ospf_default_metric(struct vty *vty) argument
6987 config_write_ospf_distribute(struct vty *vty) argument
7026 config_write_ospf_distance(struct vty *vty) argument
7063 ospf_config_write(struct vty *vty) argument
[all...]
H A Dospf_vty.h29 vty_out (vty, "%% Invalid %s value%s", NAME, VTY_NEWLINE); \
40 vty_out (vty, "%% Invalid %s value%s", NAME, VTY_NEWLINE); \
51 vty_out (vty, "%% Invalid %s value%s", NAME, VTY_NEWLINE); \
62 vty_out (vty, "%% Invalid OSPF area ID%s", VTY_NEWLINE); \
73 vty_out (vty, "%% Invalid OSPF area ID%s", VTY_NEWLINE); \
78 vty_out (vty, "%% You can't configure %s to backbone%s", \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripngd/
H A Dripng_routemap.c190 ripng_route_match_add (struct vty *vty, struct route_map_index *index,
201 vty_out (vty, "Can't find rule.%s", VTY_NEWLINE);
205 vty_out (vty, "Argument is malformed.%s", VTY_NEWLINE);
214 ripng_route_match_delete (struct vty *vty, struct route_map_index *index,
225 vty_out (vty, "Can't find rule.%s", VTY_NEWLINE);
229 vty_out (vty, "Argument is malformed.%s", VTY_NEWLINE);
238 ripng_route_set_add (struct vty *vty, struc
187 ripng_route_match_add(struct vty *vty, struct route_map_index *index, char *command, char *arg) argument
211 ripng_route_match_delete(struct vty *vty, struct route_map_index *index, char *command, char *arg) argument
235 ripng_route_set_add(struct vty *vty, struct route_map_index *index, char *command, char *arg) argument
259 ripng_route_set_delete(struct vty *vty, struct route_map_index *index, char *command, char *arg) argument
[all...]
H A Dripng_debug.c40 vty_out (vty, "Zebra debugging status:%s", VTY_NEWLINE);
43 vty_out (vty, " RIPng event debugging is on%s", VTY_NEWLINE);
49 vty_out (vty, " RIPng packet%s debugging is on%s",
56 vty_out (vty, " RIPng packet send%s debugging is on%s",
60 vty_out (vty, " RIPng packet receive%s debugging is on%s",
67 vty_out (vty, " RIPng zebra debugging is on%s", VTY_NEWLINE);
215 config_write_debug (struct vty *vty)
221 vty_out (vty, "debug ripng events%s", VTY_NEWLINE);
228 vty_out (vty, "debu
214 config_write_debug(struct vty *vty) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ripd/
H A Drip_routemap.c38 rip_route_match_add (struct vty *vty, struct route_map_index *index, argument
49 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
53 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
63 rip_route_match_delete (struct vty *vty, struct route_map_index *index, argument
74 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
78 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
88 rip_route_set_add (struct vty *vty, struc argument
113 rip_route_set_delete(struct vty *vty, struct route_map_index *index, char *command, char *arg) argument
[all...]
H A Drip_debug.c41 vty_out (vty, "Zebra debugging status:%s", VTY_NEWLINE);
44 vty_out (vty, " RIP event debugging is on%s", VTY_NEWLINE);
50 vty_out (vty, " RIP packet%s debugging is on%s",
57 vty_out (vty, " RIP packet send%s debugging is on%s",
61 vty_out (vty, " RIP packet receive%s debugging is on%s",
68 vty_out (vty, " RIP zebra debugging is on%s", VTY_NEWLINE);
217 config_write_debug (struct vty *vty)
223 vty_out (vty, "debug rip events%s", VTY_NEWLINE);
230 vty_out (vty, "debu
216 config_write_debug(struct vty *vty) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/zebra/
H A Dinterface.c26 #include "vty.h"
363 /* Printout flag information into vty */
365 if_flag_dump_vty (struct vty *vty, unsigned long flag)
373 vty_out (vty, ","); \
376 vty_out (vty, Y); \
379 vty_out (vty, "<");
396 vty_out (vty, ">");
399 /* Output prefix string to vty. */
401 prefix_vty_out (struct vty *vt
364 if_flag_dump_vty(struct vty *vty, unsigned long flag) argument
400 prefix_vty_out(struct vty *vty, struct prefix *p) argument
411 connected_dump_vty(struct vty *vty, struct connected *connected) argument
455 nd_dump_vty(struct vty *vty, struct interface *ifp) argument
485 if_dump_vty(struct vty *vty, struct interface *ifp) argument
900 ip_address_install(struct vty *vty, struct interface *ifp, char *addr_str, char *peer_str, char *label, int secondary) argument
987 ip_address_uninstall(struct vty *vty, struct interface *ifp, char *addr_str, char *peer_str, char *label, int secondry) argument
1118 ipv6_address_install(struct vty *vty, struct interface *ifp, char *addr_str, char *peer_str, char *label, int secondary) argument
1195 ipv6_address_uninstall(struct vty *vty, struct interface *ifp, char *addr_str, char *peer_str, char *label, int secondry) argument
1295 if_config_write(struct vty *vty) argument
[all...]
H A Drtadv.h47 void rtadv_config_write (struct vty *, struct interface *);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/bgpd/
H A Dbgp_vty.c44 bgp_node_afi (struct vty *vty) argument
46 if (vty->node == BGP_IPV6_NODE)
54 bgp_node_safi (struct vty *vty) argument
56 if (vty->node == BGP_VPNV4_NODE)
58 if (vty->node == BGP_IPV4M_NODE)
83 peer_lookup_vty (struct vty *vty, char *ip_str) argument
90 bgp = vty
116 peer_and_group_lookup_vty(struct vty *vty, char *peer_str) argument
153 bgp_vty_return(struct vty *vty, int ret) argument
1096 peer_remote_as_vty(struct vty *vty, char *peer_str, char *as_str, afi_t afi, safi_t safi) argument
1460 peer_flag_modify_vty(struct vty *vty, char *ip_str, u_int16_t flag, int set) argument
1478 peer_flag_set_vty(struct vty *vty, char *ip_str, u_int16_t flag) argument
1484 peer_flag_unset_vty(struct vty *vty, char *ip_str, u_int16_t flag) argument
1604 peer_af_flag_modify_vty(struct vty *vty, char *peer_str, afi_t afi, safi_t safi, u_int16_t flag, int set) argument
1623 peer_af_flag_set_vty(struct vty *vty, char *peer_str, afi_t afi, safi_t safi, u_int16_t flag) argument
1630 peer_af_flag_unset_vty(struct vty *vty, char *peer_str, afi_t afi, safi_t safi, u_int16_t flag) argument
2265 peer_ebgp_multihop_set_vty(struct vty *vty, char *ip_str, char *ttl_str) argument
2285 peer_ebgp_multihop_unset_vty(struct vty *vty, char *ip_str) argument
2431 peer_update_source_vty(struct vty *vty, char *peer_str, char *source_str) argument
2481 peer_default_originate_set_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, char *rmap, int set) argument
2548 peer_port_vty(struct vty *vty, char *ip_str, int afi, char *port_str) argument
2607 peer_weight_set_vty(struct vty *vty, char *ip_str, char *weight_str) argument
2625 peer_weight_unset_vty(struct vty *vty, char *ip_str) argument
2713 peer_timers_set_vty(struct vty *vty, char *ip_str, char *keep_str, char *hold_str) argument
2734 peer_timers_unset_vty(struct vty *vty, char *ip_str) argument
2772 peer_timers_connect_set_vty(struct vty *vty, char *ip_str, char *time_str) argument
2790 peer_timers_connect_unset_vty(struct vty *vty, char *ip_str) argument
2839 peer_advertise_interval_vty(struct vty *vty, char *ip_str, char *time_str, int set) argument
2893 peer_version_vty(struct vty *vty, char *ip_str, char *str) argument
2944 peer_interface_vty(struct vty *vty, char *ip_str, char *str) argument
2986 peer_distribute_set_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, char *name_str, char *direct_str) argument
3009 peer_distribute_unset_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, char *direct_str) argument
3066 peer_prefix_list_set_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, char *name_str, char *direct_str) argument
3089 peer_prefix_list_unset_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, char *direct_str) argument
3141 peer_aslist_set_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, char *name_str, char *direct_str) argument
3164 peer_aslist_unset_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, char *direct_str) argument
3217 peer_route_map_set_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, char *name_str, char *direct_str) argument
3240 peer_route_map_unset_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, char *direct_str) argument
3294 peer_unsuppress_map_set_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, char *name_str) argument
3311 peer_unsuppress_map_unset_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi) argument
3352 peer_maximum_prefix_set_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, char *num_str, int warning) argument
3371 peer_maximum_prefix_unset_vty(struct vty *vty, char *ip_str, afi_t afi, safi_t safi) argument
3584 bgp_clear_vty_error(struct vty *vty, struct peer *peer, afi_t afi, safi_t safi, int error) argument
3606 bgp_clear(struct vty *vty, struct bgp *bgp, afi_t afi, safi_t safi, enum clear_sort sort,enum bgp_clear_type stype, char *arg) argument
3749 bgp_clear_vty(struct vty *vty, char *name, afi_t afi, safi_t safi, enum clear_sort sort, enum bgp_clear_type stype, char *arg) argument
5905 bgp_show_summary(struct vty *vty, struct bgp *bgp, int afi, int safi) argument
5995 bgp_show_summary_vty(struct vty *vty, char *name, afi_t afi, safi_t safi) argument
6193 bgp_show_peer_afi_orf_cap(struct vty *vty, struct peer *p, afi_t afi, safi_t safi, u_int16_t adv_smcap, u_int16_t adv_rmcap, u_int16_t rcv_smcap, u_int16_t rcv_rmcap) argument
6228 bgp_show_peer_afi(struct vty *vty, struct peer *p, afi_t afi, safi_t safi) argument
6419 bgp_show_peer(struct vty *vty, struct peer *p) argument
6744 bgp_show_neighbor(struct vty *vty, struct bgp *bgp, enum show_type type, union sockunion *su) argument
6775 bgp_show_neighbor_vty(struct vty *vty, char *name, enum show_type type, char *ip_str) argument
6981 aspath_print_all_vty (vty); variable
6997 aspath_print_all_vty (vty); variable
7005 community_show_all_iterator(struct hash_backet *backet, struct vty *vty) argument
7041 attr_show_all (vty); variable
7592 bgp_config_write_redistribute(struct vty *vty, struct bgp *bgp, afi_t afi, safi_t safi, int *write) argument
8554 community_list_perror(struct vty *vty, int ret) argument
8575 community_list_set_vty(struct vty *vty, int argc, char **argv, int style, int reject_all_digit_name) argument
8628 community_list_unset_all_vty(struct vty *vty, char *name) argument
8644 community_list_unset_vty(struct vty *vty, int argc, char **argv, int style) argument
8870 community_list_show(struct vty *vty, struct community_list *list) argument
8948 extcommunity_list_set_vty(struct vty *vty, int argc, char **argv, int style, int reject_all_digit_name) argument
8996 extcommunity_list_unset_all_vty(struct vty *vty, char *name) argument
9011 extcommunity_list_unset_vty(struct vty *vty, int argc, char **argv, int style) argument
9209 extcommunity_list_show(struct vty *vty, struct community_list *list) argument
9306 community_list_config_write(struct vty *vty) argument
[all...]
H A Dbgp_route.c1978 bgp_static_set (struct vty *vty, struct bgp *bgp, char *ip_str, u_int16_t afi,
1991 vty_out (vty, "%% Malformed prefix%s", VTY_NEWLINE);
1997 vty_out (vty, "%% Malformed prefix (link-local address)%s",
2070 bgp_static_unset (struct vty *vty, struct bgp *bgp, char *ip_str,
2082 vty_out (vty, "%% Malformed prefix%s", VTY_NEWLINE);
2088 vty_out (vty, "%% Malformed prefix (link-local address)%s",
2099 vty_out (vty, "%% Can't find specified static route configuration.%s",
2164 bgp_static_set_vpnv4 (struct vty *vt
1967 bgp_static_set(struct vty *vty, struct bgp *bgp, char *ip_str, u_int16_t afi, u_char safi, char *rmap, int backdoor) argument
2059 bgp_static_unset(struct vty *vty, struct bgp *bgp, char *ip_str, u_int16_t afi, u_char safi) argument
2153 bgp_static_set_vpnv4(struct vty *vty, char *ip_str, char *rd_str, char *tag_str) argument
2221 bgp_static_unset_vpnv4(struct vty *vty, char *ip_str, char *rd_str, char *tag_str) argument
3081 bgp_aggregate_set(struct vty *vty, char *prefix_str, afi_t afi, safi_t safi, u_char summary_only, u_char as_set) argument
3129 bgp_aggregate_unset(struct vty *vty, char *prefix_str, afi_t afi, safi_t safi) argument
3688 route_vty_out_route(struct prefix *p, struct vty *vty) argument
3722 vty_calc_line(struct vty *vty, unsigned long length) argument
3734 route_vty_out(struct vty *vty, struct prefix *p, struct bgp_info *binfo, int display, safi_t safi) argument
3828 route_vty_out_tmp(struct vty *vty, struct prefix *p, struct attr *attr, safi_t safi) argument
3892 route_vty_out_tag(struct vty *vty, struct prefix *p, struct bgp_info *binfo, int display, safi_t safi) argument
3970 damp_route_vty_out(struct vty *vty, struct prefix *p, struct bgp_info *binfo, int display, safi_t safi) argument
4037 flap_route_vty_out(struct vty *vty, struct prefix *p, struct bgp_info *binfo, int display, safi_t safi) argument
4118 route_vty_out_detail(struct vty *vty, struct prefix *p, struct bgp_info *binfo, afi_t afi, safi_t safi) argument
4324 bgp_show_callback(struct vty *vty, int unlock) argument
4551 bgp_show(struct vty *vty, char *view_name, afi_t afi, safi_t safi, enum bgp_show_type type) argument
4829 route_vty_out_detail_header(struct vty *vty, struct bgp *bgp, struct bgp_node *rn, struct prefix_rd *prd, afi_t afi, safi_t safi) argument
4912 bgp_show_route(struct vty *vty, char *view_name, char *ip_str, afi_t afi, safi_t safi, struct prefix_rd *prd, int prefix_check) argument
5337 bgp_show_regexp_clean(struct vty *vty) argument
5343 bgp_show_regexp(struct vty *vty, int argc, char **argv, afi_t afi, safi_t safi, enum bgp_show_type type) argument
5485 bgp_show_prefix_list(struct vty *vty, char *prefix_list_str, afi_t afi, safi_t safi, enum bgp_show_type type) argument
5602 bgp_show_filter_list(struct vty *vty, char *filter, afi_t afi, safi_t safi, enum bgp_show_type type) argument
5718 bgp_show_route_map(struct vty *vty, char *rmap_str, afi_t afi, safi_t safi, enum bgp_show_type type) argument
5927 bgp_show_community(struct vty *vty, int argc, char **argv, int exact, u_int16_t afi, u_char safi) argument
6930 bgp_show_community_list(struct vty *vty, char *com, int exact, u_int16_t afi, u_char safi) argument
7112 bgp_show_prefix_longer_clean(struct vty *vty) argument
7121 bgp_show_prefix_longer(struct vty *vty, char *prefix, afi_t afi, safi_t safi, enum bgp_show_type type) argument
7266 show_adj_route(struct vty *vty, struct peer *peer, afi_t afi, safi_t safi, int in) argument
7355 peer_adj_routes(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, int in) argument
7703 bgp_show_neighbor_route_clean(struct vty *vty) argument
7712 bgp_show_neighbor_route(struct vty *vty, char *ip_str, afi_t afi, safi_t safi, enum bgp_show_type type) argument
7891 bgp_distance_set(struct vty *vty, char *distance_str, char *ip_str, char *access_list_str) argument
7938 bgp_distance_unset(struct vty *vty, char *distance_str, char *ip_str, char *access_list_str) argument
8256 bgp_clear_damp_route(struct vty *vty, char *view_name, char *ip_str, afi_t afi, safi_t safi, struct prefix_rd *prd, int prefix_check) argument
8411 bgp_config_write_network_vpnv4(struct vty *vty, struct bgp *bgp, afi_t afi, safi_t safi, int *write) argument
8452 bgp_config_write_network(struct vty *vty, struct bgp *bgp, afi_t afi, safi_t safi, int *write) argument
8547 bgp_config_write_distance(struct vty *vty, struct bgp *bgp) argument
[all...]
H A Dbgp_routemap.c1789 bgp_route_match_add (struct vty *vty, struct route_map_index *index,
1800 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
1804 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
1814 bgp_route_match_delete (struct vty *vty, struct route_map_index *index,
1825 vty_out (vty, "%% Can't find rule.%s", VTY_NEWLINE);
1829 vty_out (vty, "%% Argument is malformed.%s", VTY_NEWLINE);
1839 bgp_route_set_add (struct vty *vty, struc
1762 bgp_route_match_add(struct vty *vty, struct route_map_index *index, char *command, char *arg) argument
1787 bgp_route_match_delete(struct vty *vty, struct route_map_index *index, char *command, char *arg) argument
1812 bgp_route_set_add(struct vty *vty, struct route_map_index *index, char *command, char *arg) argument
1837 bgp_route_set_delete(struct vty *vty, struct route_map_index *index, char *command, char *arg) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/ospf6d/
H A Dospf6_redistribute.h60 int ospf6_redistribute_config_write (struct vty *);
61 void ospf6_redistribute_show_config (struct vty *, struct ospf6 *);
H A Dospf6_routemap.c33 #include "vty.h"
195 route_map_command_status (struct vty *vty, int ret) argument
203 vty_out (vty, "Can't find rule.%s", VTY_NEWLINE);
206 vty_out (vty, "Argument is malformed.%s", VTY_NEWLINE);
209 vty_out (vty, "route-map add set failed.%s", VTY_NEWLINE);
225 int ret = route_map_add_match ((struct route_map_index *) vty->index,
227 return route_map_command_status (vty, ret);
241 int ret = route_map_delete_match ((struct route_map_index *) vty->index,
243 return route_map_command_status (vty, re
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvc_vio.c139 struct device_node *vty; local
142 for (vty = of_find_node_by_name(NULL, "vty"); vty != NULL;
143 vty = of_find_node_by_name(vty, "vty")) {
152 vtermno = of_get_property(vty, "reg", NULL);
156 if (of_device_is_compatible(vty, "hvterm1")) {

Completed in 163 milliseconds

1234