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

1 2 3

  /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 57 struct nl_cb *alloc_ack_callbacks(int *retval) {
58 struct nl_cb *callbacks;
netlink_msg.c 127 void send_netlink_msg(struct nl_msg *msg, struct nl_cb *callbacks) {
157 void send_ifaddrmsg(uint16_t type, uint16_t flags, struct ifaddrmsg *ifa, struct nl_cb *callbacks) {
174 struct nl_cb *callbacks = NULL;
  /external/libnl/include/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 *);
  /external/libnl/lib/
handlers.c 20 * struct nl_cb *cb = nl_cb_alloc(NL_CB_VERBOSE);
205 struct nl_cb *nl_cb_alloc(enum nl_cb_kind kind)
208 struct nl_cb *cb;
233 struct nl_cb *nl_cb_clone(struct nl_cb *orig)
235 struct nl_cb *cb;
247 struct nl_cb *nl_cb_get(struct nl_cb *cb)
254 void nl_cb_put(struct nl_cb *cb)
285 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind
    [all...]
socket.c 90 static struct nl_sock *__alloc_socket(struct nl_cb *cb)
119 struct nl_cb *cb;
137 struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb)
455 struct nl_cb *nl_socket_get_cb(struct nl_sock *sk)
460 void nl_socket_set_cb(struct nl_sock *sk, struct nl_cb *cb)
  /external/iw/
p2p.c 16 static int handle_p2p_start(struct nl80211_state *state, struct nl_cb *cb,
24 static int handle_p2p_stop(struct nl80211_state *state, struct nl_cb *cb,
ocb.c 10 static int join_ocb(struct nl80211_state *state, struct nl_cb *cb,
66 static int leave_ocb(struct nl80211_state *state, struct nl_cb *cb,
ps.c 12 struct nl_cb *cb,
73 struct nl_cb *cb,
connect.c 12 static int iw_conn(struct nl80211_state *state, struct nl_cb *cb,
62 struct nl_cb *cb,
73 static int iw_connect(struct nl80211_state *state, struct nl_cb *cb,
149 static int iw_auth(struct nl80211_state *state, struct nl_cb *cb,
cqm.c 12 static int iw_cqm_rssi(struct nl80211_state *state, struct nl_cb *cb,
hwsim.c 55 static int handle_hwsim_getps(struct nl80211_state *state, struct nl_cb *cb,
77 static int handle_hwsim_setps(struct nl80211_state *state, struct nl_cb *cb,
109 static int handle_hwsim_stop_queues(struct nl80211_state *state, struct nl_cb *cb,
131 static int handle_hwsim_wake_queues(struct nl80211_state *state, struct nl_cb *cb,
offch.c 12 static int offchannel(struct nl80211_state *state, struct nl_cb *cb,
roc.c 16 static int handle_roc_start(struct nl80211_state *state, struct nl_cb *cb,
interface.c 168 struct nl_cb *cb,
259 struct nl_cb *cb,
377 struct nl_cb *cb,
389 struct nl_cb *cb,
420 struct nl_cb *cb,
444 struct nl_cb *cb,
457 struct nl_cb *cb,
484 struct nl_cb *cb,
498 struct nl_cb *cb,
526 struct nl_cb *cb
    [all...]
phy.c 19 struct nl_cb *cb,
148 struct nl_cb *cb, struct nl_msg *msg,
163 struct nl_cb *cb, struct nl_msg *msg,
175 struct nl_cb *cb, struct nl_msg *msg,
207 struct nl_cb *cb, struct nl_msg *msg,
239 struct nl_cb *cb, struct nl_msg *msg,
321 struct nl_cb *cb,
365 struct nl_cb *cb,
397 struct nl_cb *cb,
445 struct nl_cb *cb
    [all...]
mpp.c 40 struct nl_cb *cb,
73 struct nl_cb *cb,
mpath.c 94 struct nl_cb *cb,
130 struct nl_cb *cb,
179 struct nl_cb *cb,
ibss.c 20 struct nl_cb *cb,
186 struct nl_cb *cb,
survey.c 72 struct nl_cb *cb,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.h 39 struct nl_cb *cb;
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.h 34 struct nl_cb *nl_cb; member in struct:nl80211_global
48 struct nl_cb *nl_cb; member in struct:nl80211_wiphy_data
77 struct nl_cb *nl_cb; member in struct:i802_bss

Completed in 127 milliseconds

1 2 3