D | InterfaceParams.java | 36 public class InterfaceParams { class 52 public static InterfaceParams getByName(String name) { in getByName() 60 return new InterfaceParams(name, netif.getIndex(), macAddr, netif.getMTU()); in getByName() 66 public InterfaceParams(String name, int index, MacAddress macAddr) { in InterfaceParams() method in InterfaceParams 70 public InterfaceParams(String name, int index, MacAddress macAddr, int defaultMtu) { in InterfaceParams() method in InterfaceParams
|