webrtc/net/dcsctp/packet
Jared Siskin bceec84aee Format ^(api|call|common_audio|examples|media|net|p2p|pc)/
half of the remaining folders

git ls-files | grep -e  "\(\.h\|\.cc\)$" | grep -E "^(api|call|common_audio|examples|media|net|p2p|pc)/" | xargs clang-format -i ; git cl format
after landing: add to .git-blame-ignore-revs

Bug: webrtc:15082
Change-Id: I8b2cac13f4587d3ce9b2fccc7362967283f57ea2
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/302062
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#39977}
2023-05-03 11:09:26 +00:00
..
chunk Format ^(api|call|common_audio|examples|media|net|p2p|pc)/ 2023-05-03 11:09:26 +00:00
error_cause dcsctp: Prevent overflow of missing parameters 2021-06-09 14:12:53 +00:00
parameter dcsctp: add zero checksum acceptable chunk parameter 2023-03-28 12:15:39 +00:00
bounded_byte_reader.h dcsctp: Do explicit bounds checking in bounded IO 2021-06-16 13:02:32 +00:00
bounded_byte_reader_test.cc
bounded_byte_writer.h Fix several UBsan issues with memcpy 2022-09-14 09:35:39 +00:00
bounded_byte_writer_test.cc
BUILD.gn dcsctp: add zero checksum acceptable chunk parameter 2023-03-28 12:15:39 +00:00
chunk_validators.cc dcsctp: Report duplicate TSNs 2021-05-19 12:57:03 +00:00
chunk_validators.h dcsctp: Add Chunk Validators 2021-04-20 13:37:22 +00:00
chunk_validators_test.cc dcsctp: Add Chunk Validators 2021-04-20 13:37:22 +00:00
crc32c.cc dcsctp: Use third_party/crc32c for integrity check 2021-04-27 10:12:44 +00:00
crc32c.h dcsctp: Add CRC32C generator 2021-03-31 15:02:02 +00:00
crc32c_test.cc dcsctp: Add CRC32C generator 2021-03-31 15:02:02 +00:00
data.h Revert "dcsctp: Use rtc::CopyOnWriteBuffer" 2021-12-02 12:33:46 +00:00
sctp_packet.cc Reland "dcsctp: Support zero checksum packets" 2023-04-20 20:32:01 +00:00
sctp_packet.h Reland "dcsctp: Support zero checksum packets" 2023-04-20 20:32:01 +00:00
sctp_packet_test.cc Reland "dcsctp: Support zero checksum packets" 2023-04-20 20:32:01 +00:00
tlv_trait.cc dcsctp: Add TLV trait 2021-03-31 12:52:38 +00:00
tlv_trait.h dcsctp: Fix iOS build errors 2021-05-04 10:11:15 +00:00
tlv_trait_test.cc dcsctp: Enforce variable length TLV minimum length 2021-04-08 15:33:16 +00:00