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 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;
getaddr.c 101 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)
nl.c 207 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;
cache.c 468 struct nl_cb *cb;
  /hardware/libhardware_legacy/include/hardware_legacy/
driver_nl80211.h 73 struct nl_cb *nl_cb; member in struct:nl80211_global
87 struct nl_cb *nl_cb; member in struct:nl80211_wiphy_data
115 struct nl_cb *nl_cb; member in struct:i802_bss
146 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;
  /external/libnl/include/
netlink-types.h 33 struct nl_cb struct
44 struct nl_cb *);
70 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)
  /system/extras/taskstats/
taskstats.c 94 struct nl_cb* callbacks = nl_cb_get(nl_cb_alloc(NL_CB_VALID));
156 struct nl_cb* callbacks = nl_cb_get(nl_cb_alloc(NL_CB_VALID));
  /hardware/qcom/wlan/qcwcn/wifi_hal/
wifi_hal.cpp 169 struct nl_cb *cb = nl_socket_get_cb(event_sock);
271 struct nl_cb *cb = nl_socket_get_cb(info->event_sock);
cpp_bindings.cpp 609 struct nl_cb *cb = nl_cb_alloc(NL_CB_DEFAULT);
gscan.cpp     [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211.c 125 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 *cb
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
wifi_hal.cpp 130 struct nl_cb *cb = nl_socket_get_cb(event_sock);
230 struct nl_cb *cb = nl_socket_get_cb(info->event_sock);
cpp_bindings.cpp 592 struct nl_cb *cb = nl_cb_alloc(NL_CB_DEFAULT);
  /external/nfacct/
nfacct.c 397 struct nl_cb *cb;

Completed in 314 milliseconds