Searched defs:ip (Results 1 – 8 of 8) sorted by relevance
75 public static int startKernelNeighborProbe(int ifIndex, InetAddress ip) { in startKernelNeighborProbe()96 final InetAddress ip; field in IpNeighborMonitor.NeighborEvent100 public NeighborEvent(long elapsedMs, short msgType, int ifindex, InetAddress ip, in NeighborEvent()
140 public void notifyLost(InetAddress ip, String logMsg); in notifyLost()
75 public void set(@Nonnull final InputPointers ip) { in set()82 public void copy(@Nonnull final InputPointers ip) { in copy()
102 public void set(@Nonnull final ResizableIntArray ip) { in set()108 public void copy(@Nonnull final ResizableIntArray ip) { in copy()
48 int ip = row; in findPivotAndSwapRow() local
116 IndentingPrintWriter ip = new IndentingPrintWriter(sr, " "); in testAnalyticsSingleCall() local
196 int ip = wifiInfo.getIpAddress(); in getWifiIpAddress() local
389 private static String getIpAddressString(ByteBuffer ip, int byteLength) { in getIpAddressString()