HomeSort by relevance Sort by last modified time
    Searched refs:SCTP_STREAM_RESET_EVENT (Results 1 - 4 of 4) sorted by null

  /bionic/libc/kernel/uapi/linux/
sctp.h 299 struct sctp_stream_reset_event { struct
339 __u8 sctp_stream_reset_event; member in struct:sctp_event_subscribe
358 struct sctp_stream_reset_event sn_strreset_event;
384 SCTP_STREAM_RESET_EVENT,
385 #define SCTP_STREAM_RESET_EVENT SCTP_STREAM_RESET_EVENT
  /external/iproute2/include/uapi/linux/
sctp.h 501 struct sctp_stream_reset_event { struct
546 __u8 sctp_stream_reset_event; member in struct:sctp_event_subscribe
573 struct sctp_stream_reset_event sn_strreset_event;
603 SCTP_STREAM_RESET_EVENT,
604 #define SCTP_STREAM_RESET_EVENT SCTP_STREAM_RESET_EVENT
  /external/kernel-headers/original/uapi/linux/
sctp.h 551 struct sctp_stream_reset_event { struct
598 __u8 sctp_stream_reset_event; member in struct:sctp_event_subscribe
625 struct sctp_stream_reset_event sn_strreset_event;
657 SCTP_STREAM_RESET_EVENT,
658 #define SCTP_STREAM_RESET_EVENT SCTP_STREAM_RESET_EVENT
    [all...]
  /external/webrtc/talk/media/sctp/
sctpdataengine.cc 473 SCTP_STREAM_RESET_EVENT};
822 case SCTP_STREAM_RESET_EVENT:
868 const struct sctp_stream_reset_event* evt) {
872 // one back. Both sides get this SCTP_STREAM_RESET_EVENT when they receive
876 LOG(LS_VERBOSE) << "SCTP_STREAM_RESET_EVENT(" << debug_name_
    [all...]

Completed in 225 milliseconds