Searched defs:nla_type (Results 1 - 1 of 1) sorted by relevance

/system/core/libnl_2/
H A Dattr.c132 int type = nla_type(pos);
182 int nla_type(const struct nlattr *nla) function
184 return (int)nla->nla_type & NLA_TYPE_MASK;
201 nla->nla_type = attrtype;

Completed in 3 milliseconds