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

/external/libnl/lib/
H A Dattr.c583 int nla_parse(struct nlattr *tb[], int maxtype, struct nlattr *head, int len, function
1156 * to nla_parse().
1158 * @see nla_parse
1164 return nla_parse(tb, maxtype, nla_data(nla), nla_len(nla), policy);

Completed in 281 milliseconds