/external/libnl-headers/netlink/ |
socket.h | 22 extern struct nl_sock * nl_socket_alloc(void); 23 extern struct nl_sock * nl_socket_alloc_cb(struct nl_cb *); 24 extern void nl_socket_free(struct nl_sock *); 26 extern uint32_t nl_socket_get_local_port(struct nl_sock *); 27 extern void nl_socket_set_local_port(struct nl_sock *, uint32_t); 29 extern int nl_socket_add_memberships(struct nl_sock *, int, ...); 30 extern int nl_socket_add_membership(struct nl_sock *, int); 31 extern int nl_socket_drop_memberships(struct nl_sock *, int, ...); 32 extern int nl_socket_drop_membership(struct nl_sock *, 34 extern void nl_join_groups(struct nl_sock *, int) [all...] |
netlink.h | 45 extern int nl_connect(struct nl_sock *, int); 46 extern void nl_close(struct nl_sock *); 49 extern int nl_sendto(struct nl_sock *, void *, size_t); 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 *, 55 extern void nl_auto_complete(struct nl_sock *, 57 extern int nl_send_auto_complete(struct nl_sock *, 59 extern int nl_send_simple(struct nl_sock *, int, int, 63 extern int nl_recv(struct nl_sock *, [all...] |
handlers.h | 26 struct nl_sock; 129 int (*func)(struct nl_sock *, 132 int (*func)(struct nl_sock *, 137 int (*func)(struct nl_sock *,
|
cache.h | 41 struct nl_sock *, 56 extern int nl_cache_refill(struct nl_sock *, 58 extern int nl_cache_pickup(struct nl_sock *, 60 extern int nl_cache_resync(struct nl_sock *, 111 extern int nl_cache_mngr_alloc(struct nl_sock *,
|
cache-api.h | 42 * struct nl_sock *socket) 175 int (*co_request_update)(struct nl_cache *, struct nl_sock *);
|
/system/core/libnl_2/ |
socket.c | 27 int nl_socket_add_membership(struct nl_sock *sk, int group) 34 static struct nl_sock *_nl_socket_alloc(void) 36 struct nl_sock *sk; 40 sk = (struct nl_sock *) malloc(sizeof(struct nl_sock)); 69 struct nl_sock *nl_socket_alloc(void) 71 struct nl_sock *sk = _nl_socket_alloc(); 88 struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb) 90 struct nl_sock *sk = _nl_socket_alloc(); 102 void nl_socket_free(struct nl_sock *sk [all...] |
netlink.c | 29 int nl_send_auto_complete(struct nl_sock *sk, struct nl_msg *msg) 57 int nl_recv(struct nl_sock *sk, struct sockaddr_nl *nla, \ 105 int nl_recvmsgs(struct nl_sock *sk, struct nl_cb *cb) 204 int nl_send(struct nl_sock *sk, struct nl_msg *msg) 217 int nl_send_iovec(struct nl_sock *sk, struct nl_msg *msg, 242 int nl_sendmsg(struct nl_sock *sk, struct nl_msg *msg, struct msghdr *hdr) 248 int nl_connect(struct nl_sock *sk, int protocol)
|
/external/libnl-headers/netlink/genl/ |
ctrl.h | 25 extern int genl_ctrl_alloc_cache(struct nl_sock *, 30 extern int genl_ctrl_resolve(struct nl_sock *,
|
genl.h | 23 extern int genl_connect(struct nl_sock *); 25 extern int genl_send_simple(struct nl_sock *, int, int,
|
/external/libnl-headers/netlink/route/ |
class.h | 29 extern int rtnl_class_alloc_cache(struct nl_sock *, int, 39 extern int rtnl_class_add(struct nl_sock *, struct rtnl_class *, 44 extern int rtnl_class_delete(struct nl_sock *, struct rtnl_class *);
|
classifier.h | 29 extern int rtnl_cls_alloc_cache(struct nl_sock *, int, uint32_t, 34 extern int rtnl_cls_add(struct nl_sock *, struct rtnl_cls *, int); 40 extern int rtnl_cls_delete(struct nl_sock *, struct rtnl_cls *, int);
|
neighbour.h | 28 extern int rtnl_neigh_alloc_cache(struct nl_sock *, struct nl_cache **); 38 extern int rtnl_neigh_add(struct nl_sock *, struct rtnl_neigh *, int); 42 extern int rtnl_neigh_delete(struct nl_sock *, struct rtnl_neigh *, int);
|
qdisc.h | 30 extern int rtnl_qdisc_alloc_cache(struct nl_sock *, struct nl_cache **); 37 extern int rtnl_qdisc_add(struct nl_sock *, struct rtnl_qdisc *, int); 42 extern int rtnl_qdisc_change(struct nl_sock *, struct rtnl_qdisc *, 47 extern int rtnl_qdisc_delete(struct nl_sock *, struct rtnl_qdisc *);
|
neightbl.h | 28 extern int rtnl_neightbl_alloc_cache(struct nl_sock *, struct nl_cache **); 37 extern int rtnl_neightbl_change(struct nl_sock *, struct rtnl_neightbl *,
|
rtnl.h | 52 extern int nl_rtgen_request(struct nl_sock *, int, int, int);
|
addr.h | 31 extern int rtnl_addr_alloc_cache(struct nl_sock *, struct nl_cache **); 35 extern int rtnl_addr_add(struct nl_sock *, struct rtnl_addr *, int); 39 extern int rtnl_addr_delete(struct nl_sock *,
|
rule.h | 30 extern int rtnl_rule_alloc_cache(struct nl_sock *, int, 36 extern int rtnl_rule_add(struct nl_sock *, struct rtnl_rule *, int); 39 extern int rtnl_rule_delete(struct nl_sock *, struct rtnl_rule *, int);
|
route.h | 48 extern int rtnl_route_alloc_cache(struct nl_sock *, int, int, 59 extern int rtnl_route_add(struct nl_sock *, struct rtnl_route *, int); 62 extern int rtnl_route_delete(struct nl_sock *, struct rtnl_route *, int);
|
link.h | 60 extern int rtnl_link_alloc_cache(struct nl_sock *, struct nl_cache **); 68 extern int rtnl_link_change(struct nl_sock *, struct rtnl_link *,
|
/external/libnl-headers/netlink/fib_lookup/ |
lookup.h | 34 extern int flnl_lookup(struct nl_sock *,
|
/external/libnl-headers/netlink/cli/ |
utils.h | 67 extern int nl_cli_connect(struct nl_sock *, int); 68 extern struct nl_sock * nl_cli_alloc_socket(void); 73 extern struct nl_cache *nl_cli_alloc_cache(struct nl_sock *, const char *, 74 int (*ac)(struct nl_sock *, struct nl_cache **));
|
/external/libnl-headers/netlink/netfilter/ |
ct.h | 31 extern int nfnl_ct_alloc_cache(struct nl_sock *, struct nl_cache **); 39 extern int nfnl_ct_dump_request(struct nl_sock *); 43 extern int nfnl_ct_add(struct nl_sock *, const struct nfnl_ct *, int); 47 extern int nfnl_ct_delete(struct nl_sock *, const struct nfnl_ct *, int); 51 extern int nfnl_ct_query(struct nl_sock *, const struct nfnl_ct *, int);
|
/external/libnl-headers/ |
netlink-types.h | 33 struct nl_sock; 46 int (*cb_recvmsgs_ow)(struct nl_sock *, 51 int (*cb_recv_ow)(struct nl_sock *, 58 int (*cb_send_ow)(struct nl_sock *, 64 struct nl_sock struct 97 struct nl_sock * cm_handle;
|
/hardware/broadcom/wlan/bcmdhd/wpa_supplicant_8_lib/ |
driver_nl80211.h | 49 #define nl_handle nl_sock
|
/system/core/libnl_2/genl/ |
genl.c | 84 int genl_connect(struct nl_sock *sk) 90 int genl_ctrl_alloc_cache(struct nl_sock *sock, struct nl_cache **result) 273 int genl_ctrl_resolve(struct nl_sock *sk, const char *name)
|