CMGDK r49-rc2
|
#include <errno.h>
#include <netinet/in_systm.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>
宏定义 | |
#define | in_addr_t uint32 |
#define | GETHOSTBYNAME_BUFF_SIZE 2048 |
函数 | |
void | my_inet_ntoa (struct in_addr in, char *buf) |
struct hostent * | my_gethostbyname_r (const char *name, struct hostent *result, char *buffer, int buflen, int *h_errnop) |
void | my_gethostbyname_r_free () |
#define GETHOSTBYNAME_BUFF_SIZE 2048 |
#define in_addr_t uint32 |
struct hostent* my_gethostbyname_r | ( | const char * | name, |
struct hostent * | result, | ||
char * | buffer, | ||
int | buflen, | ||
int * | h_errnop | ||
) | [read] |
void my_gethostbyname_r_free | ( | ) |
void my_inet_ntoa | ( | struct in_addr | in, |
char * | buf | ||
) |