• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/busybox/libbb/

Lines Matching defs:title

146     const char *title;
666 unspec_aftype.title = _("UNSPEC");
668 unix_aftype.title = _("UNIX Domain");
671 inet_aftype.title = _("DARPA Internet");
674 inet6_aftype.title = _("IPv6");
677 ax25_aftype.title = _("AMPR AX.25");
680 netrom_aftype.title = _("AMPR NET/ROM");
683 ipx_aftype.title = _("Novell IPX");
686 ddp_aftype.title = _("Appletalk DDP");
689 ec_aftype.title = _("Econet");
692 x25_aftype.title = _("CCITT X.25");
695 rose_aftype.title = _("AMPR ROSE");
698 ash_aftype.title = _("Ash");
861 fprintf(stderr,"%s (%s) ",txt,_((*afp)->title));
1453 const char *title;
1686 loop_hwtype.title = _("Local Loopback");
1687 unspec_hwtype.title = _("UNSPEC");
1689 slip_hwtype.title = _("Serial Line IP");
1690 cslip_hwtype.title = _("VJ Serial Line IP");
1691 slip6_hwtype.title = _("6-bit Serial Line IP");
1692 cslip6_hwtype.title = _("VJ 6-bit Serial Line IP");
1693 adaptive_hwtype.title = _("Adaptive Serial Line IP");
1696 ether_hwtype.title = _("Ethernet");
1699 ash_hwtype.title = _("Ash");
1702 fddi_hwtype.title = _("Fiber Distributed Data Interface");
1705 hippi_hwtype.title = _("HIPPI");
1708 ax25_hwtype.title = _("AMPR AX.25");
1711 rose_hwtype.title = _("AMPR ROSE");
1714 netrom_hwtype.title = _("AMPR NET/ROM");
1717 x25_hwtype.title = _("generic X.25");
1720 tunnel_hwtype.title = _("IPIP Tunnel");
1723 ppp_hwtype.title = _("Point-to-Point Protocol");
1726 hdlc_hwtype.title = _("(Cisco)-HDLC");
1727 lapb_hwtype.title = _("LAPB");
1730 arcnet_hwtype.title = _("ARCnet");
1733 dlci_hwtype.title = _("Frame Relay DLCI");
1734 frad_hwtype.title = _("Frame Relay Access Device");
1737 sit_hwtype.title = _("IPv6-in-IPv4");
1740 irda_hwtype.title = _("IrLAP");
1743 tr_hwtype.title = _("16/4 Mbps Token Ring");
1745 tr_hwtype1.title = _("16/4 Mbps Token Ring (New)") ;
1749 ec_hwtype.title = _("Econet");
1861 printf(_("%-9.9s Link encap:%s "), ptr->name, _(hw->title));