Lines Matching full:an
11 The raw API (sometimes called native API) is an event-driven API designed
12 to be used without an operating system that implements zero-copy send and
15 without an operating system.
44 other threads or an ISR is very limited! Only functions
67 an ISR (since only then, mem_free - for PBUF_RAM - may
68 be called from an ISR: otherwise, the HEAP is only
90 programs. In fact, the sequential API is implemented as an application
109 closed, etc. An application can provide a callback function to perform
110 processing for any or all of these events. Each callback is an ordinary
112 function is passed the current TCP or UDP connection state as an
152 Commands a pcb to start listening for incoming connections. When an
158 the one passed as an argument to the function will be
166 passed as an argument to tcp_listen() will not be deallocated.
247 TCP data reception is callback based - an application specified
288 twice a second. An interval of 10 means that the application would
314 If a connection is aborted because of an error, the application is
453 craft an assembly function for this. RFC1071 is a good
471 as frequently as possible. When using an RTOS let the cs8900 interrupt