Home
last modified time | relevance | path

Searched defs:attrtype (Results 1 – 1 of 1) sorted by relevance

/system/core/libnl_2/
Dattr.c75 struct nlattr *nla_nest_start(struct nl_msg *msg, int attrtype) in nla_nest_start()
151 int nla_put(struct nl_msg *msg, int attrtype, int datalen, const void *data) in nla_put()
171 int nla_put_nested(struct nl_msg *msg, int attrtype, struct nl_msg *nested) in nla_put_nested()
189 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int data_len) in nla_reserve()