|
reSIProcate/stack
9694
|
#include <sys/types.h>#include <sys/socket.h>#include <arpa/inet.h>#include <netdb.h>#include "resip/stack/NameAddr.hxx"#include "resip/stack/Uri.hxx"#include "resip/stack/ExtensionParameter.hxx"#include "resip/stack/Compression.hxx"#include "resip/stack/SipMessage.hxx"#include "resip/stack/TransactionState.hxx"#include "resip/stack/TransportFailure.hxx"#include "resip/stack/TransportSelector.hxx"#include "resip/stack/InternalTransport.hxx"#include "resip/stack/TcpBaseTransport.hxx"#include "resip/stack/TcpTransport.hxx"#include "resip/stack/UdpTransport.hxx"#include "rutil/DataStream.hxx"#include "rutil/DnsUtil.hxx"#include "rutil/Inserter.hxx"#include "rutil/Logger.hxx"#include "rutil/Socket.hxx"#include "rutil/FdPoll.hxx"#include "rutil/WinLeakCheck.hxx"#include "rutil/dns/DnsStub.hxx"
Go to the source code of this file.
Defines | |
| #define | RESIPROCATE_SUBSYSTEM Subsystem::TRANSPORT |
Functions | |
| bool | isDgramTransport (TransportType type) |
| #define RESIPROCATE_SUBSYSTEM Subsystem::TRANSPORT |
Definition at line 63 of file TransportSelector.cxx.
| bool isDgramTransport | ( | TransportType | type | ) |
Definition at line 469 of file TransportSelector.cxx.
References resip::DCCP, resip::DTLS, resip::SCTP, resip::TCP, resip::TLS, and resip::UDP.
Referenced by resip::TransportSelector::getFirstInterface().
1.7.5.1