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

  /external/nfacct/
nfacct.c 279 nla_put_string(msg, NFACCT_NAME, nfname);
362 nla_put_string(msg, NFACCT_NAME, nfname);
442 nla_put_string(msg, NFACCT_NAME, nfname);
  /external/libnl/include/netlink/
attr.h 113 extern int nla_put_string(struct nl_msg *, int, const char *);
205 #define NLA_PUT_STRING(msg, attrtype, value) \
  /external/libnl/lib/
attr.c 185 * // nla_put_string() creates a string attribute of the necessary length
187 * nla_put_string(msg, ATTR_BAR, "some text");
237 * nla_put_string(msg, ATTR_BAR, "some text");
265 * NLA_PUT_STRING(msg, ATTR_BAR, "bar");
305 * NLA_PUT_STRING(msg, IFLA_INFO_KIND, "vlan");
1010 int nla_put_string(struct nl_msg *msg, int attrtype, const char *str) function
    [all...]

Completed in 50 milliseconds