webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Namespaces | Macros | Enumerations
sctptransport.cc File Reference
#include <errno.h>
#include "webrtc/media/sctp/sctptransport.h"
#include <stdarg.h>
#include <stdio.h>
#include <memory>
#include <sstream>
#include "usrsctplib/usrsctp.h"
#include "webrtc/base/arraysize.h"
#include "webrtc/base/copyonwritebuffer.h"
#include "webrtc/base/criticalsection.h"
#include "webrtc/base/helpers.h"
#include "webrtc/base/logging.h"
#include "webrtc/base/safe_conversions.h"
#include "webrtc/base/thread_checker.h"
#include "webrtc/base/trace_event.h"
#include "webrtc/media/base/codec.h"
#include "webrtc/media/base/mediaconstants.h"
#include "webrtc/media/base/rtputils.h"
#include "webrtc/media/base/streamparams.h"
#include "webrtc/p2p/base/dtlstransportinternal.h"

Classes

class  cricket::SctpTransport::UsrSctpWrapper
 

Namespaces

 cricket
 

Macros

#define MAKEFLAG(X)   { X, #X + 12 }
 

Enumerations

enum  PreservedErrno
 
enum  PayloadProtocolIdentifier
 

Macro Definition Documentation

◆ MAKEFLAG

#define MAKEFLAG (   X)    { X, #X + 12 }

Enumeration Type Documentation

◆ PayloadProtocolIdentifier

◆ PreservedErrno