OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLMSG_ERROR
(Results
26 - 50
of
62
) sorted by null
1
2
3
/external/iproute2/include/uapi/linux/
netlink.h
103
#define
NLMSG_ERROR
0x2 /* Error */
/external/kernel-headers/original/uapi/linux/
netlink.h
103
#define
NLMSG_ERROR
0x2 /* Error */
/external/ltp/testcases/kernel/controllers/cgroup/
cgroup_regression_getdelays.c
183
if (ans.n.nlmsg_type ==
NLMSG_ERROR
||
422
if (msg.n.nlmsg_type ==
NLMSG_ERROR
||
/external/strace/
netlink.c
436
if (type ==
NLMSG_ERROR
)
576
if (nlmsghdr->nlmsg_type ==
NLMSG_ERROR
) {
/external/iproute2/ip/
ipnetconf.c
61
if (n->nlmsg_type ==
NLMSG_ERROR
)
ipnetns.c
50
if (n->nlmsg_type ==
NLMSG_ERROR
&&
120
if (answer.n.nlmsg_type ==
NLMSG_ERROR
)
ipmonitor.c
139
if (n->nlmsg_type !=
NLMSG_ERROR
&& n->nlmsg_type != NLMSG_NOOP &&
xfrm_monitor.c
335
if (n->nlmsg_type !=
NLMSG_ERROR
&& n->nlmsg_type != NLMSG_NOOP &&
ipl2tp.c
303
if (n->nlmsg_type ==
NLMSG_ERROR
)
iplink.c
201
if (n->nlmsg_type ==
NLMSG_ERROR
&&
[
all
...]
/external/libnfnetlink/src/
rtnl.c
179
if (h->nlmsg_type ==
NLMSG_ERROR
) {
183
rtnl_log(LOG_ERROR, "
NLMSG_ERROR
, errnp=%d",
libnfnetlink.c
711
if (h->nlmsg_type ==
NLMSG_ERROR
) {
833
if (h->nlmsg_type ==
NLMSG_ERROR
) {
[
all
...]
/external/ltp/testcases/kernel/connectors/pec/
pec_listener.c
298
case
NLMSG_ERROR
:
/external/selinux/libselinux/src/
avc_internal.c
164
case
NLMSG_ERROR
:{
/external/webrtc/webrtc/base/
ifaddrs-android.cc
167
case
NLMSG_ERROR
:
/external/libnl/lib/
msg.c
644
__ADD(
NLMSG_ERROR
,ERROR)
983
if (hdr->nlmsg_type ==
NLMSG_ERROR
)
nl.c
844
hdr->nlmsg_type ==
NLMSG_ERROR
||
914
else if (hdr->nlmsg_type ==
NLMSG_ERROR
) {
/external/iproute2/lib/
libnetlink.c
301
if (h->nlmsg_type ==
NLMSG_ERROR
) {
474
if (h->nlmsg_type ==
NLMSG_ERROR
) {
607
if (h->nlmsg_type ==
NLMSG_ERROR
) {
/external/iputils/ninfod/
ni_ifaddrs.c
195
if (nh->nlmsg_type ==
NLMSG_ERROR
) {
/external/nfacct/
nfacct.c
150
if (hdr->nlmsg_type ==
NLMSG_ERROR
) {
/external/libpcap/
pcap-netfilter-linux.c
380
if (nlh->nlmsg_type ==
NLMSG_ERROR
|| (nlh->nlmsg_type == NLMSG_DONE && nlh->nlmsg_flags & NLM_F_MULTI)) {
/external/toybox/toys/pending/
ip.c
[
all
...]
/external/ipsec-tools/src/racoon/
grabmyaddr.c
166
if (h->nlmsg_type ==
NLMSG_ERROR
)
/external/bcc/src/cc/
libbpf.c
[
all
...]
/external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_linux_sparc64.go
[
all
...]
Completed in 3113 milliseconds
1
2
3