zephyr/tests/net/socket
Kumar Gala a1b77fd589 zephyr: replace zephyr integer types with C99 types
git grep -l 'u\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/u\(8\|16\|32\|64\)_t/uint\1_t/g"
	git grep -l 's\(8\|16\|32\|64\)_t' | \
		xargs sed -i "s/s\(8\|16\|32\|64\)_t/int\1_t/g"

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
2020-06-08 08:23:57 -05:00
..
af_packet zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
getaddrinfo zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
getnameinfo tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
misc zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_mgmt zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
poll zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
register tests: make find_package(Zephyr...) REQUIRED 2020-05-29 10:47:25 +02:00
select zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
socketpair tests: socket: socketpair: init param before passing by ref 2020-06-03 18:33:19 +02:00
tcp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
udp zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -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