Searched refs:nl_cb_kind (Results 1 – 6 of 6) sorted by relevance
/third_party/libnl/include/netlink/ |
D | handlers.h | 75 enum nl_cb_kind { enum 121 extern struct nl_cb * nl_cb_alloc(enum nl_cb_kind); 126 extern int nl_cb_set(struct nl_cb *, enum nl_cb_type, enum nl_cb_kind, 128 extern int nl_cb_set_all(struct nl_cb *, enum nl_cb_kind, 130 extern int nl_cb_err(struct nl_cb *, enum nl_cb_kind, nl_recvmsg_err_cb_t,
|
D | socket.h | 46 enum nl_cb_kind, 48 extern int nl_socket_modify_err_cb(struct nl_sock *, enum nl_cb_kind,
|
/third_party/libnl/lib/ |
D | handlers.c | 202 struct nl_cb *nl_cb_alloc(enum nl_cb_kind kind) in nl_cb_alloc() 294 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, in nl_cb_set() 323 int nl_cb_set_all(struct nl_cb *cb, enum nl_cb_kind kind, in nl_cb_set_all() 344 int nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, in nl_cb_err()
|
D | socket.c | 772 enum nl_cb_kind kind, nl_recvmsg_msg_cb_t func, in nl_socket_modify_cb() 787 int nl_socket_modify_err_cb(struct nl_sock *sk, enum nl_cb_kind kind, in nl_socket_modify_err_cb()
|
/third_party/libnl/python/netlink/ |
D | capi.i | 492 enum nl_cb_kind { enum 538 extern struct nl_cb *nl_cb_alloc(enum nl_cb_kind); 722 int py_nl_cb_set(struct nl_cb *cb, enum nl_cb_type t, enum nl_cb_kind k, in py_nl_cb_set() 748 int py_nl_cb_set_all(struct nl_cb *cb, enum nl_cb_kind k, in py_nl_cb_set_all() 777 int py_nl_cb_err(struct nl_cb *cb, enum nl_cb_kind k, in py_nl_cb_err()
|
/third_party/libnl/doc/ |
D | core.txt | 743 int nl_socket_modify_cb(struct nl_sock *sk, enum nl_cb_type type, enum nl_cb_kind kind, 2528 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, 2542 int nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, nl_recvmsg_err_cb_t func, void *arg);
|