Lines Matching refs:example
13 On node 1, initialize the TCP CLI module and listen for incoming connections using the example TCP …
53 For a more in-depth example, see [this video](https://youtu.be/ppZ784YUKlI).
73 Unceremoniously ends the TCP connection, if one exists, associated with the example TCP endpoint, t…
83 …d number of bytes using the TCP connection currently associated with the example TCP endpoint (thi…
111 Associates a name (i.e. IPv6 address and port) to the example TCP endpoint.
125 …ablishment is successful, the resulting TCP connection is associated with the example TCP endpoint.
149 Deinitializes the example TCP listener and the example TCP endpoint.
178 Initializes the example TCP listener and the example TCP endpoint.
181 - size: the size of the receive buffer to associate with the example TCP endpoint. If left unspecif…
185 …e option is provided so that users of TCP can inspect the code to see an example of using the two …
194 Uses the example TCP listener to listen for incoming connections on the specified name (i.e. IPv6 a…
196 …ated with the example TCP endpoint, then any incoming connections matching the specified name are …
208 Send data over the TCP connection associated with the example TCP endpoint.
219 …" signal (i.e., FIN segment) over the TCP connection associated with the example TCP endpoint. Thi…
228 Stops listening for incoming TCP connections using the example TCP listener.