zephyr/doc/reference/networking
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
..
8021Qav.rst
apis.rst
buf_mgmt.rst
can_api.rst zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
can_isotp_sequence.svg
can_isotp.rst
can_timing.svg
can_transceiver.svg
can.rst
coap.rst zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
dhcpv4.rst
dns_resolve.rst
ethernet_mgmt.rst
ethernet.rst
gptp.rst
gsm_modem.rst doc: net: Add information about GSM 07.10 muxing support 2020-04-17 10:15:54 +03:00
ieee802154.rst
index.rst
ip_4_6.rst
lldp.rst
lwm2m.rst zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
mqtt.rst zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_buf.rst zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_config.rst
net_context.rst
net_core.rst
net_hostname.rst
net_if.rst
net_l2.rst
net_linkaddr.rst
net_mgmt.rst zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_offload.rst
net_pkt.rst zephyr: replace zephyr integer types with C99 types 2020-06-08 08:23:57 -05:00
net_shell.rst
net_stats.rst
net_tech.rst
net_timeout.rst
ppp.rst
promiscuous.rst
protocols.rst
ptp_time.rst
sntp.rst
sockets.rst
socks5.rst
system_mgmt.rst
thread.rst
traffic-class.rst
trickle.rst
tsn.rst
vlan.rst
websocket.rst