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

  /external/libnl/include/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)
  /external/libnl/lib/
attr.c 975 int nla_put_u64(struct nl_msg *msg, int attrtype, uint64_t value) function
1075 return nla_put_u64(n, attrtype, msecs);
    [all...]
  /external/nfacct/
nfacct.c 280 nla_put_u64(msg, NFACCT_PKTS, htobe64(pkts));
281 nla_put_u64(msg, NFACCT_BYTES, htobe64(bytes));
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 450 return nla_put_u64(msg, NL80211_ATTR_WDEV, bss->wdev_id);
    [all...]

Completed in 150 milliseconds