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

1 2

  /external/libnl/tests/
test-socket-creation.c 9 h[0] = nl_socket_alloc();
13 h[0] = nl_socket_alloc();
19 h[i] = nl_socket_alloc();
test-delete-link.c 10 sk = nl_socket_alloc();
test-create-bond.c 11 sk = nl_socket_alloc();
test-create-ip6tnl.c 12 sk = nl_socket_alloc();
test-create-macvlan.c 13 sk = nl_socket_alloc();
test-create-veth.c 12 sk = nl_socket_alloc();
test-create-vlan.c 12 sk = nl_socket_alloc();
test-create-vxlan.c 12 sk = nl_socket_alloc();
test-create-bridge.c 34 sk = nl_socket_alloc();
test-create-ipgre.c 12 sk = nl_socket_alloc();
test-create-ipip.c 12 sk = nl_socket_alloc();
test-create-ipvti.c 12 sk = nl_socket_alloc();
test-create-sit.c 12 sk = nl_socket_alloc();
  /external/wpa_supplicant_8/src/ap/
vlan_util.c 46 handle = nl_socket_alloc();
132 handle = nl_socket_alloc();
  /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/libnl/include/netlink/
socket.h 22 extern struct nl_sock * nl_socket_alloc(void);
  /external/nfacct/
nfacct.c 63 #define nl_socket_alloc nl_handle_alloc macro
226 handle = nl_socket_alloc();
287 handle = nl_socket_alloc();
368 handle = nl_socket_alloc();
448 handle = nl_socket_alloc();
522 handle = nl_socket_alloc();
  /external/android-clat/
netlink_msg.c 130 nl_sk = nl_socket_alloc();
  /external/libnl/src/lib/
utils.c 103 if (!(sock = nl_socket_alloc()))
  /external/libnl/lib/netfilter/
queue.c 31 nlsk = nl_socket_alloc();
  /test/vts-testcase/security/poc/target/kernel_wifi/32219453/
poc.cpp 246 nl_sk = nl_socket_alloc();
  /test/vts-testcase/security/poc/target/kernel_wifi/32402310/
poc.cpp 170 nl_sk = nl_socket_alloc();
  /external/libnl/lib/
cache_mngr.c 150 if (!(sk = nl_socket_alloc()))
175 mngr->cm_sync_sock = nl_socket_alloc();
  /external/autotest/client/deps/iwcap/src/
iwcap.c 32 static inline struct nl_handle *nl_socket_alloc(void) function
63 state->nl_sock = nl_socket_alloc();
  /external/iw/
iw.c 28 static inline struct nl_handle *nl_socket_alloc(void) function
51 state->nl_sock = nl_socket_alloc();

Completed in 427 milliseconds

1 2