Searched defs:nl_send_iovec (Results 1 - 1 of 1) sorted by relevance

/external/libnl/lib/
H A Dnl.c235 int nl_send_iovec(struct nl_sock *sk, struct nl_msg *msg, struct iovec *iov, unsigned iovlen) function
288 return nl_send_iovec(sk, msg, &iov, 1);

Completed in 67 milliseconds