zephyr/subsys/net/lib/ptp
Benjamin Cabé 1f0c22eb01 net: ptp: fix incorrect req_timestamp decoding
Removed incorrect use of ntoh to decode Delay_Req timestamp

Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
2024-07-01 18:13:42 +02:00
..
btca.c net: ptp: Implement Best TimeTransmitter Clock algorithm for PTP stack 2024-06-13 05:40:41 -04:00
btca.h net: ptp: Implement Best TimeTransmitter Clock algorithm for PTP stack 2024-06-13 05:40:41 -04:00
clock.c net: ptp: fix offset check by adding missing int64_t cast 2024-07-01 18:13:42 +02:00
clock.h net: ptp: Implement PTP thread 2024-06-13 05:40:41 -04:00
CMakeLists.txt net: ptp: Implement Best TimeTransmitter Clock algorithm for PTP stack 2024-06-13 05:40:41 -04:00
ddt.h
ds.h net: ptp: Add definitions for PTP datasets 2024-06-13 05:40:41 -04:00
Kconfig net: ptp: Implement PTP thread 2024-06-13 05:40:41 -04:00
msg.c net: lib: ptp: Fix issues raised by static analyzer 2024-06-27 08:48:59 -04:00
msg.h net: ptp: Add functions for messages transmission 2024-06-13 05:40:41 -04:00
port.c net: ptp: fix incorrect req_timestamp decoding 2024-07-01 18:13:42 +02:00
port.h net: ptp: Network interface status check in PTP thread 2024-06-13 05:40:41 -04:00
ptp.c net: ptp: Implement PTP thread 2024-06-13 05:40:41 -04:00
state_machine.c net: ptp: Add Kconfig symbols and preprocessor guards for some states 2024-06-13 05:40:41 -04:00
state_machine.h net: ptp: Add TIME_RECEIVER_ONLY feature 2024-06-13 05:40:41 -04:00
tlv.c net: lib: ptp: Fix issues raised by static analyzer 2024-06-27 08:48:59 -04:00
tlv.h net: ptp: Extend TLV with Management TLVs 2024-06-13 05:40:41 -04:00
transport.c net: lib: ptp: Fix issues raised by static analyzer 2024-06-27 08:48:59 -04:00
transport.h net: ptp: Add sockets to PTP stack 2024-06-13 05:40:41 -04:00