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

  /external/libnl/include/netlink/
socket.h 63 extern int nl_socket_set_nonblocking(const struct nl_sock *);
  /external/libnl/lib/
cache_mngr.c 171 if ((err = nl_socket_set_nonblocking(mngr->cm_sock)) < 0)
socket.c 573 int nl_socket_set_nonblocking(const struct nl_sock *sk) function
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 87 /* system/core/libnl_2 does not include nl_socket_set_nonblocking() */
88 #undef nl_socket_set_nonblocking macro
89 #define nl_socket_set_nonblocking(h) android_nl_socket_set_nonblocking(h) macro
151 nl_socket_set_nonblocking(*handle);
    [all...]

Completed in 631 milliseconds