Lines Matching full:code
1 .. zephyr:code-sample:: async-sockets-echo-select
13 the :zephyr:code-sample:`async-sockets-echo` sample.
15 The source code for this sample application can be found at:
38 .. code-block:: console
44 it. Unlike the :zephyr:code-sample:`sockets-echo` sample, this application
48 by changing ``NUM_FDS`` defined in the source code.
53 The same application source code can be built for a POSIX system, e.g.
54 Linux. (Note: if you look at the source, you will see that the code is
60 .. code-block:: console
66 .. code-block:: console
72 .. code-block:: console