mirror of
https://repo.or.cz/socat.git
synced 2025-07-17 00:23:25 +00:00
merged feature raw network interface
This commit is contained in:
commit
784e378ede
18 changed files with 293 additions and 25 deletions
|
@ -78,8 +78,8 @@ extern int xiopoll(struct pollfd fds[], nfds_t nfds, int timeout);
|
|||
|
||||
extern int parseport(const char *portname, int proto);
|
||||
|
||||
extern int ifindexbyname(const char *ifname);
|
||||
extern int ifindex(const char *ifname, unsigned int *ifindex);
|
||||
extern int ifindexbyname(const char *ifname, int anysock);
|
||||
extern int ifindex(const char *ifname, unsigned int *ifindex, int anysock);
|
||||
|
||||
extern int xiosetenv(const char *varname, const char *value, int overwrite);
|
||||
extern int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue