Home
last modified time | relevance | path

Searched refs:InterfaceRequest (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLibCWrapper.cs18 public struct InterfaceRequest struct
21 public InterfaceRequest(string name, int interfaceIndex = 0) in InterfaceRequest() method
171 public static int Ioctl(int fd, int request, ref InterfaceRequest ifreq) in Ioctl()
245 public static extern int ioctl(int d, int request, ref InterfaceRequest ifreq); in ioctl()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DSocketCANBridge.cs37 if(canInterfaceName.Length >= InterfaceRequest.InterfaceNameSize) in SocketCANBridge()
59 var request = new InterfaceRequest(canInterfaceName); in SocketCANBridge()