Home
last modified time | relevance | path

Searched refs:nla_reserve (Results 1 – 3 of 3) sorted by relevance

/external/libnl/lib/
Dattr.c456 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int attrlen) in nla_reserve() function
507 nla = nla_reserve(msg, attrtype, datalen); in nla_put()
/external/libnl/include/netlink/
Dattr.h95 extern struct nlattr * nla_reserve(struct nl_msg *, int, int);
/external/libnl/doc/
Dcore.txt1992 struct nlattr *nla_reserve(struct nl_msg *msg, int attrtype, int len);
1995 The function nla_reserve() adds an attribute header at the end of the
2006 The function nla_put() is base don nla_reserve() but takes an additional