#include "curl_setup.h"
#include "inet_ntop.h"
#include "strcase.h"
#include "if2ip.h"
#include "curl_printf.h"
#include "curl_memory.h"
#include "memdebug.h"
Go to the source code of this file.
Functions | |
if2ip_result_t | Curl_if2ip (int af, unsigned int remote_scope, unsigned int remote_scope_id, const char *interf, char *buf, int buf_size) |
bool | Curl_if_is_interface_name (const char *interf) |
unsigned int | Curl_ipv6_scope (const struct sockaddr *sa) |
if2ip_result_t Curl_if2ip | ( | int | af, |
unsigned int | remote_scope, | ||
unsigned int | remote_scope_id, | ||
const char * | interf, | ||
char * | buf, | ||
int | buf_size | ||
) |
bool Curl_if_is_interface_name | ( | const char * | interf | ) |
unsigned int Curl_ipv6_scope | ( | const struct sockaddr * | sa | ) |