HomeSort by relevance Sort by last modified time
    Searched defs:nl_sock (Results 1 - 6 of 6) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.h 33 #define nl_sock nl_handle macro
38 struct nl_sock *nl;
  /external/iw/
iw.h 18 # define nl_sock nl_handle macro
22 struct nl_sock *nl_sock; member in struct:nl80211_state
156 int nl_get_multicast_id(struct nl_sock *sock, const char *family, const char *group);
  /external/nfacct/
nfacct.c 62 #define nl_sock nl_handle macro
190 struct nl_sock *handle;
257 struct nl_sock *handle;
332 struct nl_sock *handle;
400 struct nl_sock *handle;
495 struct nl_sock *handle;
  /external/autotest/client/deps/iwcap/src/
iwcap.c 30 # define nl_sock nl_handle macro
37 static inline void nl_socket_free(struct nl_sock *h)
42 static inline int __genl_ctrl_alloc_cache(struct nl_sock *h, struct nl_cache **cache)
54 struct nl_sock *nl_sock; member in struct:nl80211_state
63 state->nl_sock = nl_socket_alloc();
64 if (!state->nl_sock) {
69 if (genl_connect(state->nl_sock)) {
75 if (genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache)) {
93 nl_socket_free(state->nl_sock);
    [all...]
  /external/libpcap/
pcap-linux.c 594 #define nl_sock nl_handle macro
623 struct nl_sock *nl_sock; member in struct:nl80211_state
633 state->nl_sock = nl_socket_alloc();
634 if (!state->nl_sock) {
640 if (genl_connect(state->nl_sock)) {
646 err = genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache);
666 nl_socket_free(state->nl_sock);
675 nl_socket_free(state->nl_sock);
708 err = nl_send_auto_complete(state->nl_sock, msg)
    [all...]
  /external/libnl/include/netlink-private/
types.h 35 struct nl_sock;
49 int (*cb_recvmsgs_ow)(struct nl_sock *,
54 int (*cb_recv_ow)(struct nl_sock *,
61 int (*cb_send_ow)(struct nl_sock *,
69 struct nl_sock struct
106 struct nl_sock * cm_sock;
107 struct nl_sock * cm_sync_sock;

Completed in 126 milliseconds