OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NL_DONTPAD
(Results
1 - 7
of
7
) sorted by null
/external/libnl/lib/route/qdisc/
plug.c
81
return nlmsg_append(msg, &opts, sizeof(opts),
NL_DONTPAD
);
fifo.c
92
return nlmsg_append(msg, &opts, sizeof(opts),
NL_DONTPAD
);
red.c
118
if (nlmsg_append(msg, &opts, sizeof(opts),
NL_DONTPAD
) < 0)
sfq.c
100
return nlmsg_append(msg, &opts, sizeof(opts),
NL_DONTPAD
);
prio.c
115
return nlmsg_append(msg, &opts, sizeof(opts),
NL_DONTPAD
);
/external/libnl/include/netlink/
msg.h
23
#define
NL_DONTPAD
0
/external/libnl/python/netlink/
core.py
72
NL_DONTPAD
= 0
Completed in 859 milliseconds