mbedtls_net_context Struct Reference

Wrapper type for sockets. More...

#include <net.h>

Data Fields

int fd
 The underlying file descriptor.

Detailed Description

Wrapper type for sockets.

Currently backed by just a file descriptor, but might be more in the future (eg two file descriptors for combined IPv4 + IPv6 support, or additional structures for hand-made UDP demultiplexing).

Definition at line 65 of file net.h.


Field Documentation

The underlying file descriptor.

Definition at line 67 of file net.h.


The documentation for this struct was generated from the following file:

Generated on 30 Jun 2016 for mbed TLS v2.3.0 by  doxygen 1.6.1