|
libcoap 4.3.5-develop-13abce9
|
Multi-purpose address abstraction. More...
#include <coap_address.h>
Collaboration diagram for coap_address_t:Data Fields | ||
| socklen_t | size | |
| size of addr | ||
| union { | ||
| struct sockaddr sa | ||
| struct sockaddr_in sin | ||
| struct sockaddr_in6 sin6 | ||
| struct coap_sockaddr_un cun | ||
| } | addr | |
Multi-purpose address abstraction.
Definition at line 150 of file coap_address.h.
| union { ... } coap_address_t::addr |
| struct coap_sockaddr_un coap_address_t::cun |
Definition at line 156 of file coap_address.h.
| struct sockaddr coap_address_t::sa |
Definition at line 153 of file coap_address.h.
| struct sockaddr_in coap_address_t::sin |
Definition at line 154 of file coap_address.h.
| struct sockaddr_in6 coap_address_t::sin6 |
Definition at line 155 of file coap_address.h.
| socklen_t coap_address_t::size |
size of addr
Definition at line 151 of file coap_address.h.