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

Lines Matching defs:title

147     const char *title;
631 unspec_aftype.title = _("UNSPEC");
633 unix_aftype.title = _("UNIX Domain");
636 inet_aftype.title = _("DARPA Internet");
639 inet6_aftype.title = _("IPv6");
642 ax25_aftype.title = _("AMPR AX.25");
645 netrom_aftype.title = _("AMPR NET/ROM");
648 ipx_aftype.title = _("Novell IPX");
651 ddp_aftype.title = _("Appletalk DDP");
654 ec_aftype.title = _("Econet");
657 x25_aftype.title = _("CCITT X.25");
660 rose_aftype.title = _("AMPR ROSE");
663 ash_aftype.title = _("Ash");
826 fprintf(stderr,"%s (%s) ",txt,_((*afp)->title));
1418 const char *title;
1666 loop_hwtype.title = _("Local Loopback");
1667 unspec_hwtype.title = _("UNSPEC");
1669 slip_hwtype.title = _("Serial Line IP");
1670 cslip_hwtype.title = _("VJ Serial Line IP");
1671 slip6_hwtype.title = _("6-bit Serial Line IP");
1672 cslip6_hwtype.title = _("VJ 6-bit Serial Line IP");
1673 adaptive_hwtype.title = _("Adaptive Serial Line IP");
1676 ether_hwtype.title = _("Ethernet");
1679 ash_hwtype.title = _("Ash");
1682 fddi_hwtype.title = _("Fiber Distributed Data Interface");
1685 hippi_hwtype.title = _("HIPPI");
1688 ax25_hwtype.title = _("AMPR AX.25");
1691 rose_hwtype.title = _("AMPR ROSE");
1694 netrom_hwtype.title = _("AMPR NET/ROM");
1697 x25_hwtype.title = _("generic X.25");
1700 tunnel_hwtype.title = _("IPIP Tunnel");
1703 ppp_hwtype.title = _("Point-to-Point Protocol");
1706 hdlc_hwtype.title = _("(Cisco)-HDLC");
1707 lapb_hwtype.title = _("LAPB");
1710 arcnet_hwtype.title = _("ARCnet");
1713 dlci_hwtype.title = _("Frame Relay DLCI");
1714 frad_hwtype.title = _("Frame Relay Access Device");
1717 sit_hwtype.title = _("IPv6-in-IPv4");
1720 irda_hwtype.title = _("IrLAP");
1723 tr_hwtype.title = _("16/4 Mbps Token Ring");
1725 tr_hwtype1.title = _("16/4 Mbps Token Ring (New)") ;
1729 ec_hwtype.title = _("Econet");
1841 printf(_("%-9.9s Link encap:%s "), ptr->name, _(hw->title));