HomeSort by relevance Sort by last modified time
    Searched refs:rtnl_neigh_set_ifindex (Results 1 - 3 of 3) sorted by null

  /external/libnl/include/netlink/route/
neighbour.h 57 extern void rtnl_neigh_set_ifindex(struct rtnl_neigh *,
  /external/libnl/src/lib/
neigh.c 63 rtnl_neigh_set_ifindex(neigh, ival);
  /external/libnl/lib/route/
neigh.c 43 * - interface index (rtnl_neigh_set_ifindex())
81 * rtnl_neigh_set_ifindex(neigh, ifindex);
105 * rtnl_neigh_set_ifindex(neigh, ifindex);
127 * rtnl_neigh_set_ifindex(neigh, ifindex);
548 * - Interface index (rtnl_neigh_set_ifindex())
572 * - Interface index (rtnl_neigh_set_ifindex())
751 void rtnl_neigh_set_ifindex(struct rtnl_neigh *neigh, int ifindex) function

Completed in 250 milliseconds