Lines Matching full:implementation
13 Zephyr offers an implementation of a subset of the BSD Sockets API (a part
18 compatible API implementation for Zephyr:
71 communication. Secure functions for the implementation are provided by
72 mbedTLS library. Secure sockets implementation allows use of both TLS and DTLS
160 option. A network driver that wants to register a new socket implementation
165 An arbitrary name for the socket implementation.
168 Socket implementation's priority. The higher the priority, the earlier this
169 particular implementation will be processed when creating a new socket.
178 type and protocol are supported by the offloaded socket implementation.
184 Every offloaded socket implementation should also implement a set of socket
189 specific to the creation of a particular offloaded socket implementation,
209 For each registered socket implementation, an address family is verified, and if
212 The first implementation that fulfills the socket requirements (i. e.
218 implementation processed by the system will create a socket. Therefore it's
219 important to give the highest priority to the implementation that should be the
222 The socket priority for native socket implementation is configured with Kconfig.
233 implementation in case multiple offloaded socket implementations, supporting the
237 To address this problem, a special socket implementation (called socket
241 a particular network interface (and thus offloaded socket implementation).