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

1 2 3 4 5 6 7 8

  /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(const 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 struct nl_sock;
51 extern int nl_connect(struct nl_sock *, int);
52 extern void nl_close(struct nl_sock *);
55 extern int nl_sendto(struct nl_sock *, void *, size_t);
56 extern int nl_sendmsg(struct nl_sock *, struct nl_msg *,
58 extern int nl_send(struct nl_sock *, struct nl_msg *);
59 extern int nl_send_iovec(struct nl_sock *, struct nl_msg *,
61 extern void nl_complete_msg(struct nl_sock *,
63 extern void nl_auto_complete(struct nl_sock *,
65 extern int nl_send_auto(struct nl_sock *, struct nl_msg *)
    [all...]
handlers.h 26 struct nl_sock;
131 int (*func)(struct nl_sock *,
134 int (*func)(struct nl_sock *,
139 int (*func)(struct nl_sock *,
  /external/libnl/include/netlink/route/link/
bonding.h 24 extern int rtnl_link_bond_add(struct nl_sock *, const char *,
27 extern int rtnl_link_bond_enslave_ifindex(struct nl_sock *, int, int);
28 extern int rtnl_link_bond_enslave(struct nl_sock *, struct rtnl_link *,
31 extern int rtnl_link_bond_release_ifindex(struct nl_sock *, int);
32 extern int rtnl_link_bond_release(struct nl_sock *, struct rtnl_link *);
veth.h 29 extern int rtnl_link_veth_add(struct nl_sock *sock, const char *name,
  /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 *,
32 extern int genl_ctrl_resolve_grp(struct nl_sock *sk,
genl.h 23 extern int genl_connect(struct nl_sock *);
24 extern int genl_send_simple(struct nl_sock *, int, int,
mngt.h 169 extern int genl_ops_resolve(struct nl_sock *, struct genl_ops *);
170 extern int genl_mngt_resolve(struct nl_sock *);
  /external/libnl/include/netlink/cli/
class.h 19 extern struct nl_cache *nl_cli_class_alloc_cache(struct nl_sock *, int);
rule.h 18 extern struct nl_cache *nl_cli_rule_alloc_cache(struct nl_sock *);
link.h 19 extern struct nl_cache *nl_cli_link_alloc_cache_family(struct nl_sock *, int);
20 extern struct nl_cache *nl_cli_link_alloc_cache(struct nl_sock *);
cls.h 19 extern struct nl_cache * nl_cli_cls_alloc_cache(struct nl_sock *,
  /external/libnl/include/netlink/route/
classifier.h 27 extern int rtnl_cls_alloc_cache(struct nl_sock *, int, uint32_t,
32 extern int rtnl_cls_add(struct nl_sock *, struct rtnl_cls *, int);
33 extern int rtnl_cls_change(struct nl_sock *, struct rtnl_cls *, int);
39 extern int rtnl_cls_delete(struct nl_sock *, struct rtnl_cls *,
qdisc.h 29 extern int rtnl_qdisc_alloc_cache(struct nl_sock *, struct nl_cache **);
39 extern int rtnl_qdisc_add(struct nl_sock *, struct rtnl_qdisc *, int);
45 extern int rtnl_qdisc_update(struct nl_sock *, struct rtnl_qdisc *,
50 extern int rtnl_qdisc_delete(struct nl_sock *, struct rtnl_qdisc *);
66 extern int rtnl_qdisc_change(struct nl_sock *, struct rtnl_qdisc *,
class.h 29 extern int rtnl_class_alloc_cache(struct nl_sock *, int,
40 extern int rtnl_class_add(struct nl_sock *, struct rtnl_class *,
45 extern int rtnl_class_delete(struct nl_sock *,
action.h 29 extern int rtnl_act_add(struct nl_sock *, struct rtnl_act *, int);
35 extern int rtnl_act_delete(struct nl_sock *, struct rtnl_act *,
link.h 112 extern int rtnl_link_alloc_cache(struct nl_sock *, int, struct nl_cache **);
119 extern int rtnl_link_add(struct nl_sock *, struct rtnl_link *, int);
123 extern int rtnl_link_change(struct nl_sock *, struct rtnl_link *,
128 extern int rtnl_link_delete(struct nl_sock *, const struct rtnl_link *);
131 extern int rtnl_link_get_kernel(struct nl_sock *, int, const char *,
234 extern int rtnl_link_enslave_ifindex(struct nl_sock *, int, int);
235 extern int rtnl_link_enslave(struct nl_sock *, struct rtnl_link *,
237 extern int rtnl_link_release_ifindex(struct nl_sock *, int);
238 extern int rtnl_link_release(struct nl_sock *, struct rtnl_link *);
  /external/libnl/include/netlink-private/
socket.h 21 int _nl_socket_is_local_port_unspecified (struct nl_sock *sk);
22 uint32_t _nl_socket_generate_local_port_no_release(struct nl_sock *sk);
  /external/libnl/lib/
socket.c 181 static struct nl_sock *__alloc_socket(struct nl_cb *cb)
183 struct nl_sock *sk;
206 struct nl_sock *nl_socket_alloc(void)
209 struct nl_sock *sk;
232 struct nl_sock *nl_socket_alloc_cb(struct nl_cb *cb)
244 void nl_socket_free(struct nl_sock *sk)
283 void nl_socket_disable_seq_check(struct nl_sock *sk)
298 unsigned int nl_socket_use_seq(struct nl_sock *sk)
315 void nl_socket_disable_auto_ack(struct nl_sock *sk)
325 void nl_socket_enable_auto_ack(struct nl_sock *sk
    [all...]
  /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,
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_nl80211.h 33 #define nl_sock nl_handle macro
38 struct nl_sock *nl;
  /external/libnl/include/netlink/fib_lookup/
lookup.h 34 extern int flnl_lookup(struct nl_sock *,
  /external/libnl/lib/route/link/
bonding.c 72 int rtnl_link_bond_add(struct nl_sock *sock, const char *name,
107 int rtnl_link_bond_enslave_ifindex(struct nl_sock *sock, int master,
163 int rtnl_link_bond_enslave(struct nl_sock *sock, struct rtnl_link *master,
183 int rtnl_link_bond_release_ifindex(struct nl_sock *sock, int slave)
207 int rtnl_link_bond_release(struct nl_sock *sock, struct rtnl_link *slave)

Completed in 163 milliseconds

1 2 3 4 5 6 7 8