Searched refs:strreset_flags (Results 1 – 8 of 8) sorted by relevance
258 fprintf(stderr, "Stream reset event: flags = %x, ", strrst->strreset_flags);259 if (strrst->strreset_flags & SCTP_STREAM_RESET_INCOMING_SSN) {260 if (strrst->strreset_flags & SCTP_STREAM_RESET_OUTGOING_SSN) {265 if (strrst->strreset_flags & SCTP_STREAM_RESET_OUTGOING_SSN) {
992 printf("Stream reset event: flags = %x, ", strrst->strreset_flags);993 if (strrst->strreset_flags & SCTP_STREAM_RESET_INCOMING_SSN) {994 if (strrst->strreset_flags & SCTP_STREAM_RESET_OUTGOING_SSN) {999 if (strrst->strreset_flags & SCTP_STREAM_RESET_OUTGOING_SSN) {1010 if (!(strrst->strreset_flags & SCTP_STREAM_RESET_DENIED) &&1011 !(strrst->strreset_flags & SCTP_STREAM_RESET_FAILED)) {1013 if (strrst->strreset_flags & SCTP_STREAM_RESET_INCOMING_SSN) {1034 if (strrst->strreset_flags & SCTP_STREAM_RESET_OUTGOING_SSN) {
1329 if (evt->strreset_flags & SCTP_STREAM_RESET_FAILED) { in OnStreamResetEvent()1358 if (evt->strreset_flags & SCTP_STREAM_RESET_INCOMING_SSN) { in OnStreamResetEvent()1371 if (evt->strreset_flags & SCTP_STREAM_RESET_OUTGOING_SSN) { in OnStreamResetEvent()
503 __u16 strreset_flags; member
576 __u16 strreset_flags; member
380 uint16_t strreset_flags; member
507 uint16_t strreset_flags; member
4145 strreset->strreset_flags = flag; in sctp_notify_stream_reset()