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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.h 33 #define nl_sock nl_handle macro
38 struct nl_sock *nl;
  /external/nfacct/
nfacct.c 60 #define nl_sock nl_handle macro
186 struct nl_sock *handle;
253 struct nl_sock *handle;
328 struct nl_sock *handle;
396 struct nl_sock *handle;
491 struct nl_sock *handle;
  /external/libpcap/
pcap-linux.c 554 #define nl_sock nl_handle macro
583 struct nl_sock *nl_sock; member in struct:nl80211_state
593 state->nl_sock = nl_socket_alloc();
594 if (!state->nl_sock) {
600 if (genl_connect(state->nl_sock)) {
606 err = genl_ctrl_alloc_cache(state->nl_sock, &state->nl_cache);
626 nl_socket_free(state->nl_sock);
635 nl_socket_free(state->nl_sock);
663 err = nl_send_auto_complete(state->nl_sock, msg)
    [all...]
  /external/libnl/include/
netlink-types.h 30 struct nl_sock;
43 int (*cb_recvmsgs_ow)(struct nl_sock *,
48 int (*cb_recv_ow)(struct nl_sock *,
55 int (*cb_send_ow)(struct nl_sock *,
61 struct nl_sock struct
94 struct nl_sock * cm_handle;

Completed in 183 milliseconds