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

  /external/libnl/include/netlink/
attr.h 90 extern size_t nla_strlcpy(char *, const struct nlattr *, size_t);
  /external/libnl/lib/route/cls/
fw.c 71 nla_strlcpy(f->cf_indev, tb[TCA_FW_INDEV], IFNAMSIZ);
u32.c 142 nla_strlcpy(u->cu_indev, tb[TCA_U32_INDEV], IFNAMSIZ);
  /external/libnl/lib/
attr.c 720 size_t nla_strlcpy(char *dst, const struct nlattr *nla, size_t dstsize) function
    [all...]
  /external/libnl/lib/route/
tc.c 71 nla_strlcpy(g->tc_kind, tb[TCA_KIND], TCKINDSIZ);
neightbl.c 150 nla_strlcpy(ntbl->nt_name, tb[NDTA_NAME], NTBLNAMSIZ);
rule.c 136 nla_strlcpy(rule->r_iif, tb[RTA_IIF], IFNAMSIZ);
link.c 281 nla_strlcpy(link->l_name, tb[IFLA_IFNAME], IFNAMSIZ);
366 nla_strlcpy(link->l_qdisc, tb[IFLA_QDISC], IFQDISCSIZ);
    [all...]
addr.c 219 nla_strlcpy(addr->a_label, tb[IFA_LABEL], IFNAMSIZ);

Completed in 67 milliseconds