ud3tn/include/cla/posix
Felix Walter 553cb23bdd Fix constParameter and constVariable warnings by cppcheck
This improves const correctness, at least for pointers (making the
pointed-to data const where possible).

Some suppressions are added for false positive warnings, such as in
`simple_queue.c` where an arithmethic operation is used on the pointer
to calculate a non-const pointer that is returned (thus, the passed
pointer should also not point to const).

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-09-11 10:13:21 +02:00
..
cla_bibe.h cla: Add return values to CLA transmission functions 2024-06-03 13:41:58 +02:00
cla_mtcp.h cla: Add return values to CLA transmission functions 2024-06-03 13:41:58 +02:00
cla_smtcp.h Merge Bundle Processor and Router Task 2022-12-07 21:02:36 +01:00
cla_tcp_common.h Fix constParameter and constVariable warnings by cppcheck 2024-09-11 10:13:21 +02:00
cla_tcp_util.h cla_tcp_util: Include sys/socket.h for struct sockaddr 2023-06-06 13:01:04 +02:00
cla_tcpclv3.h Merge Bundle Processor and Router Task 2022-12-07 21:02:36 +01:00
cla_tcpclv3_proto.h Insert SPDX license expression comments into our .c, .h, .py, and .sh code 2022-02-20 16:24:38 +01:00
cla_tcpspp.h Remove config.h: Move all definitions to individual headers 2023-09-29 14:43:21 +02:00