Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dattr.h124 extern int nla_put_s64(struct nl_msg *, int, int64_t);
/external/libnl/
Dlibnl-3.sym347 nla_put_s64;
/external/libnl/lib/
Dattr.c721 int nla_put_s64(struct nl_msg *msg, int attrtype, int64_t value) in nla_put_s64() function