/external/libnl-headers/netlink/ |
D | msg.h | 43 struct nl_msg; 72 extern struct nl_msg * nlmsg_alloc(void); 73 extern struct nl_msg * nlmsg_alloc_size(size_t); 74 extern struct nl_msg * nlmsg_alloc_simple(int, int); 76 extern struct nl_msg * nlmsg_inherit(struct nlmsghdr *); 77 extern struct nl_msg * nlmsg_convert(struct nlmsghdr *); 78 extern void * nlmsg_reserve(struct nl_msg *, size_t, int); 79 extern int nlmsg_append(struct nl_msg *, void *, size_t, int); 80 extern int nlmsg_expand(struct nl_msg *, size_t); 82 extern struct nlmsghdr * nlmsg_put(struct nl_msg *, uint32_t, uint32_t, [all …]
|
D | attr.h | 24 struct nl_msg; 95 extern struct nlattr * nla_reserve(struct nl_msg *, int, int); 96 extern int nla_put(struct nl_msg *, int, int, const void *); 97 extern int nla_put_data(struct nl_msg *, int, struct nl_data *); 98 extern int nla_put_addr(struct nl_msg *, int, struct nl_addr *); 102 extern int nla_put_u8(struct nl_msg *, int, uint8_t); 104 extern int nla_put_u16(struct nl_msg *, int, uint16_t); 106 extern int nla_put_u32(struct nl_msg *, int, uint32_t); 108 extern int nla_put_u64(struct nl_msg *, int, uint64_t); 113 extern int nla_put_string(struct nl_msg *, int, const char *); [all …]
|
D | netlink.h | 50 extern int nl_sendmsg(struct nl_sock *, struct nl_msg *, 52 extern int nl_send(struct nl_sock *, struct nl_msg *); 53 extern int nl_send_iovec(struct nl_sock *, struct nl_msg *, 56 struct nl_msg *); 58 struct nl_msg *);
|
D | handlers.h | 27 struct nl_msg; 41 typedef int (*nl_recvmsg_msg_cb_t)(struct nl_msg *msg, void *arg); 138 struct nl_msg *));
|
D | cache.h | 54 struct nl_msg *);
|
/external/libnl-headers/netlink/route/ |
D | qdisc.h | 36 struct nl_msg **); 41 struct nl_msg **); 46 struct nl_msg **); 67 extern struct nl_msg * rtnl_qdisc_get_opts(struct rtnl_qdisc *);
|
D | classifier.h | 33 struct nl_msg **); 37 struct nl_msg **); 39 struct nl_msg **);
|
D | route.h | 55 extern int rtnl_route_build_msg(struct nl_msg *, struct rtnl_route *); 58 struct nl_msg **); 61 struct nl_msg **);
|
D | neighbour.h | 40 struct nl_msg **); 44 struct nl_msg **);
|
D | class.h | 38 struct nl_msg **); 43 struct nl_msg **);
|
D | rule.h | 35 struct nl_msg **); 38 struct nl_msg **);
|
D | addr.h | 34 struct nl_msg **); 38 struct nl_msg **);
|
D | neightbl.h | 36 struct nl_msg **);
|
D | link.h | 67 struct nl_msg **);
|
/external/libnl-headers/netlink/netfilter/ |
D | ct.h | 42 struct nl_msg **); 46 struct nl_msg **); 50 struct nl_msg **);
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 252 static int bss_info_handler(struct nl_msg *msg, void *arg); 256 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() 263 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() 279 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() 286 struct nl_handle *nl_handle, struct nl_msg *msg, in send_and_recv() 287 int (*valid_handler)(struct nl_msg *, void *), in send_and_recv() argument 321 struct nl_msg *msg, in send_and_recv_msgs() 322 int (*valid_handler)(struct nl_msg *, void *), in send_and_recv_msgs() argument 336 static int family_handler(struct nl_msg *msg, void *arg) in family_handler() 370 struct nl_msg *msg; in nl_get_multicast_id() [all …]
|
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/ |
D | driver_nl80211.c | 97 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler() 104 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler() 120 struct nl_msg *msg, in send_and_recv_msgs() 121 int (*valid_handler)(struct nl_msg *, void *), in send_and_recv_msgs() argument 160 static int family_handler(struct nl_msg *msg, void *arg) in family_handler() 194 struct nl_msg *msg; in nl_get_multicast_id() 959 static int no_seq_check(struct nl_msg *msg, void *arg) in no_seq_check() 965 static int process_event(struct nl_msg *msg, void *arg) in process_event() 1105 struct nl_msg *msg; in wpa_driver_nl80211_set_country() 1131 struct nl_msg *msg; in wpa_driver_nl80211_set_probe_req_ie() [all …]
|
/external/libnl-headers/netlink/fib_lookup/ |
D | lookup.h | 33 struct nl_msg **);
|
/external/libnl-headers/netlink/genl/ |
D | genl.h | 28 extern void * genlmsg_put(struct nl_msg *, uint32_t, uint32_t,
|
/external/libnl-headers/ |
D | netlink-local.h | 111 static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg) in nl_cb_call()
|
D | netlink-types.h | 59 struct nl_msg *); 128 struct nl_msg struct
|