HomeSort by relevance Sort by last modified time
    Searched refs:nla_put_u64 (Results 1 - 2 of 2) sorted by null

  /external/libnl-headers/netlink/
attr.h 108 extern int nla_put_u64(struct nl_msg *, int, uint64_t);
196 #define NLA_PUT_U64(msg, attrtype, value) \
223 NLA_PUT_U64(msg, attrtype, msecs)
  /system/core/libnl_2/
attr.c 184 int nla_put_u64(struct nl_msg *msg, int attrtype, uint64_t value) function

Completed in 28 milliseconds