Home
last modified time | relevance | path

Searched refs:RTM_GETLINK (Results 1 – 8 of 8) sorted by relevance

/third_party/libnl/include/linux-private/linux/
Drtnetlink.h32 RTM_GETLINK, enumerator
33 #define RTM_GETLINK RTM_GETLINK macro
/third_party/musl/src/network/
Dnetlink.c48 r = __netlink_enumerate(fd, 1, RTM_GETLINK, link_af, cb, ctx); in __rtnetlink_enumerate()
Dnetlink.h32 #define RTM_GETLINK 18 macro
/third_party/libnl/doc/
Droute.txt51 | 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+
Dcore.txt1039 nl_send_simple(sock, RTM_GETLINK, NLM_F_DUMP, &rt_hdr, sizeof(rt_hdr));
/third_party/libnl/lib/route/
Dlink.c810 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/
Dip.c972 request.mhdr.nlmsg_type = RTM_GETLINK; in link_show()
/third_party/NuttX/
DChangeLog27435 RTM_GETLINK command that is used to obtain a list of all devices in