Searched refs:RTM_GETLINK (Results 1 – 8 of 8) sorted by relevance
/third_party/libnl/include/linux-private/linux/ |
D | rtnetlink.h | 32 RTM_GETLINK, enumerator 33 #define RTM_GETLINK RTM_GETLINK macro
|
/third_party/musl/src/network/ |
D | netlink.c | 48 r = __netlink_enumerate(fd, 1, RTM_GETLINK, link_af, cb, ctx); in __rtnetlink_enumerate()
|
D | netlink.h | 32 #define RTM_GETLINK 18 macro
|
/third_party/libnl/doc/ |
D | route.txt | 51 | Reply to +RTM_GETLINK+ request or notification of link added or updated 54 | +RTM_GETLINK+ | Retrieve link configuration and statistics | 74 +RTM_GETLINK+ requests to limit the returned links to a specific address 103 .RTM_GETLINK (user->kernel) 149 This message type is used in reply to a +RTM_GETLINK+ request and carries 185 construct and send a +RTM_GETLINK+ message requesting a dump of all links 244 It will construct and send a +RTM_GETLINK+ request using the parameters 264 to rtnl_link_get_kernel() will always trigger sending a +RTM_GETLINK+
|
D | core.txt | 1039 nl_send_simple(sock, RTM_GETLINK, NLM_F_DUMP, &rt_hdr, sizeof(rt_hdr));
|
/third_party/libnl/lib/route/ |
D | link.c | 810 msg = nlmsg_alloc_simple(RTM_GETLINK, NLM_F_DUMP); in link_request_update() 1384 if (!(msg = nlmsg_alloc_simple(RTM_GETLINK, 0))) in rtnl_link_build_get_request() 3225 { RTM_GETLINK, NL_ACT_GET, "get" },
|
/third_party/toybox/toys/pending/ |
D | ip.c | 972 request.mhdr.nlmsg_type = RTM_GETLINK; in link_show()
|
/third_party/NuttX/ |
D | ChangeLog | 27435 RTM_GETLINK command that is used to obtain a list of all devices in
|