#include "curl_setup.h"
#include "urldata.h"
#include "sendf.h"
#include "hostip.h"
#include "hash.h"
#include "share.h"
#include "strerror.h"
#include "url.h"
#include "inet_pton.h"
#include "curl_printf.h"
#include "curl_memory.h"
#include "memdebug.h"
Go to the source code of this file.
Functions | |
Curl_addrinfo * | Curl_getaddrinfo (struct connectdata *conn, const char *hostname, int port, int *waitp) |
Curl_addrinfo * | Curl_ipv4_resolve_r (const char *hostname, int port) |
bool | Curl_ipvalid (struct connectdata *conn) |
Curl_addrinfo* Curl_getaddrinfo | ( | struct connectdata * | conn, |
const char * | hostname, | ||
int | port, | ||
int * | waitp | ||
) |
Curl_addrinfo* Curl_ipv4_resolve_r | ( | const char * | hostname, |
int | port | ||
) |
bool Curl_ipvalid | ( | struct connectdata * | conn | ) |