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

  /external/libnl/include/netlink/
socket.h 22 extern struct nl_sock * nl_socket_alloc(void);
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.c 27 static inline struct nl_handle *nl_socket_alloc(void) function
66 dhd_nli->nl = nl_socket_alloc();
  /external/nfacct/
nfacct.c 61 #define nl_socket_alloc nl_handle_alloc macro
222 handle = nl_socket_alloc();
283 handle = nl_socket_alloc();
364 handle = nl_socket_alloc();
444 handle = nl_socket_alloc();
518 handle = nl_socket_alloc();
  /external/wpa_supplicant_8/src/ap/
vlan_util.c 55 handle = nl_socket_alloc();
147 handle = nl_socket_alloc();
  /external/libnl/src/lib/
utils.c 79 if (!(sock = nl_socket_alloc()))
  /external/android-clat/
netlink_msg.c 130 nl_sk = nl_socket_alloc();
  /external/libnl/lib/netfilter/
queue.c 31 nlsk = nl_socket_alloc();
  /external/libnl/lib/
socket.c 117 struct nl_sock *nl_socket_alloc(void) function
  /system/extras/taskstats/
taskstats.c 351 struct nl_sock* netlink_socket = nl_socket_alloc();
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 83 struct nl_sock *sock = nl_socket_alloc();
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 105 struct nl_sock *sock = nl_socket_alloc();
    [all...]
  /external/libpcap/
configure     [all...]
pcap-linux.c 557 nl_socket_alloc(void) function
593 state->nl_sock = nl_socket_alloc();
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c     [all...]

Completed in 285 milliseconds