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

  /external/libnl/include/netlink/
netlink.h 50 extern int nl_sendmsg(struct nl_sock *, struct nl_msg *,
  /external/libnl/lib/
nl.c 35 * // nl_sendmsg() provides additional control over the sendmsg() message
38 * nl_sendmsg(sk, nlmsg_hdr(msg), &hdr);
205 int nl_sendmsg(struct nl_sock *sk, struct nl_msg *msg, struct msghdr *hdr) function
232 * @see nl_sendmsg()
269 return nl_sendmsg(sk, msg, &hdr);
278 * @see nl_sendmsg()
doc.c 405 * nl_sendmsg(sk, msg, msghdr)

Completed in 154 milliseconds