|
libcoap 4.3.5
|
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 148 of file coap_address.h.
| union { ... } coap_address_t::addr |
| struct coap_sockaddr_un coap_address_t::cun |
Definition at line 154 of file coap_address.h.
| struct sockaddr coap_address_t::sa |
Definition at line 151 of file coap_address.h.
| struct sockaddr_in coap_address_t::sin |
Definition at line 152 of file coap_address.h.
| struct sockaddr_in6 coap_address_t::sin6 |
Definition at line 153 of file coap_address.h.
| socklen_t coap_address_t::size |
size of addr
Definition at line 149 of file coap_address.h.