Home
last modified time | relevance | path

Searched refs:nl_msg (Results 1 – 21 of 21) sorted by relevance

/external/libnl-headers/netlink/
Dmsg.h43 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 …]
Dattr.h24 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 …]
Dnetlink.h50 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 *);
Dhandlers.h27 struct nl_msg;
41 typedef int (*nl_recvmsg_msg_cb_t)(struct nl_msg *msg, void *arg);
138 struct nl_msg *));
Dcache.h54 struct nl_msg *);
/external/libnl-headers/netlink/route/
Dqdisc.h36 struct nl_msg **);
41 struct nl_msg **);
46 struct nl_msg **);
67 extern struct nl_msg * rtnl_qdisc_get_opts(struct rtnl_qdisc *);
Dclassifier.h33 struct nl_msg **);
37 struct nl_msg **);
39 struct nl_msg **);
Droute.h55 extern int rtnl_route_build_msg(struct nl_msg *, struct rtnl_route *);
58 struct nl_msg **);
61 struct nl_msg **);
Dneighbour.h40 struct nl_msg **);
44 struct nl_msg **);
Dclass.h38 struct nl_msg **);
43 struct nl_msg **);
Drule.h35 struct nl_msg **);
38 struct nl_msg **);
Daddr.h34 struct nl_msg **);
38 struct nl_msg **);
Dneightbl.h36 struct nl_msg **);
Dlink.h67 struct nl_msg **);
/external/libnl-headers/netlink/netfilter/
Dct.h42 struct nl_msg **);
46 struct nl_msg **);
50 struct nl_msg **);
/external/wpa_supplicant_8/src/drivers/
Ddriver_nl80211.c252 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/
Ddriver_nl80211.c97 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/
Dlookup.h33 struct nl_msg **);
/external/libnl-headers/netlink/genl/
Dgenl.h28 extern void * genlmsg_put(struct nl_msg *, uint32_t, uint32_t,
/external/libnl-headers/
Dnetlink-local.h111 static inline int nl_cb_call(struct nl_cb *cb, int type, struct nl_msg *msg) in nl_cb_call()
Dnetlink-types.h59 struct nl_msg *);
128 struct nl_msg struct