Home
last modified time | relevance | path

Searched refs:event_input (Results 1 – 5 of 5) sorted by relevance

/external/libnl/src/
Dnf-monitor.c32 static int event_input(struct nl_msg *msg, void *arg) in event_input() function
59 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
Dnl-monitor.c47 static int event_input(struct nl_msg *msg, void *arg) in event_input() function
89 nl_socket_modify_cb(sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, &dp); in main()
Dnf-queue.c54 static int event_input(struct nl_msg *msg, void *arg) in event_input() function
77 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
Dnf-log.c45 static int event_input(struct nl_msg *msg, void *arg) in event_input() function
66 nl_socket_modify_cb(nf_sock, NL_CB_VALID, NL_CB_CUSTOM, event_input, NULL); in main()
/external/libnl/lib/
Dcache_mngr.c75 static int event_input(struct nl_msg *msg, void *arg) in event_input() function
546 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, event_input, mngr); in nl_cache_mngr_data_ready()