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

Lines Matching defs:vty_out

91 vty_out (struct vty *vty, const char *format, ...)
150 vty_out (struct vty *vty, const char *format, ...)
202 vty_out (vty, "%s\n", buf);
204 vty_out (vty, "%s ", buf);
216 vty_out (vty, host.motd);
234 vty_out (vty, cmd_prompt (vty->node), hostname);
243 vty_out (vty, "%s", cmd);
251 vty_out (vty, "%s", cmd);
259 vty_out (vty, "%s", cmd);
267 vty_out (vty, "%s", cmd);
276 vty_out (vty, "%s", cmd);
350 vty_out (vty, "%% Bad passwords, too many failures!%s", VTY_NEWLINE);
357 vty_out (vty, "%% Bad enable passwords, too many failures!%s", VTY_NEWLINE);
384 vty_out (vty, "Warning...%s", VTY_NEWLINE);
387 vty_out (vty, "%% Ambiguous command.%s", VTY_NEWLINE);
390 vty_out (vty, "%% Unknown command.%s", VTY_NEWLINE);
393 vty_out (vty, "%% Command incomplete.%s", VTY_NEWLINE);
621 vty_out (vty, "%s", VTY_NEWLINE);
631 vty_out (vty, "%s", VTY_NEWLINE);
817 vty_out (vty, "%s", VTY_NEWLINE);
821 vty_out (vty, "%% Ambiguous command.%s", VTY_NEWLINE);
826 /* vty_out (vty, "%% There is no matched command.%s", VTY_NEWLINE); */
851 vty_out (vty, "%s", VTY_NEWLINE);
852 vty_out (vty, "%-10s ", matched[i]);
855 vty_out (vty, "%s", VTY_NEWLINE);
882 vty_out (vty, " %-*s %s%s", cmd_width, cmd, desc->str, VTY_NEWLINE);
899 vty_out (vty, " %-*s %s%s", cmd_width, cmd, buf, VTY_NEWLINE);
904 vty_out (vty, " %-*s %s%s", cmd_width, cmd, p, VTY_NEWLINE);
933 vty_out (vty, "%s", VTY_NEWLINE);
940 vty_out (vty, "%% Ambiguous command.%s", VTY_NEWLINE);
947 vty_out (vty, "%% There is no matched command.%s", VTY_NEWLINE);
989 vty_out (vty, " %-s%s",
993 vty_out (vty, " %-*s %s%s", width,
1000 vty_out (vty, " %-*s %s%s", width
1009 vty_out (vty, " %-s%s",
1013 vty_out (vty, " %-*s %s%s", width,
1039 vty_out (vty, "%s", VTY_NEWLINE);
1119 vty_out (vty, "IAC ");
1122 vty_out (vty, "WILL ");
1125 vty_out (vty, "WONT ");
1128 vty_out (vty, "DO ");
1131 vty_out (vty, "DONT ");
1134 vty_out (vty, "SB ");
1137 vty_out (vty, "SE ");
1140 vty_out (vty, "TELOPT_ECHO %s", VTY_NEWLINE);
1143 vty_out (vty, "TELOPT_SGA %s", VTY_NEWLINE);
1146 vty_out (vty, "TELOPT_NAWS %s", VTY_NEWLINE);
1149 vty_out (vty, "%x ", buf[i]);
1153 vty_out (vty, "%s", VTY_NEWLINE);
1425 vty_out (vty, "%s", VTY_NEWLINE);
1611 vty_out (vty, "Vty password is not set.%s", VTY_NEWLINE);
1621 vty_out (vty, "%sUser Access Verification%s%s", VTY_NEWLINE, VTY_NEWLINE, VTY_NEWLINE);
2087 vty_out (vty, "%sVty connection is timed out.%s", VTY_NEWLINE, VTY_NEWLINE);
2328 vty_out (vty, "%s: ", proto_str);
2330 vty_out (vty, "\r\n");
2424 vty_out (vty, "%svty[%d] connected from %s.%s",
2518 vty_out (vty, "Access-class is not currently applied to vty%s",
2559 vty_out (vty, "IPv6 access-class is not currently applied to vty%s",
2651 vty_out (vty, " %s%s", vty->hist[index], VTY_NEWLINE);
2663 vty_out (vty, "line vty%s", VTY_NEWLINE);
2666 vty_out (vty, " access-class %s%s",
2671 vty_out (vty, " ipv6 access-class %s%s",
2677 vty_out (vty, " exec-timeout %ld %ld%s",
2683 vty_out (vty, " no login%s", VTY_NEWLINE);
2685 vty_out (vty, "!%s", VTY_NEWLINE);