Searched refs:rta_getattr_str (Results 1 - 14 of 14) sorted by relevance

/external/iproute2/tc/
H A Df_fw.c148 fprintf(f, "input dev %s ",rta_getattr_str(idev));
H A Dm_xt.c287 rta_getattr_str(tb[TCA_IPT_TABLE]));
H A Dm_xt_old.c370 rta_getattr_str(tb[TCA_IPT_TABLE]));
H A Dtc_class.c194 fprintf(fp, "class %s %s ", rta_getattr_str(tb[TCA_KIND]), abuf);
H A Dtc_filter.c243 fprintf(fp, "%s ", rta_getattr_str(tb[TCA_KIND]));
H A Dtc_qdisc.c232 fprintf(fp, "qdisc %s %x: ", rta_getattr_str(tb[TCA_KIND]), t->tcm_handle>>16);
H A Dm_ipt.c555 rta_getattr_str(tb[TCA_IPT_TABLE]));
H A Df_u32.c1281 fprintf(f, "\n input dev %s\n", rta_getattr_str(idev));
/external/iproute2/ip/
H A Diprule.c144 fprintf(fp, "iif %s ", rta_getattr_str(tb[FRA_IFNAME]));
150 fprintf(fp, "oif %s ", rta_getattr_str(tb[FRA_OIFNAME]));
H A Dipaddress.c158 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]));
H A Dipntable.c379 const char *name = rta_getattr_str(tb[NDTA_NAME]);
409 const char *name = rta_getattr_str(tb[NDTA_NAME]);
H A Dipl2tp.c329 p->ifname = rta_getattr_str(attrs[L2TP_ATTR_IFNAME]);
/external/iproute2/include/
H A Dlibnetlink.h92 static inline const char *rta_getattr_str(const struct rtattr *rta) function
/external/iproute2/misc/
H A Dss.c1383 printf(" %s", rta_getattr_str(tb[INET_DIAG_CONG]));

Completed in 1005 milliseconds