Searched refs:RTM_NEWLINK (Results 1 - 20 of 20) sorted by relevance
/third_party/ltp/testcases/kernel/containers/netns/ |
H A D | netns_netlink.c | 72 if (nlh->nlmsg_type == RTM_NEWLINK || in child_func()
|
/third_party/musl/src/network/ |
H A D | netlink.h | 31 #define RTM_NEWLINK 16 macro
|
H A D | getifaddrs.c | 119 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_ifaddr() 137 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_ifaddr()
|
H A D | if_nameindex.c | 33 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_nameindex()
|
/third_party/ltp/testcases/lib/ |
H A D | tst_ns_ifmove.c | 72 req.nh.nlmsg_type = RTM_NEWLINK; in main()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | priv_netlink.h | 44 #define RTM_NEWLINK (RTM_BASE + 0) macro
|
H A D | netlink.c | 60 case RTM_NEWLINK: in netlink_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | priv_netlink.h | 44 #define RTM_NEWLINK (RTM_BASE + 0) macro
|
H A D | netlink.c | 60 case RTM_NEWLINK: in netlink_receive()
|
/third_party/ltp/lib/ |
H A D | tst_netdevice.c | 137 ctx = create_request(file, lineno, RTM_NEWLINK, in tst_create_veth_pair() 181 ctx = create_request(file, lineno, RTM_NEWLINK, in tst_netdev_add_device() 334 ctx = create_request(file, lineno, RTM_NEWLINK, 0, &info, sizeof(info)); in change_ns()
|
/third_party/ltp/testcases/kernel/containers/share/ |
H A D | ns_ifmove.c | 106 req.nh.nlmsg_type = RTM_NEWLINK; in main()
|
/third_party/musl/porting/liteos_a/user/src/network/ |
H A D | if_nameindex.c | 34 if (h->nlmsg_type == RTM_NEWLINK) { in netlink_msg_to_nameindex()
|
H A 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()
|
/third_party/musl/src/network/liteos_a/ |
H A 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()
|
/third_party/libwebsockets/lib/roles/netlink/ |
H A D | ops-netlink.c | 134 case RTM_NEWLINK: in rops_handle_POLLIN_netlink()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | vlan_full.c | 730 case RTM_NEWLINK: in vlan_event_receive()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | vlan_full.c | 730 case RTM_NEWLINK: in vlan_event_receive()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
H A D | mod.rs | 2868 pub const RTM_NEWLINK: u16 = 16; consts
|
/third_party/toybox/toys/pending/ |
H A D | ip.c | 633 request.mhdr.nlmsg_type = RTM_NEWLINK; in linkupdate()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
H A D | mod.rs | 2813 pub const RTM_NEWLINK: u16 = 16; consts
|
Completed in 58 milliseconds