Home
last modified time | relevance | path

Searched refs:decode_ndtmsg (Results 1 – 4 of 4) sorted by relevance

/external/strace/
Dnetlink_route.c78 [RTM_GETNEIGHTBL - RTM_BASE] = decode_ndtmsg,
79 [RTM_NEWNEIGHTBL - RTM_BASE] = decode_ndtmsg,
80 [RTM_SETNEIGHTBL - RTM_BASE] = decode_ndtmsg,
Dnetlink_route.h49 extern DECL_NETLINK_ROUTE_DECODER(decode_ndtmsg);
Drtnl_neightbl.c162 DECL_NETLINK_ROUTE_DECODER(decode_ndtmsg) in DECL_NETLINK_ROUTE_DECODER() argument
DChangeLog11778 (decode_ndtmsg): Use ndtmsg_nla_decoders.
12550 (decode_ndtmsg): Call decode_nlattr.
12824 * netlink_route.h (decode_ndtmsg): New prototype.