Home
last modified time | relevance | path

Searched refs:RTM_SETLINK (Results 1 – 25 of 34) sorted by relevance

12

/external/strace/xlat/
Dnl_route_types.h27 #if defined(RTM_SETLINK) || (defined(HAVE_DECL_RTM_SETLINK) && HAVE_DECL_RTM_SETLINK)
29 static_assert((RTM_SETLINK) == (19), "RTM_SETLINK != 19");
32 # define RTM_SETLINK 19
379 XLAT(RTM_SETLINK),
Dnl_route_types.in4 RTM_SETLINK 19
/external/libnl/include/linux-private/linux/
Drtnetlink.h33 RTM_SETLINK, enumerator
34 #define RTM_SETLINK RTM_SETLINK macro
/external/iproute2/include/uapi/linux/
Drtnetlink.h34 RTM_SETLINK, enumerator
35 #define RTM_SETLINK RTM_SETLINK macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h34 RTM_SETLINK, enumerator
35 #define RTM_SETLINK RTM_SETLINK macro
/external/wpa_supplicant_8/src/drivers/
Dpriv_netlink.h46 #define RTM_SETLINK (RTM_BASE + 3) macro
Dnetlink.c184 req.hdr.nlmsg_type = RTM_SETLINK; in netlink_send_oper_ifla()
/external/strace/
Dnetlink_route.c58 [RTM_SETLINK - RTM_BASE] = decode_ifinfomsg,
/external/android-clat/
Dsetif.c119 msg = nlmsg_alloc_ifinfo(RTM_SETLINK, NLM_F_ACK | NLM_F_REQUEST | NLM_F_ROOT, &ifi); in if_up()
/external/iproute2/ip/
Diptoken.c126 .n.nlmsg_type = RTM_SETLINK, in iptoken_set()
/external/syzkaller/sys/linux/
Dsocket_netlink_route_amd64.const344 RTM_SETLINK = 19
Dsocket_netlink_route_arm.const344 RTM_SETLINK = 19
Dsocket_netlink_route_386.const344 RTM_SETLINK = 19
Dsocket_netlink_route_ppc64le.const344 RTM_SETLINK = 19
Dsocket_netlink_route_arm64.const344 RTM_SETLINK = 19
Dsocket_netlink_route.txt29 setlink netlink_msg[RTM_SETLINK, ifinfomsg[AF_UNSPEC], ifla_policy]
79 bridge_setlink netlink_msg[RTM_SETLINK, ifinfomsg[AF_BRIDGE], ifla_policy]
/external/iproute2/bridge/
Dvlan.c485 return vlan_modify(RTM_SETLINK, argc-1, argv+1); in do_vlan()
Dlink.c272 .n.nlmsg_type = RTM_SETLINK, in brlink_modify()
/external/libnl/lib/route/
Dlink.c1521 msg->nm_nlh->nlmsg_type = RTM_SETLINK; in rtnl_link_change()
2745 { RTM_SETLINK, NL_ACT_CHANGE, "set" },
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1330 RTM_SETLINK = 0x13 const
Dzerrors_linux_mipsle.go1597 RTM_SETLINK = 0x13 const
Dzerrors_linux_s390x.go1657 RTM_SETLINK = 0x13 const
Dzerrors_linux_arm.go1603 RTM_SETLINK = 0x13 const
Dzerrors_linux_ppc64le.go1653 RTM_SETLINK = 0x13 const
/external/bcc/src/cc/
Dlibbpf.c1270 req.nh.nlmsg_type = RTM_SETLINK; in bpf_attach_xdp()

12