Searched refs:nl_socket_set_nonblocking (Results 1 - 6 of 6) sorted by relevance

/external/libnl/include/netlink/
H A Dsocket.h63 extern int nl_socket_set_nonblocking(const struct nl_sock *);
/external/libnl/lib/
H A Dcache_mngr.c171 if ((err = nl_socket_set_nonblocking(mngr->cm_sock)) < 0)
H A Dsocket.c573 int nl_socket_set_nonblocking(const struct nl_sock *sk) function
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c87 /* 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);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c87 /* 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);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c87 /* 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);

Completed in 410 milliseconds