Lines Matching full:as
36 (also known as the "tcpip_thread"). When running in a multithreaded
43 As such, the list of functions that may be called from
90 programs. In fact, the sequential API is implemented as an application
99 (input and output) as well as timer processing (TCP mainly) is done
107 callback function for events such as incoming data available, outgoing
112 function is passed the current TCP or UDP connection state as an
144 can be specified as IP_ADDR_ANY in order to bind the connection to
158 the one passed as an argument to the function will be
166 passed as an argument to tcp_listen() will not be deallocated.
170 Same as tcp_listen, but limits the number of outstanding connections
191 function specified as the fourth argument (the "connected" argument)
214 the data is passed as the len parameter. The apiflags can be one or more of:
274 specified callback function. This can be used either as a watchdog
276 as a method of waiting for memory to become available. For instance,
322 The error callback function does not get the pcb passed to it as a
395 netif and pass a pointer to this structure as the first argument.
471 as frequently as possible. When using an RTOS let the cs8900 interrupt
494 PBUF_ROM-pbufs are just enqueued (as ROM-data is expected to never change).