OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NL_OBJ_MARK
(Results
1 - 2
of
2
) sorted by null
/external/libnl/lib/
object.c
212
obj->ce_flags |=
NL_OBJ_MARK
;
221
obj->ce_flags &= ~
NL_OBJ_MARK
;
231
return (obj->ce_flags &
NL_OBJ_MARK
);
/external/libnl/include/
netlink-types.h
102
#define
NL_OBJ_MARK
1
Completed in 33 milliseconds