Home
last modified time | relevance | path

Searched refs:nl_socket_set_nonblocking (Results 1 – 4 of 4) sorted by relevance

/external/libnl/include/netlink/
Dsocket.h58 extern int nl_socket_set_nonblocking(struct nl_sock *);
/external/libnl/lib/
Dcache_mngr.c180 if ((err = nl_socket_set_nonblocking(mngr->cm_handle) < 0)) in nl_cache_mngr_alloc()
Dsocket.c419 int nl_socket_set_nonblocking(struct nl_sock *sk) in nl_socket_set_nonblocking() function
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c87 #undef nl_socket_set_nonblocking
88 #define nl_socket_set_nonblocking(h) android_nl_socket_set_nonblocking(h) macro
150 nl_socket_set_nonblocking(*handle); in nl80211_register_eloop_read()