Searched refs:RTM_GETNEIGH (Results 1 - 6 of 6) sorted by relevance

/external/iproute2/include/linux/
H A Drtnetlink.h54 RTM_GETNEIGH, enumerator in enum:__anon22342
55 #define RTM_GETNEIGH RTM_GETNEIGH macro
/external/libnl/include/linux/
H A Drtnetlink.h46 RTM_GETNEIGH, enumerator in enum:__anon24485
47 #define RTM_GETNEIGH RTM_GETNEIGH macro
/external/kernel-headers/original/uapi/linux/
H A Drtnetlink.h54 RTM_GETNEIGH, enumerator in enum:__anon23344
55 #define RTM_GETNEIGH RTM_GETNEIGH macro
/external/iproute2/ip/
H A Dipneigh.c396 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETNEIGH) < 0) {
430 if (rtnl_dump_request(&rth, RTM_GETNEIGH, &ndm, sizeof(struct ndmsg)) < 0) {
/external/libnl/lib/route/
H A Dneigh.c327 return nl_rtgen_request(h, RTM_GETNEIGH, AF_UNSPEC, NLM_F_DUMP);
867 { RTM_GETNEIGH, NL_ACT_GET, "get" },
/external/iproute2/misc/
H A Darpd.c319 if (n->nlmsg_type != RTM_GETNEIGH && n->nlmsg_type != RTM_NEWNEIGH)
348 if (n->nlmsg_type == RTM_GETNEIGH) {
431 rtnl_wilddump_request(&rth, AF_INET, RTM_GETNEIGH);

Completed in 1924 milliseconds