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

  /external/libnl/include/netlink/
netlink.h 52 extern int nl_send(struct nl_sock *, struct nl_msg *);
  /external/libnl/lib/
nl.c 30 * // A more comfortable interface is nl_send() taking a pointer to
33 * nl_send(sk, nlmsg_hdr(msg));
281 int nl_send(struct nl_sock *sk, struct nl_msg *msg) function
320 * @see nl_send()
332 return nl_send(sk, msg);
  /system/extras/taskstats/
taskstats.c 60 int result = nl_send(netlink_socket, message);

Completed in 77 milliseconds