nuttx/net/usrsock
chao an 6f27c29ce5 net/usrsock: Change xid from uint64_t to uint32_t
follow the below change:
  -----------------------------------------------
  commit 0334819742
  Author: Xiang Xiao <xiaoxiang@xiaomi.com>
  Date:   Mon Aug 22 05:10:47 2022 +0800

      net/usrsock: Change xid from uint64_t to uint32_t

      by generating the new xid for each transaction

      Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>

Signed-off-by: chao an <anchao@xiaomi.com>
2022-08-31 19:01:29 +02:00
..
Kconfig
Make.defs net: usrsock: Haltian Ltd: update licenses to Apache 2021-11-15 06:49:32 -06:00
usrsock_accept.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_bind.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_close.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_conn.c net: Remove the unnecessary initialization code 2022-03-12 19:24:17 +02:00
usrsock_connect.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_dev.c net/usrsock: Change xid from uint64_t to uint32_t 2022-08-31 19:01:29 +02:00
usrsock_event.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_getpeername.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_getsockname.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_getsockopt.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_ioctl.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_listen.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_poll.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_recvmsg.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_sendmsg.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_setsockopt.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_socket.c net: cleanup pvconn reference to avoid confuse 2022-08-26 20:58:11 +08:00
usrsock_sockif.c net/usrsock: fix build warning 2022-01-19 12:09:53 +01:00
usrsock.h net: remove pvconn reference from all devif callback 2022-08-26 20:58:11 +08:00