Searched refs:handle_upcall (Results 1 – 10 of 10) sorted by relevance
/external/usrsctp/programs/ |
D | chargen_server_upcall.c | 71 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
|
D | discard_server_upcall.c | 57 handle_upcall(struct socket *sock, void *data, int flgs) in handle_upcall() function 203 usrsctp_set_upcall(sock, handle_upcall, NULL); in main()
|
D | echo_server_upcall.c | 57 handle_upcall(struct socket *sock, void *data, int flgs) in handle_upcall() function 220 usrsctp_set_upcall(sock, handle_upcall, NULL); in main()
|
D | tsctp_upcall.c | 137 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()
|
D | http_client_upcall.c | 78 static void handle_upcall(struct socket *sock, void *arg, int flgs) in handle_upcall() function 299 usrsctp_set_upcall(sock, handle_upcall, NULL);
|
D | client_upcall.c | 85 handle_upcall(struct socket *sock, void *arg, int flgs) in handle_upcall() function 211 usrsctp_set_upcall(sock, handle_upcall, NULL); in main()
|
D | st_client.c | 200 handle_upcall(struct socket *s, void *arg, int flags) in handle_upcall() function 349 usrsctp_set_upcall(s, handle_upcall, NULL);
|
D | ekr_loop_upcall.c | 145 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/ |
D | fuzzer_listen.c | 73 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()
|
D | fuzzer_connect.c | 107 handle_upcall(struct socket *sock, void *arg, int flgs) in handle_upcall() function 355 usrsctp_set_upcall(socket_client, handle_upcall, NULL); in LLVMFuzzerTestOneInput()
|