Searched defs:packet (Results 1 – 3 of 3) sorted by relevance
241 Scheduler.prototype.queue = function (packet) { argument345 TaskControlBlock.prototype.checkPriorityAdd = function (task, packet) { argument374 IdleTask.prototype.run = function (packet) { argument401 DeviceTask.prototype.run = function (packet) { argument430 WorkerTask.prototype.run = function (packet) { argument465 HandlerTask.prototype.run = function (packet) { argument
78 DatagramPacket packet = new DatagramPacket(new byte[length + 1], length + 1); in assertPacket() local85 DatagramPacket packet = new DatagramPacket(new byte[1], 1); in drain() local
99 InetAddress address, byte[] packet) throws ErrnoException, IOException { in sendPing()