Searched refs:nl_cb (Results 1 - 18 of 18) sorted by relevance

/external/android-clat/
H A Dnetlink_callbacks.h22 struct nl_cb *alloc_ack_callbacks(int *retval);
H A Dnetlink_msg.h25 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);
H A Dnetlink_callbacks.c57 struct nl_cb *alloc_ack_callbacks(int *retval) {
58 struct nl_cb *callbacks;
H A Dnetlink_msg.c127 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;
H A Dgetaddr.c101 struct nl_cb *callbacks = NULL;
/external/libnl/include/netlink/
H A Dhandlers.h25 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 *, enu
[all...]
H A Dsocket.h23 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 *);
H A Dnetlink.h67 extern int nl_recvmsgs(struct nl_sock *, struct nl_cb *);
/external/libnl/lib/
H A Dhandlers.c20 * 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 *c
[all...]
H A Dsocket.c90 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)
H A Dnl.c207 struct nl_cb *cb;
325 struct nl_cb *cb = sk->s_cb;
506 static int recvmsgs(struct nl_sock *sk, struct nl_cb *cb)
701 int nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb)
737 struct nl_cb *cb;
H A Dcache.c468 struct nl_cb *cb;
/external/libnl/include/
H A Dnetlink-types.h33 struct nl_cb struct
44 struct nl_cb *);
70 struct nl_cb * s_cb;
H A Dnetlink-local.h111 static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg)
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c125 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg)
201 struct nl_cb *nl_cb; member in struct:nl80211_global
215 struct nl_cb *nl_cb; member in struct:nl80211_wiphy_data
245 struct nl_cb *nl_cb; member in struct:i802_bss
276 struct nl_cb *nl_cb; member in struct:wpa_driver_nl80211_data
637 struct nl_cb *c
[all...]
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c125 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg)
201 struct nl_cb *nl_cb; member in struct:nl80211_global
215 struct nl_cb *nl_cb; member in struct:nl80211_wiphy_data
245 struct nl_cb *nl_cb; member in struct:i802_bss
276 struct nl_cb *nl_cb; member in struct:wpa_driver_nl80211_data
637 struct nl_cb *c
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c125 static struct nl_handle * nl_create_handle(struct nl_cb *cb, const char *dbg)
201 struct nl_cb *nl_cb; member in struct:nl80211_global
215 struct nl_cb *nl_cb; member in struct:nl80211_wiphy_data
245 struct nl_cb *nl_cb; member in struct:i802_bss
276 struct nl_cb *nl_cb; member in struct:wpa_driver_nl80211_data
637 struct nl_cb *c
[all...]
/external/nfacct/
H A Dnfacct.c397 struct nl_cb *cb;

Completed in 287 milliseconds