HomeSort by relevance Sort by last modified time
    Searched refs:NLMSG_ERROR (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/strace/xlat/
netlink_types.h 13 #if defined(NLMSG_ERROR) || (defined(HAVE_DECL_NLMSG_ERROR) && HAVE_DECL_NLMSG_ERROR)
15 static_assert((NLMSG_ERROR) == (0x2), "NLMSG_ERROR != 0x2");
18 # define NLMSG_ERROR 0x2
46 XLAT(NLMSG_ERROR),
  /external/strace/tests/
nlattr_nlmsgerr.c 41 .nlmsg_type = NLMSG_ERROR,
59 printf("{len=%u, type=NLMSG_ERROR"
netlink_netlink_diag.c 105 if (h->nlmsg_type == NLMSG_ERROR) {
108 error_msg_and_skip("NLMSG_ERROR");
110 perror_msg_and_skip("NLMSG_ERROR");
netlink_protocol.c 214 nlh->nlmsg_type = NLMSG_ERROR;
220 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
231 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
239 nlh->nlmsg_type = NLMSG_ERROR;
247 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
254 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
262 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
271 nlh->nlmsg_type = NLMSG_ERROR;
284 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
295 nlh->nlmsg_type = NLMSG_ERROR;
    [all...]
netlink_inet_diag.c 105 if (h->nlmsg_type == NLMSG_ERROR) {
108 error_msg_and_skip("NLMSG_ERROR");
110 perror_msg_and_skip("NLMSG_ERROR");
netlink_unix_diag.c 109 if (h->nlmsg_type == NLMSG_ERROR) {
112 error_msg_and_skip("NLMSG_ERROR");
114 perror_msg_and_skip("NLMSG_ERROR");
  /external/strace/tests-m32/
nlattr_nlmsgerr.c 41 .nlmsg_type = NLMSG_ERROR,
59 printf("{len=%u, type=NLMSG_ERROR"
netlink_netlink_diag.c 105 if (h->nlmsg_type == NLMSG_ERROR) {
108 error_msg_and_skip("NLMSG_ERROR");
110 perror_msg_and_skip("NLMSG_ERROR");
netlink_protocol.c 214 nlh->nlmsg_type = NLMSG_ERROR;
220 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
231 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
239 nlh->nlmsg_type = NLMSG_ERROR;
247 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
254 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
262 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
271 nlh->nlmsg_type = NLMSG_ERROR;
284 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
295 nlh->nlmsg_type = NLMSG_ERROR;
    [all...]
netlink_inet_diag.c 105 if (h->nlmsg_type == NLMSG_ERROR) {
108 error_msg_and_skip("NLMSG_ERROR");
110 perror_msg_and_skip("NLMSG_ERROR");
netlink_unix_diag.c 109 if (h->nlmsg_type == NLMSG_ERROR) {
112 error_msg_and_skip("NLMSG_ERROR");
114 perror_msg_and_skip("NLMSG_ERROR");
  /external/strace/tests-mx32/
nlattr_nlmsgerr.c 41 .nlmsg_type = NLMSG_ERROR,
59 printf("{len=%u, type=NLMSG_ERROR"
netlink_netlink_diag.c 105 if (h->nlmsg_type == NLMSG_ERROR) {
108 error_msg_and_skip("NLMSG_ERROR");
110 perror_msg_and_skip("NLMSG_ERROR");
netlink_protocol.c 214 nlh->nlmsg_type = NLMSG_ERROR;
220 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
231 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
239 nlh->nlmsg_type = NLMSG_ERROR;
247 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
254 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
262 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
271 nlh->nlmsg_type = NLMSG_ERROR;
284 printf("sendto(%d, {{len=%u, type=NLMSG_ERROR, flags=NLM_F_REQUEST"
295 nlh->nlmsg_type = NLMSG_ERROR;
    [all...]
netlink_inet_diag.c 105 if (h->nlmsg_type == NLMSG_ERROR) {
108 error_msg_and_skip("NLMSG_ERROR");
110 perror_msg_and_skip("NLMSG_ERROR");
netlink_unix_diag.c 109 if (h->nlmsg_type == NLMSG_ERROR) {
112 error_msg_and_skip("NLMSG_ERROR");
114 perror_msg_and_skip("NLMSG_ERROR");
  /bionic/libc/bionic/
bionic_netlink.cpp 87 if (hdr->nlmsg_type == NLMSG_ERROR) {
  /external/libnl/include/netlink/
netlink-kernel.h 158 #define NLMSG_ERROR 0x2
  /external/iproute2/tc/
tc_monitor.c 64 if (n->nlmsg_type != NLMSG_ERROR && n->nlmsg_type != NLMSG_NOOP &&
  /external/ltp/lib/
tst_crypto.c 67 if (nh->nlmsg_type == NLMSG_ERROR)
  /device/google/cuttlefish_common/common/libs/net/
netlink_client.cpp 90 if (nh->nlmsg_type == NLMSG_ERROR) {
  /external/libnl/include/linux-private/linux/
netlink.h 89 #define NLMSG_ERROR 0x2 /* Error */
  /external/dnsmasq/src/
netlink.c 162 else if (h->nlmsg_type == NLMSG_ERROR)
227 if (h->nlmsg_type == NLMSG_ERROR)
  /bionic/libc/kernel/uapi/linux/
netlink.h 88 #define NLMSG_ERROR 0x2
  /device/generic/goldfish/wifi/wifi_hal/
netlink.cpp 209 if (header->nlmsg_type == NLMSG_ERROR) {

Completed in 782 milliseconds

1 2 3