My Project
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules
inet.h File Reference
#include <netinet/in.h>
#include <stdint.h>

Go to the source code of this file.

Functions

in_addr_t inet_addr (const char *cp)
 
int inet_aton (const char *cp, struct in_addr *inp)
 
char * inet_ntoa (struct in_addr in)
 

Function Documentation

in_addr_t inet_addr ( const char *  cp)

Definition at line 4 of file soc_inet_addr.c.

int inet_aton ( const char *  cp,
struct in_addr inp 
)

Definition at line 6 of file soc_inet_aton.c.

char* inet_ntoa ( struct in_addr  in)

Definition at line 7 of file soc_inet_ntoa.c.