zephyr/tests/net
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
..
6lo tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
all tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
arp tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
buf tests: net: buf: validate push & remove impl 2021-01-05 14:31:13 +02:00
checksum_offload device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
context device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
dhcpv4 tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
ethernet_mgmt device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
hostname device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
icmpv4 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
icmpv6 tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
ieee802154 device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
iface net: if: check for multicast address already registered 2021-01-14 16:57:07 +02:00
ip-addr net: IPv4 bcast address recognized as multicast 2020-10-09 10:26:38 +03:00
ipv6 net: timeout: refactor to fix multiple problems 2021-01-07 11:14:38 +02:00
ipv6_fragment device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
lib net: coap: define Content-Format option values 2021-01-19 16:07:20 -05:00
mgmt tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
mld tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
neighbor tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
net_pkt tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
pm tests: enable and run many tests on RISC-V 2021-01-15 13:06:33 -05:00
ppp/driver zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
promiscuous device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
ptp/clock tests: net: ptp clock: Increase main stack size 2021-01-17 15:09:58 +02:00
route device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
route_mcast device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
shell device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
socket tests: socket: Fix compiler warnings 2021-01-27 08:05:48 -05:00
tcp device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
tcp2 tests: net: tcp2: Add tests for TCP recv data queueing 2021-01-12 13:40:05 +02:00
traffic_class device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
trickle tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
tx_timestamp device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00
udp tests: net: Adjust the thread priorities 2020-11-20 12:57:29 +02:00
utils net: improved test for IPv6 pton() and ntop() 2020-11-17 11:44:16 +02:00
vlan device: Const-ify all device driver instance pointers 2020-09-02 13:48:13 +02:00