Searched refs:RTM_NEWLINK (Results 1 – 19 of 19) sorted by relevance
/third_party/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 28 RTM_NEWLINK = 16, enumerator 29 #define RTM_NEWLINK RTM_NEWLINK macro
|
/third_party/ltp/testcases/kernel/containers/netns/ |
D | netns_netlink.c | 73 if (nlh->nlmsg_type == RTM_NEWLINK || in child_func()
|
/third_party/musl/src/network/ |
D | getifaddrs.c | 114 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_ifaddr() 130 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_ifaddr()
|
D | netlink.h | 31 #define RTM_NEWLINK 16 macro
|
D | if_nameindex.c | 33 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_nameindex()
|
/third_party/ltp/testcases/kernel/containers/share/ |
D | ns_ifmove.c | 106 req.nh.nlmsg_type = RTM_NEWLINK; in main()
|
/third_party/ltp/lib/ |
D | tst_netdevice.c | 136 ctx = create_request(file, lineno, RTM_NEWLINK, in tst_create_veth_pair() 180 ctx = create_request(file, lineno, RTM_NEWLINK, in tst_netdev_add_device() 333 ctx = create_request(file, lineno, RTM_NEWLINK, 0, &info, sizeof(info)); in change_ns()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | priv_netlink.h | 44 #define RTM_NEWLINK (RTM_BASE + 0) macro
|
D | netlink.c | 60 case RTM_NEWLINK: in netlink_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
D | priv_netlink.h | 44 #define RTM_NEWLINK (RTM_BASE + 0) macro
|
D | netlink.c | 60 case RTM_NEWLINK: in netlink_receive()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
D | getifaddrs.c | 123 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_ifaddr() 139 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_ifaddr()
|
D | if_nameindex.c | 34 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_nameindex()
|
/third_party/libnl/lib/route/ |
D | link.c | 129 return RTM_NEWLINK; in af_request_type() 1046 if (l->ce_msgtype == RTM_NEWLINK) 1679 return build_link_msg(RTM_NEWLINK, &ifi, link, flags, result); in rtnl_link_build_add_request() 1822 if (err == -NLE_OPNOTSUPP && msg->nm_nlh->nlmsg_type == RTM_NEWLINK) { in rtnl_link_change() 3223 { RTM_NEWLINK, NL_ACT_NEW, "new" },
|
/third_party/libwebsockets/lib/roles/netlink/ |
D | ops-netlink.c | 134 case RTM_NEWLINK: in rops_handle_POLLIN_netlink()
|
/third_party/libnl/doc/ |
D | route.txt | 50 | +RTM_NEWLINK+ | Create or update virtual network device 106 a single +RTM_NEWLINK+ message containing the link configuration and statistics 128 .RTM_NEWLINK (user->kernel) 147 .RTM_NEWLINK (kernel->user) 186 from the kernel and feed the returned +RTM_NEWLINK+ to the internal link 245 provided and wait for a +RTM_NEWLINK+ or netlink error message sent in
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | vlan_full.c | 730 case RTM_NEWLINK: in vlan_event_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | vlan_full.c | 730 case RTM_NEWLINK: in vlan_event_receive()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 631 request.mhdr.nlmsg_type = RTM_NEWLINK; in linkupdate()
|