ucommon  7.0.0
About: GNU uCommon C++ is a portable and optimized class framework for writing C++ applications that need to use threads and support concurrent synchronization, and that use sockets, XML parsing, object serialization, thread-optimized string and data structure classes, etc..
  Fossies Dox: ucommon-7.0.0.tar.gz  ("unofficial" and yet experimental doxygen-generated source code documentation)  

Loading...
Searching...
No Matches
udp.cpp File Reference
#include <ucommon-config.h>
#include <commoncpp/config.h>
#include <commoncpp/export.h>
#include <commoncpp/string.h>
#include <commoncpp/socket.h>
#include <commoncpp/udp.h>
#include <sys/ioctl.h>
#include <netinet/tcp.h>
Include dependency graph for udp.cpp:

Go to the source code of this file.

Namespaces

namespace  ost
 

Macros

#define socket_errno   errno
 
#define O_NONBLOCK   O_NDELAY
 
#define INADDR_LOOPBACK   (unsigned long)0x7f000001
 
#define _IOLEN64
 
#define _IORET64
 

Macro Definition Documentation

◆ _IOLEN64

#define _IOLEN64

Definition at line 88 of file udp.cpp.

◆ _IORET64

#define _IORET64

Definition at line 92 of file udp.cpp.

◆ INADDR_LOOPBACK

#define INADDR_LOOPBACK   (unsigned long)0x7f000001

Definition at line 72 of file udp.cpp.

◆ O_NONBLOCK

#define O_NONBLOCK   O_NDELAY

Definition at line 62 of file udp.cpp.

◆ socket_errno

#define socket_errno   errno

Definition at line 60 of file udp.cpp.