Home
last modified time | relevance | path

Searched refs:RTM_NEWLINK (Results 1 – 19 of 19) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Drtnetlink.h28 RTM_NEWLINK = 16, enumerator
29 #define RTM_NEWLINK RTM_NEWLINK macro
/third_party/ltp/testcases/kernel/containers/netns/
Dnetns_netlink.c73 if (nlh->nlmsg_type == RTM_NEWLINK || in child_func()
/third_party/musl/src/network/
Dgetifaddrs.c114 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_ifaddr()
130 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_ifaddr()
Dnetlink.h31 #define RTM_NEWLINK 16 macro
Dif_nameindex.c33 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_nameindex()
/third_party/ltp/testcases/kernel/containers/share/
Dns_ifmove.c106 req.nh.nlmsg_type = RTM_NEWLINK; in main()
/third_party/ltp/lib/
Dtst_netdevice.c136 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/
Dpriv_netlink.h44 #define RTM_NEWLINK (RTM_BASE + 0) macro
Dnetlink.c60 case RTM_NEWLINK: in netlink_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Dpriv_netlink.h44 #define RTM_NEWLINK (RTM_BASE + 0) macro
Dnetlink.c60 case RTM_NEWLINK: in netlink_receive()
/third_party/musl/porting/liteos_a/user/src/network/
Dgetifaddrs.c123 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_ifaddr()
139 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_ifaddr()
Dif_nameindex.c34 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_nameindex()
/third_party/libnl/lib/route/
Dlink.c129 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/
Dops-netlink.c134 case RTM_NEWLINK: in rops_handle_POLLIN_netlink()
/third_party/libnl/doc/
Droute.txt50 | +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/
Dvlan_full.c730 case RTM_NEWLINK: in vlan_event_receive()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Dvlan_full.c730 case RTM_NEWLINK: in vlan_event_receive()
/third_party/toybox/toys/pending/
Dip.c631 request.mhdr.nlmsg_type = RTM_NEWLINK; in linkupdate()