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

  /external/libnl/include/netlink/
socket.h 57 extern int nl_socket_get_fd(struct nl_sock *);
  /external/libnl/src/
nf-log.c 127 maxfd = nffd = nl_socket_get_fd(nf_sock);
130 rtfd = nl_socket_get_fd(rt_sock);
nf-queue.c 152 maxfd = nffd = nl_socket_get_fd(nf_sock);
155 rtfd = nl_socket_get_fd(rt_sock);
nf-monitor.c 91 fd = nl_socket_get_fd(sock);
nl-monitor.c 101 fd = nl_socket_get_fd(sock);
  /external/android-clat/
netlink_msg.c 118 int sockfd = nl_socket_get_fd(nl_sk);
  /external/libnl/lib/
cache_mngr.c 297 return nl_socket_get_fd(mngr->cm_handle);
319 .fd = nl_socket_get_fd(mngr->cm_handle),
socket.c 408 int nl_socket_get_fd(struct nl_sock *sk) function
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_android.c 187 return fcntl(nl_socket_get_fd(handle), F_SETFL, O_NONBLOCK);
driver_nl80211.c 151 eloop_register_read_sock(nl_socket_get_fd(*handle), handler,
160 eloop_unregister_read_sock(nl_socket_get_fd(*handle));
    [all...]
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 609 pfd[0].fd = nl_socket_get_fd(info->event_sock);
612 pfd[1].fd = nl_socket_get_fd(info->user_sock);
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 360 pfd[0].fd = nl_socket_get_fd(info->event_sock);

Completed in 203 milliseconds