#include <netinet/in.h>
#include <assert.h>
#include <errno.h>
#include "tm_macros.h"
#include "libc_internal.h"
Go to the source code of this file.
Defines | |
| #define | NS_INADDRSZ 4 |
Functions | |
| TM_WAIVER unsigned long int | strtoul (const char *nptr, char **endptr, int base) |
| TM_WAIVER int | isspace (int c) |
| uint16_t | txc_libc_htons (uint16_t x) |
| int | txc_libc_inet_aton (const char *cp, struct in_addr *addr) |
| const char * | txc_libc_inet_ntop (int af, const void *src, char *dst, socklen_t size) |
Definition in file net.c.
1.4.7