Eneboo - Documentación para desarrolladores
'defines' | Funciones
Referencia del Archivo src/libmysql_std/include/my_net.h
#include <errno.h>
#include <netinet/in_systm.h>
#include <netinet/in.h>
#include <netinet/ip.h>
#include <netinet/tcp.h>

Ir al código fuente de este archivo.

'defines'

#define in_addr_t   uint32
#define INADDR_NONE   -1
#define GETHOSTBYNAME_BUFF_SIZE   2048

Funciones

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 ()

Documentación de los 'defines'

#define GETHOSTBYNAME_BUFF_SIZE   2048
#define in_addr_t   uint32
#define INADDR_NONE   -1

Documentación de las funciones

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 
)
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'