HomeSort by relevance Sort by last modified time
    Searched refs:nl_cb_kind (Results 1 - 3 of 3) sorted by null

  /external/libnl-headers/netlink/
handlers.h 72 enum nl_cb_kind { enum
116 extern struct nl_cb * nl_cb_alloc(enum nl_cb_kind);
121 extern int nl_cb_set(struct nl_cb *, enum nl_cb_type, enum nl_cb_kind,
123 extern int nl_cb_set_all(struct nl_cb *, enum nl_cb_kind,
125 extern int nl_cb_err(struct nl_cb *, enum nl_cb_kind, nl_recvmsg_err_cb_t,
socket.h 45 enum nl_cb_kind,
  /system/core/libnl_2/
handlers.c 24 struct nl_cb *nl_cb_alloc(enum nl_cb_kind kind)
57 int nl_cb_set(struct nl_cb *cb, enum nl_cb_type type, enum nl_cb_kind kind, \
68 int nl_cb_err(struct nl_cb *cb, enum nl_cb_kind kind, \

Completed in 1666 milliseconds