Searched refs:NLA_U64 (Results 1 – 13 of 13) sorted by relevance
/external/libnl/lib/netfilter/ |
D | ct.c | 91 [CTA_COUNTERS_PACKETS] = { .type = NLA_U64 }, 92 [CTA_COUNTERS_BYTES] = { .type = NLA_U64 }, 98 [CTA_TIMESTAMP_START] = { .type = NLA_U64 }, 99 [CTA_TIMESTAMP_STOP] = { .type = NLA_U64 },
|
/external/libnl/lib/route/link/ |
D | sriov.c | 77 [IFLA_VF_STATS_RX_PACKETS] = { .type = NLA_U64 }, 78 [IFLA_VF_STATS_TX_PACKETS] = { .type = NLA_U64 }, 79 [IFLA_VF_STATS_RX_BYTES] = { .type = NLA_U64 }, 80 [IFLA_VF_STATS_TX_BYTES] = { .type = NLA_U64 }, 81 [IFLA_VF_STATS_BROADCAST] = { .type = NLA_U64 }, 82 [IFLA_VF_STATS_MULTICAST] = { .type = NLA_U64 },
|
D | macsec.c | 71 [IFLA_MACSEC_SCI] = { .type = NLA_U64 }, 73 [IFLA_MACSEC_CIPHER_SUITE] = { .type = NLA_U64 },
|
/external/libnl/include/netlink/ |
D | attr.h | 44 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 | 707 [NL80211_BSS_TSF] = { .type = NLA_U64 }, in nl80211_parse_bss_info() 716 [NL80211_BSS_PARENT_TSF] = { .type = NLA_U64 }, in nl80211_parse_bss_info() 718 [NL80211_BSS_LAST_SEEN_BOOTTIME] = { .type = NLA_U64 }, in nl80211_parse_bss_info()
|
D | driver_macsec_linux.c | 496 [MACSEC_RXSC_ATTR_SCI] = { .type = NLA_U64 },
|
D | driver_nl80211.c | 7100 [NL80211_STA_INFO_RX_BYTES64] = { .type = NLA_U64 }, in get_sta_handler() 7101 [NL80211_STA_INFO_TX_BYTES64] = { .type = NLA_U64 }, in get_sta_handler() 7104 [NL80211_STA_INFO_RX_DURATION] = { .type = NLA_U64 }, in get_sta_handler() 7105 [NL80211_STA_INFO_TX_DURATION] = { .type = NLA_U64 }, in get_sta_handler()
|
/external/libnl/lib/ |
D | attr.c | 184 [NLA_U64] = sizeof(uint64_t),
|
/external/libnl/python/netlink/ |
D | capi.i | 936 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
|