Lines Matching defs:packetno
507 size_t packetno;
529 packetno = 0;
538 for (bool start = true; packetno < npackets; start = false) {
540 (uint8_t *)packets[packetno].base;
544 dnsasm, &packetno,
548 dnsasm, &packetno, NULL, 0);
561 assert_true(packetno == npackets);
570 packetno = 0;
583 dnsasm, &packetno, isc_buffer_current(&dnsbuf), sz);
588 assert_true(packetno == npackets);