#include <sys/types.h>#include <sys/socket.h>#include <sys/time.h>#include <netinet/in.h>#include <arpa/inet.h>#include <netdb.h>#include <unistd.h>#include <string.h>#include <stdlib.h>#include <errno.h>#include <strings.h>#include <ctype.h>#include <stdint.h>Include dependency graph for NetCommon.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | closeSocket close |
| #define | SOCKLEN_T int |
| #define closeSocket close |
Definition at line 106 of file NetCommon.h.
Referenced by Socket::changePort(), RTSPServer::RTSPClientConnection::closeSockets(), ourIPAddress(), RTSPClient::resetTCPSockets(), setupDatagramSocket(), RTSPServer::setUpOurSocket(), setupStreamSocket(), MP3StreamState::~MP3StreamState(), RTSPServer::~RTSPServer(), and Socket::~Socket().
| #define SOCKLEN_T int |
Definition at line 117 of file NetCommon.h.
Referenced by RTSPClient::connectionHandler1(), getBufferSize(), getSourcePort0(), RTSPServer::RTSPClientSession::handleCmd_SETUP(), RTSPServer::incomingConnectionHandler(), increaseBufferTo(), readSocket(), RTSPServer::rtspURLPrefix(), and setBufferTo().
1.5.2