Searched refs:nla_put (Results 1 - 1 of 1) sorted by relevance

/system/core/libnl_2/
H A Dattr.c80 rc = nla_put(msg, attrtype, 0, NULL);
151 int nla_put(struct nl_msg *msg, int attrtype, int datalen, const void *data) function
168 return nla_put(msg, attrtype, sizeof(uint8_t), &value);
174 return nla_put(msg, attrtype, sizeof(uint16_t), &value);
180 return nla_put(msg, attrtype, sizeof(uint32_t), &value);
186 return nla_put(msg, attrtype, sizeof(uint64_t), &value);
197 rc = nla_put(msg, attrtype, nlmsg_attrlen(nlmsg_hdr(nested), 0),

Completed in 158 milliseconds