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

  /external/libnl/include/netlink/
attr.h 43 NLA_STRING, /**< NUL terminated character string */
  /external/libnl/lib/route/cls/
fw.c 37 [TCA_FW_INDEV] = { .type = NLA_STRING,
u32.c 61 [TCA_U32_INDEV] = { .type = NLA_STRING,
  /external/libnl/lib/
attr.c 175 * @par Character string (NLA_STRING)
183 * [ATTR_BAR] = { .type = NLA_STRING, maxlen = 4 },
524 [NLA_STRING] = 1,
555 if (pt->type == NLA_STRING) {
711 * @arg nla Attribute of type NLA_STRING.
759 * @arg nla Attribute of type NLA_STRING.
    [all...]
  /external/libnl/lib/genl/
ctrl.c 42 [CTRL_ATTR_FAMILY_NAME] = { .type = NLA_STRING,
  /external/libnl/lib/netfilter/
log_msg.c 58 [NFULA_PREFIX] = { .type = NLA_STRING, },
  /external/libnl/lib/route/
link.c 234 [IFLA_IFNAME] = { .type = NLA_STRING,
244 [IFLA_QDISC] = { .type = NLA_STRING,
251 [IFLA_INFO_KIND] = { .type = NLA_STRING },
    [all...]
tc.c 30 [TCA_KIND] = { .type = NLA_STRING,
neightbl.c 110 [NDTA_NAME] = { .type = NLA_STRING,
rule.c 76 [RTA_IIF] = { .type = NLA_STRING,
addr.c 185 [IFA_LABEL] = { .type = NLA_STRING,

Completed in 1336 milliseconds