Searched refs:InterfaceRequest (Results 1 – 2 of 2) sorted by relevance
18 public struct InterfaceRequest struct21 public InterfaceRequest(string name, int interfaceIndex = 0) in InterfaceRequest() method171 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()
37 if(canInterfaceName.Length >= InterfaceRequest.InterfaceNameSize) in SocketCANBridge()59 var request = new InterfaceRequest(canInterfaceName); in SocketCANBridge()