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

/external/libnl/lib/
H A Dattr.c975 int nla_put_u64(struct nl_msg *msg, int attrtype, uint64_t value) function
1075 return nla_put_u64(n, attrtype, msecs);

Completed in 1216 milliseconds