HomeSort by relevance Sort by last modified time
    Searched refs:nl_sock (Results 1 - 25 of 105) sorted by null

1 2 3 4 5

  /external/libnl/include/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 *,
  /external/libnl/include/netlink/cli/
rule.h 18 extern struct nl_cache *nl_cli_rule_alloc_cache(struct nl_sock *);
ct.h 19 extern struct nl_cache *nl_cli_ct_alloc_cache(struct nl_sock *);
route.h 19 extern struct nl_cache *nl_cli_route_alloc_cache(struct nl_sock *, int);
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/include/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/include/netlink/netfilter/
queue.h 21 struct nl_sock;
34 extern struct nl_sock * nfnl_queue_socket_alloc(void);
65 extern int nfnl_queue_pf_bind(struct nl_sock *, uint8_t);
68 extern int nfnl_queue_pf_unbind(struct nl_sock *, uint8_t);
72 extern int nfnl_queue_create(struct nl_sock *,
77 extern int nfnl_queue_change(struct nl_sock *,
82 extern int nfnl_queue_delete(struct nl_sock *,
log.h 24 struct nl_sock;
87 extern int nfnl_log_pf_bind(struct nl_sock *, uint8_t);
90 extern int nfnl_log_pf_unbind(struct nl_sock *, uint8_t);
94 extern int nfnl_log_create(struct nl_sock *, const struct nfnl_log *);
98 extern int nfnl_log_change(struct nl_sock *, const struct nfnl_log *);
102 extern int nfnl_log_delete(struct nl_sock *, const struct nfnl_log *);
nfnl.h 26 extern int nfnl_connect(struct nl_sock *);
33 extern int nfnl_send_simple(struct nl_sock *, uint8_t, uint8_t,
  /external/libnl/lib/
socket.c 90 static struct nl_sock *__alloc_socket(struct nl_cb *cb)
92 struct nl_sock *sk;
117 struct nl_sock *nl_socket_alloc(void)
137 struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb)
149 void nl_socket_free(struct nl_sock *sk)
188 void nl_socket_disable_seq_check(struct nl_sock *sk)
203 unsigned int nl_socket_use_seq(struct nl_sock *sk)
220 void nl_socket_disable_auto_ack(struct nl_sock *sk)
230 void nl_socket_enable_auto_ack(struct nl_sock *sk)
242 uint32_t nl_socket_get_local_port(struct nl_sock *sk
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.h 33 #define nl_sock nl_handle macro
38 struct nl_sock *nl;
  /external/libnl/include/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);
  /external/libnl/src/
genl-ctrl-list.c 14 static struct nl_cache *alloc_genl_family_cache(struct nl_sock *sk)
35 struct nl_sock *sock;
  /external/libnl/include/netlink/fib_lookup/
lookup.h 34 extern int flnl_lookup(struct nl_sock *,
  /external/libnl/src/lib/
utils.c 64 int nl_cli_connect(struct nl_sock *sk, int protocol)
75 struct nl_sock *nl_cli_alloc_socket(void)
77 struct nl_sock *sock;
132 struct nl_cache *nl_cli_alloc_cache(struct nl_sock *sock, const char *name,
133 int (*ac)(struct nl_sock *, struct nl_cache **))
  /external/libnl/lib/netfilter/
queue.c 27 struct nl_sock *nfnl_queue_socket_alloc(void)
29 struct nl_sock *nlsk;
37 static int send_queue_request(struct nl_sock *sk, struct nl_msg *msg)
84 int nfnl_queue_pf_bind(struct nl_sock *nlh, uint8_t pf)
100 int nfnl_queue_pf_unbind(struct nl_sock *nlh, uint8_t pf)
182 int nfnl_queue_create(struct nl_sock *nlh, const struct nfnl_queue *queue)
199 int nfnl_queue_change(struct nl_sock *nlh, const struct nfnl_queue *queue)
220 int nfnl_queue_delete(struct nl_sock *nlh, const struct nfnl_queue *queue)

Completed in 106 milliseconds

1 2 3 4 5