incubator-nuttx/drivers/usrsock
zhanghongyu 3ad28c28aa usrsock: Make the field of usrsock_request native alignment
There is a risk that interfaces such as psock_ioctl/psock_setsockopt
will cause paramete to be not four-byte aligned after calculating the
offset, so align the length of the structure with parameters by four
bytes.

Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
2023-10-21 10:55:30 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig
Make.defs
usrsock_dev.c fs/inode: remove all unnecessary check for filep/inode 2023-08-29 09:47:11 +08:00
usrsock_rpmsg.c usrsock: Make the field of usrsock_request native alignment 2023-10-21 10:55:30 +08:00
usrsock_rpmsg_server.c usrsock_rpmsg_server: Add net_lock to combine get_tx_payload and recvfrom in recvfrom_handler 2023-09-14 14:32:40 +08:00