Searched refs:NLA_U64 (Results 1 – 11 of 11) sorted by relevance
/external/libnl/lib/netfilter/ |
D | 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/libnl/include/netlink/ |
D | attr.h | 42 NLA_U64, /**< 64 bit integer */ enumerator
|
/external/iw/ |
D | link.c | 30 [NL80211_BSS_TSF] = { .type = NLA_U64 }, in link_bss_handler()
|
D | station.c | 135 [NL80211_STA_INFO_T_OFFSET] = { .type = NLA_U64 }, in print_sta_handler()
|
D | scan.c | 1855 [NL80211_BSS_TSF] = { .type = NLA_U64 }, in print_bss_handler()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211_scan.c | 704 [NL80211_BSS_TSF] = { .type = NLA_U64 }, in nl80211_parse_bss_info() 713 [NL80211_BSS_PARENT_TSF] = { .type = NLA_U64 }, in nl80211_parse_bss_info() 715 [NL80211_BSS_LAST_SEEN_BOOTTIME] = { .type = NLA_U64 }, in nl80211_parse_bss_info()
|
D | driver_macsec_linux.c | 495 [MACSEC_RXSC_ATTR_SCI] = { .type = NLA_U64 },
|
D | driver_nl80211.c | 6280 [NL80211_STA_INFO_RX_BYTES64] = { .type = NLA_U64 }, in get_sta_handler() 6281 [NL80211_STA_INFO_TX_BYTES64] = { .type = NLA_U64 }, in get_sta_handler()
|
/external/libnl/lib/ |
D | attr.c | 183 [NLA_U64] = sizeof(uint64_t),
|
/external/libnl/python/netlink/ |
D | capi.i | 918 NLA_U64, /**< 64 bit integer */ enumerator
|
/external/libnl/doc/ |
D | core.txt | 2095 NLA_U64:: 64bit integer 2146 Use +NLA_U8+, +NLA_U16+, +NLA_U32+, or +NLA_U64+ to define the type of
|