OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:log_flags
(Results
1 - 3
of
3
) sorted by null
/external/libnl/lib/netfilter/
log_obj.c
207
log->
log_flags
|= flags;
213
log->
log_flags
&= ~flags;
217
static struct trans_tbl
log_flags
[] = {
variable in typeref:struct:trans_tbl
224
return __flags2str(flags, buf, len,
log_flags
, ARRAY_SIZE(
log_flags
));
229
return __str2flags(name,
log_flags
, ARRAY_SIZE(
log_flags
));
/external/lldb/tools/debugserver/source/
debugserver.cpp
831
uint32_t
log_flags
= 0;
local
[
all
...]
/external/libnl/include/
netlink-types.h
772
uint32_t
log_flags
;
member in struct:nfnl_log
Completed in 830 milliseconds