zephyr/doc/connectivity/networking
Chris Friedt 9ada52f060 fdtable: replace z_ prefix with zvfs_ for fdtable.h functions
For each of the fdtable.h functions listed below, convert the
z_ prefixed semi-private functions to use the zvfs_ prefix.

ZVFS stands for Zephyr Virtual File System and
is intended to be a common library used by the C library,
POSIX API, Networking, Filesystem, and other areas.

There are already a few functions in fdtable.h that use the
zvfs_ prefix, so this change is mostly about unifying them in
a way that uses a suitable prefix ("namespace") so that it can
be considered a public API.

- z_alloc_fd
- z_fdtable_call_ioctl
- z_finalize_fd
- z_finalize_typed_fd
- z_free_fd
- z_get_fd_obj
- z_get_fd_obj_and_vtable
- z_get_obj_lock_and_cond
- z_reserve_fd

Signed-off-by: Chris Friedt <cfriedt@tenstorrent.com>
2024-06-26 12:33:02 +02:00
..
api fdtable: replace z_ prefix with zvfs_ for fdtable.h functions 2024-06-26 12:33:02 +02:00
conn_mgr net: conn_mgr: Add IPv4 and IPv6 tracking 2024-06-10 00:59:34 -07:00
armfvp_user_networking_setup.rst samples: net: doc: Use new Sphinx extension to document networking samples 2023-09-19 15:22:59 +01:00
index.rst doc: net: Add network configuration guide 2024-01-11 10:26:47 -05:00
native_sim_setup.rst doc: networking: document native_sim with offloaded sockets 2024-03-22 14:39:27 +01:00
net_config_guide.rst everywhere: replace double words 2024-06-25 06:05:35 -04:00
net_pkt_processing_stats.rst
net-stack-architecture.rst
network_monitoring.rst docs: networing: Replace references to native_posix w native_sim 2023-11-15 10:03:17 +01:00
networking_with_host.rst doc: networking: document native_sim with offloaded sockets 2024-03-22 14:39:27 +01:00
networking_with_multiple_instances.rst docs: networing: Replace references to native_posix w native_sim 2023-11-15 10:03:17 +01:00
overview.rst doc: net: Add HTTP server documentation 2024-05-10 14:43:38 -05:00
qemu_802154_setup.rst
qemu_eth_setup.rst samples: net: doc: Use new Sphinx extension to document networking samples 2023-09-19 15:22:59 +01:00
qemu_setup.rst doc: net: Update NAT options for Internet connectivity 2024-02-28 18:04:25 +00:00
qemu_user_setup.rst doc: use proper pygment for .conf code-blocks 2024-06-20 14:07:32 -04:00
usbnet_setup.rst samples: net: doc: Use new Sphinx extension to document networking samples 2023-09-19 15:22:59 +01:00
zephyr_netstack_overview-rx_sequence.svg
zephyr_netstack_overview-tx_sequence.svg
zephyr_netstack_overview.jpg
zephyr_netstack_overview.svg
zephyr_netstack_overview.vsdx