Searched refs:SCTP_EVENT_READ (Results 1 – 12 of 12) sorted by relevance
65 while ((events = usrsctp_get_events(sock)) && (events & SCTP_EVENT_READ)) { in handle_upcall()
93 if (events & SCTP_EVENT_READ && !send_done) { in handle_upcall()
84 if ((events & SCTP_EVENT_READ) && !done) { in handle_upcall()
95 while (events & SCTP_EVENT_READ && !done && connected) { in handle_upcall()
216 if (events & SCTP_EVENT_READ) { in handle_upcall()
152 while ((events = usrsctp_get_events(sock)) && (events & SCTP_EVENT_READ)) {
225 if (events & SCTP_EVENT_READ) { in handle_upcall()
114 while (events & SCTP_EVENT_READ) { in handle_upcall()
372 #define SCTP_EVENT_READ 0x0001 /* socket is readable */ macro
149 #define SCTP_EVENT_READ 0x0001 macro
3563 events |= SCTP_EVENT_READ;