Home
last modified time | relevance | path

Searched refs:handle_upcall (Results 1 – 10 of 10) sorted by relevance

/external/usrsctp/programs/
Dchargen_server_upcall.c71 handle_upcall(struct socket *upcall_socket, void *upcall_data, int upcall_flags);
85 usrsctp_set_upcall(conn_sock, handle_upcall, NULL); in handle_accept()
89 handle_upcall(struct socket *upcall_socket, void *upcall_data, int upcall_flags) in handle_upcall() function
Ddiscard_server_upcall.c57 handle_upcall(struct socket *sock, void *data, int flgs) in handle_upcall() function
203 usrsctp_set_upcall(sock, handle_upcall, NULL); in main()
Decho_server_upcall.c57 handle_upcall(struct socket *sock, void *data, int flgs) in handle_upcall() function
220 usrsctp_set_upcall(sock, handle_upcall, NULL); in main()
Dtsctp_upcall.c137 static void handle_upcall(struct socket *upcall_socket, void *upcall_data, int upcall_flags);
199 usrsctp_set_upcall(conn_sock, handle_upcall, meta_accepted); in handle_accept()
203 handle_upcall(struct socket *upcall_socket, void *upcall_data, int upcall_flags) in handle_upcall() function
706 usrsctp_set_upcall(psock, handle_upcall, meta); in main()
Dhttp_client_upcall.c78 static void handle_upcall(struct socket *sock, void *arg, int flgs) in handle_upcall() function
299 usrsctp_set_upcall(sock, handle_upcall, NULL);
Dclient_upcall.c85 handle_upcall(struct socket *sock, void *arg, int flgs) in handle_upcall() function
211 usrsctp_set_upcall(sock, handle_upcall, NULL); in main()
Dst_client.c200 handle_upcall(struct socket *s, void *arg, int flags) in handle_upcall() function
349 usrsctp_set_upcall(s, handle_upcall, NULL);
Dekr_loop_upcall.c145 handle_upcall(struct socket *sock, void *data, int flgs) function
436 usrsctp_set_upcall(s_c, handle_upcall, &fd_c);
534 usrsctp_set_upcall(s_s, handle_upcall, &fd_s);
/external/usrsctp/fuzzer/
Dfuzzer_listen.c73 handle_upcall(struct socket *sock, void *arg, int flgs) in handle_upcall() function
151 usrsctp_set_upcall(s_l, handle_upcall, NULL); in init_fuzzer()
Dfuzzer_connect.c107 handle_upcall(struct socket *sock, void *arg, int flgs) in handle_upcall() function
355 usrsctp_set_upcall(socket_client, handle_upcall, NULL); in LLVMFuzzerTestOneInput()