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

/system/core/libnl_2/
H A Dattr.c132 int type = nla_type(pos);
204 int nla_type(const struct nlattr *nla) function
206 return (int)nla->nla_type & NLA_TYPE_MASK;
223 nla->nla_type = attrtype;
/system/core/libnl_2/genl/
H A Dgenl.c221 if (nla->nla_type == CTRL_ATTR_FAMILY_NAME &&
228 nla->nla_type == CTRL_ATTR_FAMILY_ID) {

Completed in 38 milliseconds