Home
last modified time | relevance | path

Searched refs:checksum_found (Results 1 – 5 of 5) sorted by relevance

/dports/net/wireshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-p_mul.c776 guint16 checksum_calc, checksum_found;
899 checksum_found = tvb_get_ntohs (tvb, offset);
902 if (checksum_calc != checksum_found) {
904 if (checksum1 == checksum_found) {
909 if (checksum_calc == checksum_found) {
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-p_mul.c776 guint16 checksum_calc, checksum_found; in dissect_p_mul() local
899 checksum_found = tvb_get_ntohs (tvb, offset); in dissect_p_mul()
902 if (checksum_calc != checksum_found) { in dissect_p_mul()
904 if (checksum1 == checksum_found) { in dissect_p_mul()
909 if (checksum_calc == checksum_found) { in dissect_p_mul()
/dports/net/tshark-lite/wireshark-3.6.1/epan/dissectors/
H A Dpacket-p_mul.c776 guint16 checksum_calc, checksum_found; in dissect_p_mul() local
899 checksum_found = tvb_get_ntohs (tvb, offset); in dissect_p_mul()
902 if (checksum_calc != checksum_found) { in dissect_p_mul()
904 if (checksum1 == checksum_found) { in dissect_p_mul()
909 if (checksum_calc == checksum_found) { in dissect_p_mul()
/dports/net/tshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-p_mul.c776 guint16 checksum_calc, checksum_found; in dissect_p_mul() local
899 checksum_found = tvb_get_ntohs (tvb, offset); in dissect_p_mul()
902 if (checksum_calc != checksum_found) { in dissect_p_mul()
904 if (checksum1 == checksum_found) { in dissect_p_mul()
909 if (checksum_calc == checksum_found) { in dissect_p_mul()
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Dfs_image.c4789 uint64_t checksum_found, checksum_should = 0, size; in iso_analyze_alpha_boot() local
4796 checksum_found = iso_read_lsb64(usad + 504); in iso_analyze_alpha_boot()
4799 if (checksum_found != checksum_should) in iso_analyze_alpha_boot()