Home | History | Annotate | Download | only in lib

Lines Matching full:nla_put_string

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)