Lines Matching full:as
30 (also known as the "tcpip_thread"). The raw API may only be used from
34 As such, the list of functions that may be called from
75 programs. In fact, the sequential API is implemented as an application
82 function is passed the current TCP or UDP connection state as an
114 can be specified as IP_ADDR_ANY in order to bind the connection to
128 the one passed as an argument to the function will be
136 passed as an argument to tcp_listen() will not be deallocated.
140 Same as tcp_listen, but limits the number of outstanding connections
148 housekeeping tasks, such as allowing further incoming connections to be
170 function specified as the fourth argument (the "connected" argument)
193 the data is passed as the len parameter. The apiflags can be one or more of:
253 specified callback function. This can be used either as a watchdog
255 as a method of waiting for memory to become available. For instance,
301 The error callback function does not get the pcb passed to it as a
423 netif and pass a pointer to this structure as the first argument.
483 as frequently as possible. When using an RTOS let the cs8900 interrupt
506 PBUF_ROM-pbufs are just enqueued (as ROM-data is expected to never change).