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

  /external/android-clat/
netlink_callbacks.h 22 struct nl_cb *alloc_ack_callbacks(int *retval);
netlink_msg.h 25 void send_netlink_msg(struct nl_msg *msg, struct nl_cb *callbacks);
26 void send_ifaddrmsg(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa, struct nl_cb *callbacks);
netlink_callbacks.c 56 struct nl_cb *alloc_ack_callbacks(int *retval) {
57 struct nl_cb *callbacks;
netlink_msg.c 126 void send_netlink_msg(struct nl_msg *msg, struct nl_cb *callbacks) {
156 void send_ifaddrmsg(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa, struct nl_cb *callbacks) {
173 struct nl_cb *callbacks = NULL;
getaddr.c 99 struct nl_cb *callbacks = NULL;
getroute.c 107 struct nl_cb *callbacks = NULL;
  /external/libnl-headers/netlink/
handlers.h 25 struct nl_cb;
116 extern struct nl_cb * nl_cb_alloc(enum nl_cb_kind);
117 extern struct nl_cb * nl_cb_clone(struct nl_cb *);
118 extern struct nl_cb * nl_cb_get(struct nl_cb *);
119 extern void nl_cb_put(struct nl_cb *);
121 extern int nl_cb_set(struct nl_cb *, enum nl_cb_type, enum nl_cb_kind,
123 extern int nl_cb_set_all(struct nl_cb *, enum nl_cb_kind,
125 extern int nl_cb_err(struct nl_cb *, enum nl_cb_kind, nl_recvmsg_err_cb_t
    [all...]
socket.h 23 extern struct nl_sock * nl_socket_alloc_cb(struct nl_cb *);
41 extern struct nl_cb * nl_socket_get_cb(struct nl_sock *);
43 struct nl_cb *);
netlink.h 67 extern int nl_recvmsgs(struct nl_sock *, struct nl_cb *);
  /system/core/libnl_2/
handlers.c 24 struct nl_cb *nl_cb_alloc(enum nl_cb_kind kind)
26 struct nl_cb *cb;
28 cb = (struct nl_cb *) malloc(sizeof(struct nl_cb));
39 struct nl_cb *nl_cb_clone(struct nl_cb *orig)
41 struct nl_cb *new_cb;
57 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, \
68 int nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, \
77 struct nl_cb *nl_cb_get(struct nl_cb *cb
    [all...]
socket.c 38 struct nl_cb *cb;
72 struct nl_cb *cb;
88 struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb)
131 void nl_socket_set_cb(struct nl_sock *sk, struct nl_cb *cb)
138 struct nl_cb *nl_socket_get_cb(struct nl_sock *sk)
netlink.c 105 int nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb)
  /hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/
driver_nl80211.h 69 struct nl_cb *nl_cb; member in struct:nl80211_global
83 struct nl_cb *nl_cb; member in struct:nl80211_wiphy_data
105 struct nl_cb *nl_cb; member in struct:i802_bss
129 struct nl_cb *nl_cb; member in struct:wpa_driver_nl80211_data
  /hardware/qcom/wlan/qcwcn/wpa_supplicant_8_lib/
driver_nl80211.h 69 struct nl_cb *nl_cb; member in struct:nl80211_global
83 struct nl_cb *nl_cb; member in struct:nl80211_wiphy_data
105 struct nl_cb *nl_cb; member in struct:i802_bss
129 struct nl_cb *nl_cb; member in struct:wpa_driver_nl80211_data
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.h 39 struct nl_cb *cb;
  /hardware/ti/wlan/mac80211/ti-utils/
misc_cmds.c 20 struct nl_cb *cb,
81 struct nl_cb *cb,
121 static int get_nvs_mac(struct nl80211_state *state, struct nl_cb *cb,
158 static int set_nvs_mac(struct nl80211_state *state, struct nl_cb *cb,
223 static int set_ref_nvs(struct nl80211_state *state, struct nl_cb *cb,
262 static int set_ref_nvs2(struct nl80211_state *state, struct nl_cb *cb,
305 static int set_upd_nvs(struct nl80211_state *state, struct nl_cb *cb,
346 static int get_dump_nvs(struct nl80211_state *state, struct nl_cb *cb,
373 static int set_autofem(struct nl80211_state *state, struct nl_cb *cb,
408 static int set_fem_manuf(struct nl80211_state *state, struct nl_cb *cb
    [all...]
plt.c 42 static int plt_power_mode(struct nl80211_state *state, struct nl_cb *cb,
84 static int plt_tune_channel(struct nl80211_state *state, struct nl_cb *cb,
122 static int plt_ref_point(struct nl80211_state *state, struct nl_cb *cb,
215 static int plt_tx_bip(struct nl80211_state *state, struct nl_cb *cb,
267 static int plt_tx_tone(struct nl80211_state *state, struct nl_cb *cb,
306 static int plt_tx_cont(struct nl80211_state *state, struct nl_cb *cb,
379 static int plt_tx_stop(struct nl80211_state *state, struct nl_cb *cb,
409 static int plt_start_rx_statcs(struct nl80211_state *state, struct nl_cb *cb,
439 static int plt_stop_rx_statcs(struct nl80211_state *state, struct nl_cb *cb,
469 static int plt_reset_rx_statcs(struct nl80211_state *state, struct nl_cb *cb
    [all...]
calibrator.h 51 struct nl_cb *cb,
calibrator.c 211 struct nl_cb *cb,
282 struct nl_cb *cb;
  /hardware/ti/wlan/mac80211/wpa_supplicant_lib/
driver_nl80211.h 108 struct nl_cb *nl_cb; member in struct:wpa_driver_nl80211_data
driver_mac80211.c     [all...]
  /external/libnl-headers/
netlink-types.h 36 struct nl_cb struct
47 struct nl_cb *);
73 struct nl_cb * s_cb;
netlink-local.h 111 static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg)
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 112 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg)
161 struct nl_cb *nl_cb; member in struct:nl80211_global
175 struct nl_cb *nl_cb; member in struct:nl80211_wiphy_data
199 struct nl_cb *nl_cb; member in struct:i802_bss
225 struct nl_cb *nl_cb; member in struct:wpa_driver_nl80211_data
424 struct nl_cb *cb
    [all...]

Completed in 357 milliseconds