OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLA_U64
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/netlink/
attr.h
42
NLA_U64
, /**< 64 bit integer */
/external/libnl/lib/netfilter/
ct.c
99
[CTA_COUNTERS_PACKETS] = { .type =
NLA_U64
},
100
[CTA_COUNTERS_BYTES] = { .type =
NLA_U64
},
/external/libnl/lib/
attr.c
150
* @par Integers (NLA_U8, NLA_U16, NLA_U32,
NLA_U64
)
523
[
NLA_U64
] = sizeof(uint64_t),
[
all
...]
Completed in 45 milliseconds