HomeSort by relevance Sort by last modified time
    Searched refs:rta_getattr_str (Results 1 - 14 of 14) sorted by null

  /external/iproute2/tc/
f_fw.c 148 fprintf(f, "input dev %s ",rta_getattr_str(idev));
m_xt.c 287 rta_getattr_str(tb[TCA_IPT_TABLE]));
m_xt_old.c 370 rta_getattr_str(tb[TCA_IPT_TABLE]));
tc_class.c 194 fprintf(fp, "class %s %s ", rta_getattr_str(tb[TCA_KIND]), abuf);
tc_filter.c 243 fprintf(fp, "%s ", rta_getattr_str(tb[TCA_KIND]));
tc_qdisc.c 232 fprintf(fp, "qdisc %s %x: ", rta_getattr_str(tb[TCA_KIND]), t->tcm_handle>>16);
m_ipt.c 555 rta_getattr_str(tb[TCA_IPT_TABLE]));
f_u32.c 1281 fprintf(f, "\n input dev %s\n", rta_getattr_str(idev));
  /external/iproute2/ip/
iprule.c 144 fprintf(fp, "iif %s ", rta_getattr_str(tb[FRA_IFNAME]));
150 fprintf(fp, "oif %s ", rta_getattr_str(tb[FRA_OIFNAME]));
ipaddress.c 158 strcpy(ifr.ifr_name, rta_getattr_str(tb[IFLA_IFNAME]));
400 tb[IFLA_IFNAME] ? rta_getattr_str(tb[IFLA_IFNAME]) : "<nil>");
420 fprintf(fp, "qdisc %s ", rta_getattr_str(tb[IFLA_QDISC]));
463 rta_getattr_str(tb[IFLA_IFALIAS]));
668 fprintf(fp, "%s", rta_getattr_str(rta_tb[IFA_LABEL]));
    [all...]
ipntable.c 379 const char *name = rta_getattr_str(tb[NDTA_NAME]);
409 const char *name = rta_getattr_str(tb[NDTA_NAME]);
ipl2tp.c 329 p->ifname = rta_getattr_str(attrs[L2TP_ATTR_IFNAME]);
  /external/iproute2/include/
libnetlink.h 92 static inline const char *rta_getattr_str(const struct rtattr *rta) function
  /external/iproute2/misc/
ss.c 1383 printf(" %s", rta_getattr_str(tb[INET_DIAG_CONG]));
    [all...]

Completed in 125 milliseconds