|
BRL-CAD
|
#include <sys/types.h>#include <netinet/in.h>#include <netinet/tcp.h>#include <arpa/inet.h>#include <sys/socket.h>Go to the source code of this file.
Macros | |
| #define | INADDR_ANY ((uint32_t)0x00000000) |
| #define | INADDR_LOOPBACK ((uint32_t)0x7f000001) |
| #define | INADDR_BROADCAST ((uint32_t)0xffffffff) |
Functions | |
| uint32_t | htonl (uint32_t) |
| uint32_t | ntohl (uint32_t) |