Home
last modified time | relevance | path

Searched refs:RTM_SETNEIGHTBL (Results 1 – 7 of 7) sorted by relevance

/external/strace/xlat/
Dnl_route_types.h104 #if !(defined(RTM_SETNEIGHTBL) || (defined(HAVE_DECL_RTM_SETNEIGHTBL) && HAVE_DECL_RTM_SETNEIGHTBL))
105 # define RTM_SETNEIGHTBL 67 macro
213 XLAT(RTM_SETNEIGHTBL),
Dnl_route_types.in47 RTM_SETNEIGHTBL 67
/external/libnl/include/linux-private/linux/
Drtnetlink.h105 RTM_SETNEIGHTBL, enumerator
106 #define RTM_SETNEIGHTBL RTM_SETNEIGHTBL macro
/external/iproute2/include/linux/
Drtnetlink.h105 RTM_SETNEIGHTBL, enumerator
106 #define RTM_SETNEIGHTBL RTM_SETNEIGHTBL macro
/external/kernel-headers/original/uapi/linux/
Drtnetlink.h105 RTM_SETNEIGHTBL, enumerator
106 #define RTM_SETNEIGHTBL RTM_SETNEIGHTBL macro
/external/libnl/lib/route/
Dneightbl.c469 m = nlmsg_alloc_simple(RTM_SETNEIGHTBL, 0); in rtnl_neightbl_build_change_request()
807 { RTM_SETNEIGHTBL, NL_ACT_SET, "set" },
/external/iproute2/ip/
Dipntable.c653 return ipntable_modify(RTM_SETNEIGHTBL, in do_ipntable()