Home
last modified time | relevance | path

Searched refs:RTM_NEWNEIGH (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/xlat/
Dnl_route_types.h76 #if defined(RTM_NEWNEIGH) || (defined(HAVE_DECL_RTM_NEWNEIGH) && HAVE_DECL_RTM_NEWNEIGH)
78 static_assert((RTM_NEWNEIGH) == (28), "RTM_NEWNEIGH != 28");
81 # define RTM_NEWNEIGH 28
389 XLAT(RTM_NEWNEIGH),
Dnl_route_types.in14 RTM_NEWNEIGH 28
/external/iproute2/ip/
Dipneigh.c202 if (n->nlmsg_type != RTM_NEWNEIGH && n->nlmsg_type != RTM_DELNEIGH && in print_neigh()
215 if (filter.flushb && n->nlmsg_type != RTM_NEWNEIGH) in print_neigh()
500 return ipneigh_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_EXCL, argc-1, argv+1); in do_ipneigh()
503 return ipneigh_modify(RTM_NEWNEIGH, NLM_F_REPLACE, argc-1, argv+1); in do_ipneigh()
505 return ipneigh_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_REPLACE, argc-1, argv+1); in do_ipneigh()
Dipmonitor.c102 if (n->nlmsg_type == RTM_NEWNEIGH || n->nlmsg_type == RTM_DELNEIGH || in accept_msg()
/external/libnl/include/linux-private/linux/
Drtnetlink.h50 RTM_NEWNEIGH = 28, enumerator
51 #define RTM_NEWNEIGH RTM_NEWNEIGH macro
/external/iproute2/bridge/
Dfdb.c104 if (n->nlmsg_type != RTM_NEWNEIGH && n->nlmsg_type != RTM_DELNEIGH) { in print_fdb()
551 return fdb_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_EXCL, argc-1, argv+1); in do_fdb()
553 return fdb_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_APPEND, argc-1, argv+1); in do_fdb()
555 return fdb_modify(RTM_NEWNEIGH, NLM_F_CREATE|NLM_F_REPLACE, argc-1, argv+1); in do_fdb()
Dmonitor.c55 case RTM_NEWNEIGH: in accept_msg()
/external/iproute2/include/uapi/linux/
Drtnetlink.h51 RTM_NEWNEIGH = 28, enumerator
52 #define RTM_NEWNEIGH RTM_NEWNEIGH macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h51 RTM_NEWNEIGH = 28, enumerator
52 #define RTM_NEWNEIGH RTM_NEWNEIGH macro
/external/strace/
Dnetlink_route.c76 [RTM_NEWNEIGH - RTM_BASE] = decode_ndmsg,
/external/iproute2/misc/
Darpd.c272 .n.nlmsg_type = RTM_NEWNEIGH, in respond_to_kernel()
314 if (n->nlmsg_type != RTM_GETNEIGH && n->nlmsg_type != RTM_NEWNEIGH) in do_one_request()
390 } else if (n->nlmsg_type == RTM_NEWNEIGH) { in do_one_request()
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const341 RTM_NEWNEIGH = 28
Dsocket_netlink_route_arm.const341 RTM_NEWNEIGH = 28
Dsocket_netlink_route_386.const341 RTM_NEWNEIGH = 28
Dsocket_netlink_route_ppc64le.const341 RTM_NEWNEIGH = 28
Dsocket_netlink_route_arm64.const341 RTM_NEWNEIGH = 28
Dsocket_netlink_route.txt36 newneigh netlink_msg[RTM_NEWNEIGH, ndmsg, nd_policy]
75 bridge_newneigh netlink_msg[RTM_NEWNEIGH, ndmsg, nd_policy]
/external/libnl/lib/route/
Dneigh.c630 return build_neigh_msg(tmpl, RTM_NEWNEIGH, flags, result); in rtnl_neigh_build_add_request()
940 { RTM_NEWNEIGH, NL_ACT_NEW, "new" },
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1316 RTM_NEWNEIGH = 0x1c const
Dzerrors_linux_mipsle.go1583 RTM_NEWNEIGH = 0x1c const
Dzerrors_linux_s390x.go1643 RTM_NEWNEIGH = 0x1c const
Dzerrors_linux_arm.go1589 RTM_NEWNEIGH = 0x1c const
Dzerrors_linux_ppc64le.go1639 RTM_NEWNEIGH = 0x1c const
Dzerrors_linux_mips64.go1583 RTM_NEWNEIGH = 0x1c const
Dzerrors_linux_ppc64.go1639 RTM_NEWNEIGH = 0x1c const

12