Lines Matching full:code
1 .. zephyr:code-sample:: async-sockets-echo
13 the :zephyr:code-sample:`sockets-echo` sample. It's a more involved application,
17 The source code for this sample application can be found at:
40 .. code-block:: console
46 it. Unlike the above-mentioned :zephyr:code-sample:`sockets-echo` sample, this application
50 by changing ``NUM_FDS`` defined in the source code.
61 The same application source code can be built for a POSIX system, e.g.
62 Linux. (Note: if you look at the source, you will see that the code is
68 .. code-block:: console
74 .. code-block:: console
80 .. code-block:: console