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

  /external/libnl/include/netlink/
attr.h 42 NLA_U64, /**< 64 bit integer */
  /external/libnl/lib/netfilter/
ct.c 108 [CTA_COUNTERS_PACKETS] = { .type = NLA_U64 },
109 [CTA_COUNTERS_BYTES] = { .type = NLA_U64 },
115 [CTA_TIMESTAMP_START] = { .type = NLA_U64 },
116 [CTA_TIMESTAMP_STOP] = { .type = NLA_U64 },
  /external/iw/
link.c 30 [NL80211_BSS_TSF] = { .type = NLA_U64 },
station.c 135 [NL80211_STA_INFO_T_OFFSET] = { .type = NLA_U64 },
scan.c     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_scan.c 689 [NL80211_BSS_TSF] = { .type = NLA_U64 },
698 [NL80211_BSS_PARENT_TSF] = { .type = NLA_U64 },
700 [NL80211_BSS_LAST_SEEN_BOOTTIME] = { .type = NLA_U64 },
    [all...]
driver_macsec_linux.c 475 [MACSEC_RXSC_ATTR_SCI] = { .type = NLA_U64 },
driver_nl80211.c     [all...]
  /external/libnl/lib/
attr.c 183 [NLA_U64] = sizeof(uint64_t),
  /external/libnl/python/netlink/
capi.i 918 NLA_U64, /**< 64 bit integer */

Completed in 936 milliseconds