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 59 of file address.h.
§ addr
union { ... } coap_address_t::addr |
§ sa
struct sockaddr coap_address_t::sa |
§ sin
struct sockaddr_in coap_address_t::sin |
§ sin6
struct sockaddr_in6 coap_address_t::sin6 |
§ size
socklen_t coap_address_t::size |
§ st
struct sockaddr_storage coap_address_t::st |
The documentation for this struct was generated from the following file: