INET Framework for OMNeT++/OMNEST
|
#include "lwip/opt.h"
Classes | |
struct | inet::tcp::in_addr |
Namespaces | |
inet | |
Copyright (c) 2005 Jan Ringo�, www.ringos.cz. | |
inet::tcp | |
Macros | |
#define | INADDR_NONE ((u32_t)0xffffffffUL) /* 255.255.255.255 */ |
#define | INADDR_LOOPBACK ((u32_t)0x7f000001UL) /* 127.0.0.1 */ |
#define | INADDR_ANY ((u32_t)0x00000000UL) /* 0.0.0.0 */ |
#define | INADDR_BROADCAST ((u32_t)0xffffffffUL) /* 255.255.255.255 */ |
#define | LWIP_PLATFORM_BYTESWAP 0 |
#define | htons(x) (x) |
#define | ntohs(x) (x) |
#define | htonl(x) (x) |
#define | ntohl(x) (x) |
Functions | |
u32_t | inet::tcp::inet_addr (const char *cp) |
int | inet::tcp::inet_aton (const char *cp, struct in_addr *addr) |
char * | inet::tcp::inet_ntoa (struct in_addr addr) |
#define htonl | ( | x | ) | (x) |
#define htons | ( | x | ) | (x) |
#define INADDR_ANY ((u32_t)0x00000000UL) /* 0.0.0.0 */ |
Referenced by inet::tcp::TCP_NSC::process_OPEN_PASSIVE().
#define INADDR_BROADCAST ((u32_t)0xffffffffUL) /* 255.255.255.255 */ |
#define INADDR_LOOPBACK ((u32_t)0x7f000001UL) /* 127.0.0.1 */ |
#define INADDR_NONE ((u32_t)0xffffffffUL) /* 255.255.255.255 */ |
#define LWIP_PLATFORM_BYTESWAP 0 |
#define ntohl | ( | x | ) | (x) |
#define ntohs | ( | x | ) | (x) |