Lines Matching full:resolution
131 #define IF_TSRESOL 9 /* interface's time stamp resolution */
201 uint64_t tsresol; /* time stamp resolution */
227 uint64_t user_tsresol; /* time stamp resolution requested by the user */
522 * Resolution is negative power of 2. in process_idb_options()
528 * Resolution is too high; 2^-{res} in process_idb_options()
532 "Interface Description Block if_tsresol option resolution 2^-%u is too high", in process_idb_options()
540 * Resolution is negative power of 10. in process_idb_options()
544 * Resolution is too high; 2^-{res} in process_idb_options()
552 "Interface Description Block if_tsresol option resolution 10^-%u is too high", in process_idb_options()
704 * Set the default time stamp resolution and offset. in add_interface()
706 tsresol = 1000000; /* microsecond resolution */ in add_interface()
727 * The resolution is the resolution the user wants, in add_interface()
733 * The resolution is greater than what the user wants, in add_interface()
747 * The resolution is less than what the user wants, in add_interface()
903 "unknown time stamp resolution %u", precision); in pcap_ng_check_header()
991 * Save the time stamp resolution the user requested. in pcap_ng_check_header()
1343 * length, or resolution as the first interface in pcap_ng_next_packet()
1382 * with the fractions being in units of the file-supplied resolution. in pcap_ng_next_packet()
1388 * Convert the fractions from units of the file-supplied resolution in pcap_ng_next_packet()
1389 * to units of the user-requested resolution. in pcap_ng_next_packet()
1395 * The interface resolution is what the user wants, in pcap_ng_next_packet()
1402 * The interface resolution is less than what the user in pcap_ng_next_packet()
1404 * the resolution the user requested by multiplying by in pcap_ng_next_packet()
1405 * the quotient of the user-requested resolution and the in pcap_ng_next_packet()
1406 * file-supplied resolution. in pcap_ng_next_packet()
1409 * requested resolution is greater than the file-supplied in pcap_ng_next_packet()
1410 * resolution, so the quotient in question is an integer. in pcap_ng_next_packet()
1419 * The interface resolution is less than what the user in pcap_ng_next_packet()
1421 * the resolution the user requested by multiplying by in pcap_ng_next_packet()
1422 * the quotient of the user-requested resolution and the in pcap_ng_next_packet()
1423 * file-supplied resolution. in pcap_ng_next_packet()
1425 * The file-supplied resolution is a power of 2, so the in pcap_ng_next_packet()
1428 * user-requested resolution and divide by the file- in pcap_ng_next_packet()
1429 * supplied resolution. in pcap_ng_next_packet()
1432 * given that we know that the file-supplied resolution in pcap_ng_next_packet()
1443 * The interface resolution is greater than what the user in pcap_ng_next_packet()
1445 * the resolution the user requested by multiplying by in pcap_ng_next_packet()
1446 * the quotient of the user-requested resolution and the in pcap_ng_next_packet()
1447 * file-supplied resolution. in pcap_ng_next_packet()
1450 * requested resolution is less than the file-supplied in pcap_ng_next_packet()
1451 * resolution, so the quotient in question isn't an in pcap_ng_next_packet()
1463 * The interface resolution is greater than what the user in pcap_ng_next_packet()
1465 * resolution the user requested by multiplying by the in pcap_ng_next_packet()
1466 * quotient of the user-requested resolution and the in pcap_ng_next_packet()
1467 * file-supplied resolution. We do that by multiplying in pcap_ng_next_packet()
1468 * by the user-requested resolution and dividing by the in pcap_ng_next_packet()
1469 * file-supplied resolution, as the quotient might not in pcap_ng_next_packet()
1472 * The file-supplied resolution is a power of 2, so the in pcap_ng_next_packet()
1476 * resolution and divide by the file-supplied resolution. in pcap_ng_next_packet()
1479 * given that we know that the file-supplied resolution in pcap_ng_next_packet()