Home | History | Annotate | Download | only in dev

Lines Matching defs:packet

175  * the upper and lower halves, and the outgoing packet queue.
180 u_char data[ADB_MAX_MSG_LENGTH]; /* packet data only */
185 u_int unsol; /* 1 if packet was unsolicited */
220 int tickle_count = 0; /* how many tickles seen for this packet? */
221 int tickle_serial = 0; /* the last packet tickled */
222 int adb_cuda_serial = 0; /* the current packet */
333 struct adbCommand packet;
353 * This is an unexpected packet, so grab the first (dummy)
355 * starting to receive the packet by setting the TIP bit.
391 * Are we waiting AND does this packet match what we
399 memcpy(packet.data, adbInputBuffer, adbInputBuffer[0] + 1);
405 packet.saveBuf = adbBuffer;
406 packet.compRout = adbCompRout;
407 packet.compData = adbCompData;
408 packet.unsol = 0;
409 packet.ack_only = 0;
410 adb_pass_up(&packet);
418 packet.unsol = 1;
419 packet.ack_only = 0;
420 adb_pass_up(&packet);
503 memcpy(packet.data, adbInputBuffer, adbInputBuffer[0] + 1);
504 packet.saveBuf = adbBuffer;
505 packet.compRout = adbCompRout;
506 packet.compData = adbCompData;
507 packet.cmd = adbWaitingCmd;
508 packet.unsol = 0;
509 packet.ack_only = 1;
510 adb_pass_up(&packet);
671 * It takes the raw packet data that was received from the
677 * that the packet was sent (on a LISTEN, for example), or the
681 * If in->unsol is 1, then this packet was unsolicited and
688 * Note that in->data contains the packet header AND data,
756 * If this is an unsolicited packet, we need to fill in
757 * some info so adb_soft_intr can process this packet
776 /* copy the packet data over */
855 /* Remove the packet from the queue before calling