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

  /external/libnl/include/netlink/
netlink.h 49 extern int nl_sendto(struct nl_sock *, void *, size_t);
  /external/libnl/lib/
nl.c 24 * // The most rudimentary method is to use nl_sendto() simply pushing
28 * nl_sendto(sk, buf, sizeof(buf));
186 int nl_sendto(struct nl_sock *sk, void *buf, size_t size) function

Completed in 34 milliseconds