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

  /external/libnl/include/netlink/
netlink.h 63 extern int nl_recv(struct nl_sock *,
  /external/libnl/lib/
nl.c 55 * // nl_recv() receives a single message allocating a buffer for the message
59 * nl_recv(sk, &peer, &msg);
399 int nl_recv(struct nl_sock *sk, struct sockaddr_nl *nla, function
520 n = nl_recv(sk, &nla, &buf, &creds);
691 * Repeatedly calls nl_recv() or the respective replacement if provided
694 * callbacks returns NL_STOP or nl_recv returns either 0 or a negative error code.
699 * @return 0 on success or a negative error code from nl_recv().
handlers.c 371 * Overwrite internal calls to nl_recv()
373 * @arg func replacement callback for nl_recv()
doc.c 340 * | [Application provides nl_recv() replacement]
342 * | nl_recv() cb->cb_recv_ow()
cache.c 35 * | | | nl_recv |
msg.c 150 * n = nl_recv(handle, NULL, &buf);
  /external/libnl/
ChangeLog 57 o Fix wrong msg_namelen in nl_recv()
280 o fix memory leak in nl_recv in case of errors
333 calls to nl_recv and nl_send.
  /external/libnl/include/
netlink-types.h 46 /** Overwrite internal calls to nl_recv, must return the number of

Completed in 199 milliseconds