OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GENL_HDRSIZE
(Results
1 - 3
of
3
) sorted by null
/external/libnl/include/
netlink-generic.h
18
#define
GENL_HDRSIZE
(hdrlen) (GENL_HDRLEN + (hdrlen))
/external/libnl/lib/genl/
mngt.c
51
* // The macro
GENL_HDRSIZE
() must be used to specify the
59
* .co_hdrsize =
GENL_HDRSIZE
(sizeof(struct my_hdr)),
181
if (ops->co_hdrsize <
GENL_HDRSIZE
(0)) {
ctrl.c
284
.co_hdrsize =
GENL_HDRSIZE
(0),
Completed in 2213 milliseconds