#include <netdb.h>
Go to the source code of this file.
Data Structures | |
struct | ast_hostent |
Defines | |
#define | inet_ntoa __dont__use__inet_ntoa__use__ast_inet_ntoa__instead__ |
Functions | |
hostent * | ast_gethostbyname (const char *host, struct ast_hostent *hp) |
int | ast_base64encode (char *dst, unsigned char *src, int srclen, int max) |
int | ast_base64decode (unsigned char *dst, char *src, int max) |
int | test_for_thread_safety (void) |
const char * | ast_inet_ntoa (char *buf, int bufsiz, struct in_addr ia) |
int | ast_utils_init (void) |
|
|
Definition at line 221 of file utils.c.
|
|
Definition at line 259 of file utils.c.
|
|
Definition at line 134 of file utils.c. References ast_hostent::buf, ast_hostent::hp, and s. Referenced by ast_get_ip().
|
|
Definition at line 337 of file utils.c. Referenced by ast_apply_ha(), ast_ouraddrfor(), ast_rtcp_read(), ast_rtp_bridge(), ast_rtp_read(), and ast_rtp_senddigit().
|
|
Definition at line 342 of file utils.c. Referenced by main().
|
|
Definition at line 193 of file utils.c. References ast_mutex_lock, and ast_mutex_unlock. Referenced by main().
|