/external/libnl/include/netlink/ |
D | 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, 128 extern void nl_cb_overwrite_recvmsgs(struct nl_cb *, 130 struct nl_cb *)); [all …]
|
D | 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 *);
|
/external/libnl/lib/ |
D | handlers.c | 205 struct nl_cb *nl_cb_alloc(enum nl_cb_kind kind) in nl_cb_alloc() 208 struct nl_cb *cb; in nl_cb_alloc() 233 struct nl_cb *nl_cb_clone(struct nl_cb *orig) in nl_cb_clone() 235 struct nl_cb *cb; in nl_cb_clone() 247 struct nl_cb *nl_cb_get(struct nl_cb *cb) in nl_cb_get() 254 void nl_cb_put(struct nl_cb *cb) in nl_cb_put() 285 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, in nl_cb_set() 314 int nl_cb_set_all(struct nl_cb *cb, enum nl_cb_kind kind, in nl_cb_set_all() 335 int nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, in nl_cb_err() 364 void nl_cb_overwrite_recvmsgs(struct nl_cb *cb, in nl_cb_overwrite_recvmsgs() argument [all …]
|
D | socket.c | 90 static struct nl_sock *__alloc_socket(struct nl_cb *cb) in __alloc_socket() 119 struct nl_cb *cb; in nl_socket_alloc() 137 struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb) in nl_socket_alloc_cb() 455 struct nl_cb *nl_socket_get_cb(struct nl_sock *sk) in nl_socket_get_cb() 460 void nl_socket_set_cb(struct nl_sock *sk, struct nl_cb *cb) in nl_socket_set_cb()
|
D | nl.c | 207 struct nl_cb *cb; in nl_sendmsg() 325 struct nl_cb *cb = sk->s_cb; in nl_send_auto_complete() 506 static int recvmsgs(struct nl_sock *sk, struct nl_cb *cb) in recvmsgs() 701 int nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb) in nl_recvmsgs() 737 struct nl_cb *cb; in nl_wait_for_ack()
|
/external/iw/ |
D | phy.c | 19 struct nl_cb *cb, in handle_name() 148 struct nl_cb *cb, struct nl_msg *msg, in handle_freq() 163 struct nl_cb *cb, struct nl_msg *msg, in handle_chan() 175 struct nl_cb *cb, struct nl_msg *msg, in handle_fragmentation() 207 struct nl_cb *cb, struct nl_msg *msg, in handle_rts() 239 struct nl_cb *cb, struct nl_msg *msg, in handle_retry() 321 struct nl_cb *cb, in handle_netns() 365 struct nl_cb *cb, in handle_coverage() 397 struct nl_cb *cb, in handle_distance() 445 struct nl_cb *cb, in handle_txpower() [all …]
|
D | interface.c | 168 struct nl_cb *cb, in handle_interface_add() 259 struct nl_cb *cb, in handle_interface_del() 377 struct nl_cb *cb, in handle_interface_info() 389 struct nl_cb *cb, in handle_interface_set() 420 struct nl_cb *cb, in handle_interface_meshid() 444 struct nl_cb *cb, in handle_dev_dump() 457 struct nl_cb *cb, in handle_interface_type() 484 struct nl_cb *cb, in handle_interface_4addr() 498 struct nl_cb *cb, in handle_interface_noack_map() 526 struct nl_cb *cb, in handle_interface_wds_peer() [all …]
|
D | hwsim.c | 55 static int handle_hwsim_getps(struct nl80211_state *state, struct nl_cb *cb, in handle_hwsim_getps() 77 static int handle_hwsim_setps(struct nl80211_state *state, struct nl_cb *cb, in handle_hwsim_setps() 109 static int handle_hwsim_stop_queues(struct nl80211_state *state, struct nl_cb *cb, in handle_hwsim_stop_queues() 131 static int handle_hwsim_wake_queues(struct nl80211_state *state, struct nl_cb *cb, in handle_hwsim_wake_queues()
|
D | connect.c | 12 static int iw_conn(struct nl80211_state *state, struct nl_cb *cb, in iw_conn() 62 struct nl_cb *cb, in disconnect() 73 static int iw_connect(struct nl80211_state *state, struct nl_cb *cb, in iw_connect() 149 static int iw_auth(struct nl80211_state *state, struct nl_cb *cb, in iw_auth()
|
D | p2p.c | 16 static int handle_p2p_start(struct nl80211_state *state, struct nl_cb *cb, in handle_p2p_start() 24 static int handle_p2p_stop(struct nl80211_state *state, struct nl_cb *cb, in handle_p2p_stop()
|
D | ocb.c | 10 static int join_ocb(struct nl80211_state *state, struct nl_cb *cb, in join_ocb() 66 static int leave_ocb(struct nl80211_state *state, struct nl_cb *cb, in leave_ocb()
|
D | ps.c | 12 struct nl_cb *cb, in set_power_save() 73 struct nl_cb *cb, in get_power_save()
|
D | mpath.c | 94 struct nl_cb *cb, in handle_mpath_get() 130 struct nl_cb *cb, in handle_mpath_set() 179 struct nl_cb *cb, in handle_mpath_dump()
|
D | mpp.c | 40 struct nl_cb *cb, in handle_mpp_get() 73 struct nl_cb *cb, in handle_mpp_dump()
|
D | reg.c | 79 struct nl_cb *cb, in handle_reg_set() 232 struct nl_cb *cb, in handle_reg_dump() 242 struct nl_cb *cb, in handle_reg_get()
|
D | coalesce.c | 19 static int handle_coalesce_enable(struct nl80211_state *state, struct nl_cb *cb, in handle_coalesce_enable() 188 handle_coalesce_disable(struct nl80211_state *state, struct nl_cb *cb, in handle_coalesce_disable() 277 static int handle_coalesce_show(struct nl80211_state *state, struct nl_cb *cb, in handle_coalesce_show()
|
D | station.c | 350 struct nl_cb *cb, in handle_station_get() 404 struct nl_cb *cb, in handle_station_set_plink() 454 struct nl_cb *cb, in handle_station_set_vlan() 502 struct nl_cb *cb, in handle_station_set_mesh_power_mode() 555 struct nl_cb *cb, in handle_station_dump()
|
D | link.c | 101 struct nl_cb *cb, in handle_scan_for_link() 202 struct nl_cb *cb, in handle_link_sta() 232 static int handle_link(struct nl80211_state *state, struct nl_cb *cb, in handle_link()
|
D | ibss.c | 20 struct nl_cb *cb, in join_ibss() 186 struct nl_cb *cb, in leave_ibss()
|
D | mesh.c | 296 struct nl_cb *cb, in set_interface_meshparam() 410 struct nl_cb *cb, in get_interface_meshparam() 435 static int join_mesh(struct nl80211_state *state, struct nl_cb *cb, in join_mesh() 614 static int leave_mesh(struct nl80211_state *state, struct nl_cb *cb, in leave_mesh()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.h | 34 struct nl_cb *nl_cb; member 48 struct nl_cb *nl_cb; member 77 struct nl_cb *nl_cb; member
|
/external/android-clat/ |
D | netlink_msg.c | 127 void send_netlink_msg(struct nl_msg *msg, struct nl_cb *callbacks) { in send_netlink_msg() 157 void send_ifaddrmsg(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa, struct nl_cb *callbacks) { in send_ifaddrmsg() 174 struct nl_cb *callbacks = NULL; in netlink_sendrecv()
|
D | 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);
|
D | netlink_callbacks.c | 57 struct nl_cb *alloc_ack_callbacks(int *retval) { in alloc_ack_callbacks() 58 struct nl_cb *callbacks; in alloc_ack_callbacks()
|
D | netlink_callbacks.h | 22 struct nl_cb *alloc_ack_callbacks(int *retval);
|