Searched refs:Curl_if2ip (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | if2ip.c | 116 if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope, in Curl_if2ip() function 201 return (Curl_if2ip(AF_INET, 0 /* unused */, 0, interf, buf, sizeof(buf)) == in Curl_if_is_interface_name() 205 if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope, in Curl_if2ip() function 258 if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope, in Curl_if2ip() function
|
D | if2ip.h | 42 if2ip_result_t Curl_if2ip(int af, unsigned int remote_scope,
|
D | connect.c | 287 switch(Curl_if2ip(af, scope, conn->scope_id, dev, in bindlocal()
|
D | ftp.c | 1078 switch(Curl_if2ip(conn->ip_addr->ai_family, in ftp_state_use_port()
|
/external/curl/docs/ |
D | INTERNALS | 311 The `Curl_if2ip()` function can be used for getting the IP number of a
|
/external/curl/ |
D | CHANGES.0 | 2290 - Fixed the getifaddrs version of Curl_if2ip to work on systems without IPv6 2414 - The getifaddrs() version of Curl_if2ip() crashed when used on a Linux
|