Searched refs:packetId (Results 1 – 1 of 1) sorted by relevance
102 short packetId; field in DnsPinger.ActivePing160 newActivePing.packetId = (short) sRandom.nextInt(); in handleMessage()162 buf[0] = (byte) (newActivePing.packetId >> 8); in handleMessage()163 buf[1] = (byte) newActivePing.packetId; in handleMessage()171 + " with packetId " + newActivePing.packetId + "."); in handleMessage()194 if (responseBuf[0] == (byte) (curPing.packetId >> 8) && in handleMessage()195 responseBuf[1] == (byte) curPing.packetId) { in handleMessage()216 sendResponse(curPing.internalId, curPing.packetId, curPing.result); in handleMessage()221 sendResponse(curPing.internalId, curPing.packetId, TIMEOUT); in handleMessage()