multi-purpose address abstraction
More...
#include <address.h>
Data Fields |
| socklen_t | size |
| | size of addr
|
| union { |
| struct sockaddr sa |
| struct sockaddr_storage st |
| struct sockaddr_in sin |
| struct sockaddr_in6 sin6 |
| } | addr |
Detailed Description
multi-purpose address abstraction
Definition at line 59 of file address.h.
Field Documentation
| 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: