/external/libnl/lib/route/cls/ |
fw.c | 132 NLA_PUT_STRING(msg, TCA_FW_INDEV, f->cf_indev);
|
u32.c | 330 NLA_PUT_STRING(msg, TCA_U32_INDEV, u->cu_indev);
|
/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/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/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...] |
/external/libnl/lib/route/ |
tc.c | 344 NLA_PUT_STRING(msg, TCA_KIND, tca->tc_kind);
|
link.c | 899 NLA_PUT_STRING(msg, IFLA_IFNAME, tmpl->l_name); 914 NLA_PUT_STRING(msg, IFLA_INFO_KIND, tmpl->l_info_ops->io_name); [all...] |
addr.c | 596 NLA_PUT_STRING(msg, IFA_LABEL, tmpl->a_label);
|
neightbl.c | 464 NLA_PUT_STRING(m, NDTA_NAME, old->nt_name);
|
rule.c | 438 NLA_PUT_STRING(msg, RTA_IIF, tmpl->r_iif);
|
/external/wpa_supplicant_8/src/drivers/ |
driver_nl80211.c | 427 nla_put_string(msg, CTRL_ATTR_FAMILY_NAME, family)) { [all...] |
/external/libpcap/ |
pcap-linux.c | 660 NLA_PUT_STRING(msg, NL80211_ATTR_IFNAME, mondevice); [all...] |