|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|
#include <alloca.h>#include <strings.h>#include <string.h>#include <pthread.h>#include <sys/stat.h>#include <signal.h>#include <netinet/in.h>
Go to the source code of this file.
Macros | |
| #define | __BEGIN_DECLS |
| #define | __BIG_ENDIAN BIG_ENDIAN |
| #define | __BIT_TYPES_DEFINED__ |
| #define | __BYTE_ORDER BYTE_ORDER |
| #define | __END_DECLS |
| #define | __LITTLE_ENDIAN LITTLE_ENDIAN |
| #define | __P(p) p |
| #define | BIG_ENDIAN 4321 |
| #define | BYTE_ORDER LITTLE_ENDIAN |
| #define | LITTLE_ENDIAN 1234 |
Typedefs | |
| typedef unsigned short | u_int16_t |
| typedef unsigned int | u_int32_t |
| typedef unsigned char | u_int8_t |
Functions | |
| int | setenv (const char *name, const char *value, int overwrite) |
| char * | strsep (char **str, const char *delims) |
| int | unsetenv (const char *name) |
| #define __BEGIN_DECLS |
Definition at line 4 of file solaris-compat/compat.h.
| #define __BIG_ENDIAN BIG_ENDIAN |
Definition at line 32 of file solaris-compat/compat.h.
| #define __BIT_TYPES_DEFINED__ |
Definition at line 37 of file solaris-compat/compat.h.
| #define __BYTE_ORDER BYTE_ORDER |
Definition at line 33 of file solaris-compat/compat.h.
| #define __END_DECLS |
Definition at line 5 of file solaris-compat/compat.h.
| #define __LITTLE_ENDIAN LITTLE_ENDIAN |
Definition at line 31 of file solaris-compat/compat.h.
| #define __P | ( | p | ) | p |
Definition at line 8 of file solaris-compat/compat.h.
| #define BIG_ENDIAN 4321 |
Definition at line 21 of file solaris-compat/compat.h.
| #define BYTE_ORDER LITTLE_ENDIAN |
Definition at line 26 of file solaris-compat/compat.h.
| #define LITTLE_ENDIAN 1234 |
Definition at line 20 of file solaris-compat/compat.h.
| typedef unsigned short u_int16_t |
Definition at line 39 of file solaris-compat/compat.h.
| typedef unsigned int u_int32_t |
Definition at line 40 of file solaris-compat/compat.h.
| typedef unsigned char u_int8_t |
Definition at line 38 of file solaris-compat/compat.h.
| int setenv | ( | const char * | name, |
| const char * | value, | ||
| int | overwrite | ||
| ) |
| char * strsep | ( | char ** | str, |
| const char * | delims | ||
| ) |
| int unsetenv | ( | const char * | name | ) |