Home
last modified time | relevance | path

Searched refs:nl_socket_alloc (Results 1 – 13 of 13) sorted by relevance

/external/nfacct/
Dnfacct.c61 #define nl_socket_alloc nl_handle_alloc macro
222 handle = nl_socket_alloc(); in nfacct_cmd_list()
283 handle = nl_socket_alloc(); in _nfacct_cmd_add()
364 handle = nl_socket_alloc(); in nfacct_cmd_delete()
444 handle = nl_socket_alloc(); in nfacct_cmd_get()
518 handle = nl_socket_alloc(); in nfacct_cmd_flush()
/external/wpa_supplicant_8/src/ap/
Dvlan_util.c46 handle = nl_socket_alloc(); in vlan_add()
132 handle = nl_socket_alloc(); in vlan_rem()
/external/libnl/include/netlink/
Dsocket.h22 extern struct nl_sock * nl_socket_alloc(void);
/external/libnl/src/lib/
Dutils.c79 if (!(sock = nl_socket_alloc())) in nl_cli_alloc_socket()
/external/android-clat/
Dnetlink_msg.c130 nl_sk = nl_socket_alloc(); in send_netlink_msg()
/external/iw/
Diw.c28 static inline struct nl_handle *nl_socket_alloc(void) in nl_socket_alloc() function
51 state->nl_sock = nl_socket_alloc(); in nl80211_init()
/external/autotest/client/deps/iwcap/src/
Diwcap.c32 static inline struct nl_handle *nl_socket_alloc(void) in nl_socket_alloc() function
63 state->nl_sock = nl_socket_alloc(); in nl80211_init()
/external/libnl/lib/netfilter/
Dqueue.c31 nlsk = nl_socket_alloc(); in nfnl_queue_socket_alloc()
/external/libnl/lib/
Dsocket.c117 struct nl_sock *nl_socket_alloc(void) in nl_socket_alloc() function
/external/libpcap/
Dconfigure5569 char nl_socket_alloc ();
5573 return nl_socket_alloc ();
5633 char nl_socket_alloc ();
5637 return nl_socket_alloc ();
Dconfigure.in469 AC_CHECK_LIB(nl-3, nl_socket_alloc,
487 AC_CHECK_LIB(nl, nl_socket_alloc,
Dpcap-linux.c587 nl_socket_alloc(void) in nl_socket_alloc() function
623 state->nl_sock = nl_socket_alloc(); in nl80211_init()
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c5976 drv->rtnl_sk = nl_socket_alloc(); in i802_init()