Home
last modified time | relevance | path

Searched refs:strreset_flags (Results 1 – 8 of 8) sorted by relevance

/external/usrsctp/programs/
Dprograms_helper.c258 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) {
Drtcweb.c992 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) {
/external/webrtc/media/sctp/
Dsctp_transport.cc1329 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()
/external/iproute2/include/uapi/linux/
Dsctp.h503 __u16 strreset_flags; member
/external/kernel-headers/original/uapi/linux/
Dsctp.h576 __u16 strreset_flags; member
/external/usrsctp/usrsctplib/
Dusrsctp.h380 uint16_t strreset_flags; member
/external/usrsctp/usrsctplib/netinet/
Dsctp_uio.h507 uint16_t strreset_flags; member
Dsctputil.c4145 strreset->strreset_flags = flag; in sctp_notify_stream_reset()