Lines Matching refs:it
19 currently it is built on top of the sequential API. It is meant to
64 well suited for small systems since it forces a multithreaded paradigm
142 To use it, your need to set TCP_LISTEN_BACKLOG=1 in your lwipopts.h.
168 The tcp_connect() function returns immediately; it does not wait for
169 the connection to be properly setup. Instead, it will call the
228 application has taken the data, it has to call the tcp_recved()
240 ERR_OK, then it must free the pbuf. Otherwise, it must not
241 free the pbuf so that lwIP core code can store it.
301 The error callback function does not get the pcb passed to it as a
324 pcb is not active until it has either been bound to a local address
335 can be IP_ADDR_ANY to indicate that it should listen to any local IP
367 cannot be given because it depends on the build configuration (lwipopts.h)
405 Doesn't do much, it should be called to handle future changes.
428 your ethernet netif interface. The following code illustrates it's use.
477 Check your network interface driver if it reads at
488 For a production release it is recommended to set LWIP_STATS to 0.