Re: Failed to get interface list while using ioctl (WSAIoctl) compiled by cygwin

2022-08-12 Thread Marco Atzeri
On 12.08.2022 14:01, dragon wrote: Hi, Thans for your attention. I had a problem doing porting the network part。I want to get a list of network devices that can be implemented on Linux with an ioctl interface. A set of ioctl interfaces is also provided on Windows called WSAIoctl wit

Failed to get interface list while using ioctl (WSAIoctl) compiled by cygwin

2022-08-12 Thread dragon
Hi, Thans for your attention. I had a problem doing porting the network part。I want to get a list of network devices that can be implemented on Linux with an ioctl interface. A set of ioctl interfaces is also provided on Windows called WSAIoctl with cmd SIO_GET_INTERFACE_LIST。The WSAI