|
libcoap 4.3.4
|
Multi-purpose address abstraction. More...
#include <coap_address.h>
Collaboration diagram for coap_address_t:Data Fields | |
| socklen_t | size |
| size of addr More... | |
| 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 109 of file coap_address.h.
| union { ... } coap_address_t::addr |
| struct coap_sockaddr_un coap_address_t::cun |
Definition at line 115 of file coap_address.h.
| struct sockaddr coap_address_t::sa |
Definition at line 112 of file coap_address.h.
| struct sockaddr_in coap_address_t::sin |
Definition at line 113 of file coap_address.h.
| struct sockaddr_in6 coap_address_t::sin6 |
Definition at line 114 of file coap_address.h.
| socklen_t coap_address_t::size |
size of addr
Definition at line 110 of file coap_address.h.