Home | History | Annotate | Download | only in isc

Lines Matching refs:packets

304 	isc_region_t *packets;
314 uint8_t *message = (uint8_t *)vdata->packets[0].base;
320 if (vdata->packets != NULL) {
328 if (vdata->packets != NULL &&
336 vdata->packets++;
508 isc_region_t packets[] = {
519 const size_t npackets = sizeof(packets) / sizeof(packets[0]);
525 isc_buffer_putmem(&dnsbuf, packets[i].base, packets[i].length);
540 (uint8_t *)packets[packetno].base;
566 isc_buffer_putmem(&dnsbuf, packets[i].base, packets[i].length);
569 /* try to process multiple packets at once, when possible */
572 cbdata_regions.packets = packets;