multi-purpose address abstraction
More...
#include <address.h>
|
socklen_t | size |
| size of addr More...
|
|
union { |
struct sockaddr sa |
|
struct sockaddr_storage st |
|
struct sockaddr_in sin |
|
struct sockaddr_in6 sin6 |
|
} | addr |
|
multi-purpose address abstraction
Definition at line 57 of file address.h.
union { ... } coap_address_t::addr |
struct sockaddr coap_address_t::sa |
struct sockaddr_in coap_address_t::sin |
struct sockaddr_in6 coap_address_t::sin6 |
socklen_t coap_address_t::size |
struct sockaddr_storage coap_address_t::st |
The documentation for this struct was generated from the following file: