Monero
Loading...
Searching...
No Matches
Functions
miniwget.h File Reference
#include "miniupnpc_declspec.h"
Include dependency graph for miniwget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

MINIUPNP_LIBSPEC void * miniwget (const char *, int *, unsigned int, int *)
 
MINIUPNP_LIBSPEC void * miniwget_getaddr (const char *, int *, char *, int, unsigned int, int *)
 
int parseURL (const char *, char *, unsigned short *, char **, unsigned int *)
 

Function Documentation

◆ miniwget()

MINIUPNP_LIBSPEC void * miniwget ( const char * url,
int * size,
unsigned int scope_id,
int * status_code )

◆ miniwget_getaddr()

MINIUPNP_LIBSPEC void * miniwget_getaddr ( const char * url,
int * size,
char * addr,
int addrlen,
unsigned int scope_id,
int * status_code )

◆ parseURL()

int parseURL ( const char * url,
char * hostname,
unsigned short * port,
char ** path,
unsigned int * scope_id )