zephyr/tests/net/socket
Flavio Ceolin 1335716b5f tests: socket: Fix compiler warnings
../src/main.c:662:13: warning: cast from pointer to integer of different
size [-Wpointer-to-int-cast]
  662 |  int sock = (int)p1;
      |             ^
../src/main.c: In function 'spawn_child':
../src/main.c:671:4: warning: cast to pointer from integer of different
size [-Wint-to-pointer-cast]
  671 |    (void *)sock, NULL, NULL, 0, K_USER,

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2021-01-27 08:05:48 -05:00
..
af_packet tests: net: af_packet: Increase main stack size 2021-01-15 12:14:53 -05:00
getaddrinfo tests: net: Test resolving literal IPv6 addresses 2020-12-22 15:44:00 +02:00
getnameinfo tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
misc tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
net_mgmt tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
poll tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
register tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
select tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
socketpair tests: add filter for some tests using newlib 2020-12-16 08:57:40 -05:00
tcp tests: socket: Fix compiler warnings 2021-01-27 08:05:48 -05:00
udp tests: Socket receive timeout option 2021-01-19 17:11:25 -05:00
websocket zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
socket_helpers.h zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00