#include "setup.h"#include <stdio.h>#include <stdlib.h>#include <string.h>#include "if2ip.h"#include "inet_ntop.h"#include "memory.h"#include "memdebug.h"Go to the source code of this file.
Defines | |
| #define | SYS_ERROR -1 |
Functions | |
| char * | Curl_if2ip (const char *interface, char *buf, int buf_size) |
| #define SYS_ERROR -1 |
| char* Curl_if2ip | ( | const char * | interface, | |
| char * | buf, | |||
| int | buf_size | |||
| ) |
Definition at line 85 of file if2ip.c.
References Curl_if2ip(), Curl_inet_ntop(), asio::detail::socket_ops::ioctl(), ip, NULL, simple_client::s, sclose, asio::detail::socket_ops::socket(), and SYS_ERROR.
Referenced by bindlocal(), Curl_if2ip(), and ftp_state_use_port().
1.5.6