#include "curl_setup.h"
Go to the source code of this file.
Classes | |
struct | Curl_addrinfo |
Typedefs | |
typedef struct Curl_addrinfo | Curl_addrinfo |
Functions | |
void | Curl_freeaddrinfo (Curl_addrinfo *cahead) |
Curl_addrinfo * | Curl_he2ai (const struct hostent *he, int port) |
Curl_addrinfo * | Curl_ip2addr (int af, const void *inaddr, const char *hostname, int port) |
Curl_addrinfo * | Curl_str2addr (char *dotted, int port) |
typedef struct Curl_addrinfo Curl_addrinfo |
Definition at line 61 of file curl_addrinfo.h.
void Curl_freeaddrinfo | ( | Curl_addrinfo * | cahead | ) |
Definition at line 76 of file curl_addrinfo.c.
Curl_addrinfo* Curl_he2ai | ( | const struct hostent * | he, |
int | port | ||
) |
Definition at line 268 of file curl_addrinfo.c.
Curl_addrinfo* Curl_ip2addr | ( | int | af, |
const void * | inaddr, | ||
const char * | hostname, | ||
int | port | ||
) |
Definition at line 388 of file curl_addrinfo.c.
Curl_addrinfo* Curl_str2addr | ( | char * | dotted, |
int | port | ||
) |
Definition at line 463 of file curl_addrinfo.c.