#include <netinet/in.h>
#include <stdint.h>
Go to the source code of this file.
◆ htonl()
uint32_t htonl |
( |
uint32_t |
hostlong | ) |
|
◆ htons()
uint16_t htons |
( |
uint16_t |
hostshort | ) |
|
◆ ntohl()
uint32_t ntohl |
( |
uint32_t |
netlong | ) |
|
◆ ntohs()
uint16_t ntohs |
( |
uint16_t |
netshort | ) |
|
◆ inet_addr()
◆ inet_aton()
int inet_aton |
( |
const char * |
cp, |
|
|
struct in_addr * |
inp |
|
) |
| |
◆ inet_ntoa()
char* inet_ntoa |
( |
struct in_addr |
in | ) |
|
◆ inet_ntoa_r()
char* inet_ntoa_r |
( |
struct in_addr |
in, |
|
|
char * |
buf |
|
) |
| |
◆ inet_ntop()
const char* inet_ntop |
( |
int |
af, |
|
|
const void * |
src, |
|
|
char * |
dst, |
|
|
socklen_t |
size |
|
) |
| |
◆ inet_pton()
int inet_pton |
( |
int |
af, |
|
|
const char * |
src, |
|
|
void * |
dst |
|
) |
| |