Home
last modified time | relevance | path

Searched refs:CRC_LENGTH (Results 1 – 25 of 100) sorted by relevance

1234

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gprs-llc.c35 #define CRC_LENGTH 3U macro
478 if (length >= CRC_LENGTH) { in dissect_llcgprs()
482 llc_data_length -= CRC_LENGTH; in dissect_llcgprs()
750 if (captured_length >= length && length >= CRC_LENGTH) in dissect_llcgprs()
764 proto_tree_add_uint_format_value(llcgprs_tree, hf_llcgprs_fcs, tvb, llc_data_length, CRC_LENGTH, in dissect_llcgprs()
772 proto_tree_add_uint_format_value(llcgprs_tree, hf_llcgprs_fcs, tvb, llc_data_length, CRC_LENGTH, in dissect_llcgprs()
778 proto_tree_add_uint_format_value(llcgprs_tree, hf_llcgprs_fcs, tvb, llc_data_length, CRC_LENGTH, in dissect_llcgprs()
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gprs-llc.c35 #define CRC_LENGTH 3U macro
478 if (length >= CRC_LENGTH) { in dissect_llcgprs()
482 llc_data_length -= CRC_LENGTH; in dissect_llcgprs()
750 if (captured_length >= length && length >= CRC_LENGTH) in dissect_llcgprs()
764 proto_tree_add_uint_format_value(llcgprs_tree, hf_llcgprs_fcs, tvb, llc_data_length, CRC_LENGTH, in dissect_llcgprs()
772 proto_tree_add_uint_format_value(llcgprs_tree, hf_llcgprs_fcs, tvb, llc_data_length, CRC_LENGTH, in dissect_llcgprs()
778 proto_tree_add_uint_format_value(llcgprs_tree, hf_llcgprs_fcs, tvb, llc_data_length, CRC_LENGTH, in dissect_llcgprs()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gprs-llc.c35 #define CRC_LENGTH 3U
478 if (length >= CRC_LENGTH) {
482 llc_data_length -= CRC_LENGTH;
750 if (captured_length >= length && length >= CRC_LENGTH)
764 proto_tree_add_uint_format_value(llcgprs_tree, hf_llcgprs_fcs, tvb, llc_data_length, CRC_LENGTH,
772 proto_tree_add_uint_format_value(llcgprs_tree, hf_llcgprs_fcs, tvb, llc_data_length, CRC_LENGTH,
778 proto_tree_add_uint_format_value(llcgprs_tree, hf_llcgprs_fcs, tvb, llc_data_length, CRC_LENGTH,
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-gprs-llc.c35 #define CRC_LENGTH 3U macro
478 if (length >= CRC_LENGTH) { in dissect_llcgprs()
482 llc_data_length -= CRC_LENGTH; in dissect_llcgprs()
750 if (captured_length >= length && length >= CRC_LENGTH) in dissect_llcgprs()
764 proto_tree_add_uint_format_value(llcgprs_tree, hf_llcgprs_fcs, tvb, llc_data_length, CRC_LENGTH, in dissect_llcgprs()
772 proto_tree_add_uint_format_value(llcgprs_tree, hf_llcgprs_fcs, tvb, llc_data_length, CRC_LENGTH, in dissect_llcgprs()
778 proto_tree_add_uint_format_value(llcgprs_tree, hf_llcgprs_fcs, tvb, llc_data_length, CRC_LENGTH, in dissect_llcgprs()
/dports/emulators/qemu/qemu-6.2.0/hw/net/
H A Dnpcm7xx_emc.c50 #define CRC_LENGTH 4 macro
479 len > 0xffff - CRC_LENGTH) { in emc_receive()
498 if (len + CRC_LENGTH > max_frame_len) { in emc_receive()
510 if (len + CRC_LENGTH > MAX_ETH_FRAME_SIZE) { in emc_receive()
/dports/emulators/qemu60/qemu-6.0.0/hw/net/
H A Dnpcm7xx_emc.c50 #define CRC_LENGTH 4 macro
479 len > 0xffff - CRC_LENGTH) { in emc_receive()
498 if (len + CRC_LENGTH > max_frame_len) { in emc_receive()
510 if (len + CRC_LENGTH > MAX_ETH_FRAME_SIZE) { in emc_receive()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/hw/net/
H A Dnpcm7xx_emc.c50 #define CRC_LENGTH 4 macro
479 len > 0xffff - CRC_LENGTH) { in emc_receive()
498 if (len + CRC_LENGTH > max_frame_len) { in emc_receive()
510 if (len + CRC_LENGTH > MAX_ETH_FRAME_SIZE) { in emc_receive()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/tests/qtest/
H A Dnpcm7xx_emc-test.c37 #define CRC_LENGTH 4 macro
722 RX_DATA_LEN + CRC_LENGTH); in emc_recv_verify()
782 PTLE_DATA_LEN + CRC_LENGTH); in emc_test_ptle()
/dports/emulators/qemu/qemu-6.2.0/tests/qtest/
H A Dnpcm7xx_emc-test.c37 #define CRC_LENGTH 4 macro
722 RX_DATA_LEN + CRC_LENGTH); in emc_recv_verify()
782 PTLE_DATA_LEN + CRC_LENGTH); in emc_test_ptle()
/dports/emulators/qemu60/qemu-6.0.0/tests/qtest/
H A Dnpcm7xx_emc-test.c37 #define CRC_LENGTH 4 macro
722 RX_DATA_LEN + CRC_LENGTH); in emc_recv_verify()
782 PTLE_DATA_LEN + CRC_LENGTH); in emc_test_ptle()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8188eu/include/
H A Dieee80211.h443 #define CRC_LENGTH 4U macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8188eu/include/
H A Dieee80211.h443 #define CRC_LENGTH 4U macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8188eu/include/
H A Dieee80211.h443 #define CRC_LENGTH 4U macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/staging/rtl8723bs/include/
H A Dieee80211.h570 #define CRC_LENGTH 4U macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/staging/rtl8723bs/include/
H A Dieee80211.h570 #define CRC_LENGTH 4U macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/staging/rtl8723bs/include/
H A Dieee80211.h570 #define CRC_LENGTH 4U macro
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h506 #define CRC_LENGTH 4U macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h506 #define CRC_LENGTH 4U macro
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/wireless/intel/ipw2x00/
H A Dlibipw.h506 #define CRC_LENGTH 4U macro
/dports/multimedia/gpac-mp4box/gpac-1.0.0/src/media_tools/
H A Dm2ts_mux.c182 if (use_syntax_indicator) overhead_size += SECTION_ADDITIONAL_HEADER_LENGTH + CRC_LENGTH; in gf_m2ts_mux_table_update()
247 CRC = gf_crc_32((char *) section->data,section->length-CRC_LENGTH); in gf_m2ts_mux_table_update()
347 if (use_syntax_indicator) overhead_size += SECTION_ADDITIONAL_HEADER_LENGTH + CRC_LENGTH; in gf_m2ts_mux_table_update_mpeg4()
430 CRC = gf_crc_32((char *) section->data,section->length-CRC_LENGTH); in gf_m2ts_mux_table_update_mpeg4()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/src/media_tools/
H A Dm2ts_mux.c182 if (use_syntax_indicator) overhead_size += SECTION_ADDITIONAL_HEADER_LENGTH + CRC_LENGTH; in gf_m2ts_mux_table_update()
247 CRC = gf_crc_32((char *) section->data,section->length-CRC_LENGTH); in gf_m2ts_mux_table_update()
347 if (use_syntax_indicator) overhead_size += SECTION_ADDITIONAL_HEADER_LENGTH + CRC_LENGTH; in gf_m2ts_mux_table_update_mpeg4()
430 CRC = gf_crc_32((char *) section->data,section->length-CRC_LENGTH); in gf_m2ts_mux_table_update_mpeg4()
/dports/multimedia/gpac-libgpac/gpac-1.0.0/include/gpac/
H A Dmpegts.h300 #define CRC_LENGTH 4 macro
/dports/multimedia/gpac-mp4box/gpac-1.0.0/include/gpac/
H A Dmpegts.h300 #define CRC_LENGTH 4 macro
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A De1000.h421 #define CRC_LENGTH ETHERNET_FCS_SIZE macro
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/net/
H A De1000.h421 #define CRC_LENGTH ETHERNET_FCS_SIZE macro

1234