Home
last modified time | relevance | path

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

/external/libnl/include/netlink/
Dsocket.h63 extern int nl_socket_set_nonblocking(const struct nl_sock *);
/external/libnl/lib/
Dcache_mngr.c171 if ((err = nl_socket_set_nonblocking(mngr->cm_sock)) < 0) in nl_cache_mngr_alloc()
Dsocket.c573 int nl_socket_set_nonblocking(const struct nl_sock *sk) in nl_socket_set_nonblocking() function
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c88 #undef nl_socket_set_nonblocking
89 #define nl_socket_set_nonblocking(h) android_nl_socket_set_nonblocking(h) macro
151 nl_socket_set_nonblocking(*handle); in nl80211_register_eloop_read()
/external/libnl/doc/
Dcore.txt819 int nl_socket_set_nonblocking(const struct nl_sock *sk);