Home
last modified time | relevance | path

Searched refs:SCTP_EVENT_READ (Results 1 – 12 of 12) sorted by relevance

/external/usrsctp/programs/
Ddiscard_server_upcall.c65 while ((events = usrsctp_get_events(sock)) && (events & SCTP_EVENT_READ)) { in handle_upcall()
Dchargen_server_upcall.c93 if (events & SCTP_EVENT_READ && !send_done) { in handle_upcall()
Decho_server_upcall.c65 while ((events = usrsctp_get_events(sock)) && (events & SCTP_EVENT_READ)) { in handle_upcall()
Dhttp_client_upcall.c84 if ((events & SCTP_EVENT_READ) && !done) { in handle_upcall()
Dclient_upcall.c95 while (events & SCTP_EVENT_READ && !done && connected) { in handle_upcall()
Dst_client.c216 if (events & SCTP_EVENT_READ) { in handle_upcall()
Dekr_loop_upcall.c152 while ((events = usrsctp_get_events(sock)) && (events & SCTP_EVENT_READ)) {
Dtsctp_upcall.c225 if (events & SCTP_EVENT_READ) { in handle_upcall()
/external/usrsctp/fuzzer/
Dfuzzer_connect.c114 while (events & SCTP_EVENT_READ) { in handle_upcall()
/external/usrsctp/usrsctplib/
Duser_socketvar.h372 #define SCTP_EVENT_READ 0x0001 /* socket is readable */ macro
Dusrsctp.h149 #define SCTP_EVENT_READ 0x0001 macro
Duser_socket.c3563 events |= SCTP_EVENT_READ;