Lines Matching full:api
7 * low-level "core" / "callback" or "raw" API.
8 * higher-level "sequential" API.
9 * BSD-style socket API.
11 The sequential API provides a way for ordinary, sequential, programs
12 to use the lwIP stack. It is quite similar to the BSD socket API. The
18 The socket API is a compatibility API for existing applications,
19 currently it is built on top of the sequential API. It is meant to
20 provide all functions needed to run socket API applications running
22 in the specification of this API, there might be incompatibilities
30 (also known as the "tcpip_thread"). The raw API may only be used from
31 this thread! Application threads using the sequential- or socket API
36 from these API header files are thread-safe:
37 - api.h
57 ** The remainder of this document discusses the "raw" API. **
63 thread. The sequential API has a much higher overhead and is not very
75 programs. In fact, the sequential API is implemented as an application
100 the sequential API and of the BSD socket API. A new TCP connection
370 We can give you some idea on how to proceed when using the raw API.
496 To achieve zero-copy on transmit, the data passed to the raw API must
501 This implies that PBUF_RAM/PBUF_POOL pbufs passed to raw-API send functions