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

  /external/libnl/lib/
socket.c 419 int nl_socket_set_nonblocking(struct nl_sock *sk) function
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 118 /* system/core/libnl_2 does not include nl_socket_set_nonblocking() */
123 #undef nl_socket_set_nonblocking macro
124 #define nl_socket_set_nonblocking(h) android_nl_socket_set_nonblocking(h) macro
169 nl_socket_set_nonblocking(*handle);
    [all...]

Completed in 90 milliseconds