doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Macros | Functions
inet_pton.c File Reference
#include "setup.h"
#include <string.h>
#include <errno.h>
#include "inet_pton.h"

Go to the source code of this file.

Macros

#define IN6ADDRSZ   16
 
#define INADDRSZ   4
 
#define INT16SZ   2
 

Functions

int Curl_inet_pton (int af, const char *src, void *dst)
 

Macro Definition Documentation

#define IN6ADDRSZ   16

Definition at line 43 of file inet_pton.c.

#define INADDRSZ   4

Definition at line 44 of file inet_pton.c.

#define INT16SZ   2

Definition at line 45 of file inet_pton.c.

Function Documentation

int Curl_inet_pton ( int  af,
const char *  src,
void dst 
)

Definition at line 73 of file inet_pton.c.