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

  /external/libnl/include/netlink/
attr.h 43 NLA_STRING, /**< NUL terminated character string */
  /external/libnl/lib/route/cls/
fw.c 38 [TCA_FW_INDEV] = { .type = NLA_STRING,
u32.c 61 [TCA_U32_INDEV] = { .type = NLA_STRING,
  /external/libnl/lib/genl/
ctrl.c 45 [CTRL_ATTR_FAMILY_NAME] = { .type = NLA_STRING,
60 [CTRL_ATTR_MCAST_GRP_NAME] = { .type = NLA_STRING },
  /external/libnl/lib/
attr.c 184 [NLA_STRING] = 1,
214 if (pt->type == NLA_STRING) {
369 * @arg nla Attribute of type NLA_STRING.
417 * @arg nla Attribute of type NLA_STRING.
  /external/libnl/lib/netfilter/
log_msg.c 59 [NFULA_PREFIX] = { .type = NLA_STRING, },
exp.c 40 [CTA_EXPECT_HELP_NAME] = { .type = NLA_STRING },
45 [CTA_EXPECT_FN] = { .type = NLA_STRING }, // Added in kernel 3.5
  /external/libnl/lib/route/
rule.c 75 [FRA_IIFNAME] = { .type = NLA_STRING, .maxlen = IFNAMSIZ },
76 [FRA_OIFNAME] = { .type = NLA_STRING, .maxlen = IFNAMSIZ },
link.c 270 [IFLA_IFNAME] = { .type = NLA_STRING,
280 [IFLA_QDISC] = { .type = NLA_STRING,
285 [IFLA_IFALIAS] = { .type = NLA_STRING, .maxlen = IFALIASZ },
299 [IFLA_INFO_KIND] = { .type = NLA_STRING },
    [all...]
addr.c 191 [IFA_LABEL] = { .type = NLA_STRING,
neightbl.c 110 [NDTA_NAME] = { .type = NLA_STRING,
tc.c 33 [TCA_KIND] = { .type = NLA_STRING,
  /external/libnl/lib/idiag/
idiag_msg_obj.c 585 [IDIAG_ATTR_CONG] = { .type = NLA_STRING },
  /external/libnl/python/netlink/
capi.i 919 NLA_STRING, /**< NUL terminated character string */

Completed in 90 milliseconds