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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h43 RTM_GETNEIGH, enumerator in enum:__anon229
44 #define RTM_GETNEIGH RTM_GETNEIGH macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/selinux/
H A Dnlmsgtab.c46 { RTM_GETNEIGH, NETLINK_ROUTE_SOCKET__NLMSG_READ },
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtnetlink.h46 RTM_GETNEIGH, enumerator in enum:__anon10282
47 #define RTM_GETNEIGH RTM_GETNEIGH macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/ip/
H A Dipneigh.c397 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETNEIGH) < 0) {
427 if (rtnl_wilddump_request(&rth, filter.family, RTM_GETNEIGH) < 0) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Darpd.c317 if (n->nlmsg_type != RTM_GETNEIGH && n->nlmsg_type != RTM_NEWNEIGH)
346 if (n->nlmsg_type == RTM_GETNEIGH) {
429 rtnl_wilddump_request(&rth, AF_INET, RTM_GETNEIGH);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dneighbour.c2458 __neigh_notify(n, RTM_GETNEIGH, NLM_F_REQUEST);
2753 rtnl_register(PF_UNSPEC, RTM_GETNEIGH, NULL, neigh_dump_info);

Completed in 80 milliseconds