Go to the documentation of this file.
20 #include <sys/cdefs.h>
35 uint32_t
htonl(uint32_t value);
41 uint32_t
ntohl(uint32_t value);
47 uint16_t
htons(uint16_t value);
53 uint16_t
ntohs(uint16_t value);
112 int inet_pton(
int af,
const char *src,
void *dst);