|
libcoap
4.0.3
|
representation of network addresses More...
#include "config.h"#include <assert.h>#include <string.h>#include <netinet/in.h>#include <sys/socket.h>Go to the source code of this file.
Data Structures | |
| struct | __coap_address_t |
| multi-purpose address abstraction More... | |
Macros | |
| #define | coap_address_t __coap_address_t |
Typedefs | |
| typedef struct __coap_address_t | __coap_address_t |
| multi-purpose address abstraction | |
Functions | |
| static int | _coap_address_equals_impl (const coap_address_t *a, const coap_address_t *b) |
| static int | _coap_is_mcast_impl (const coap_address_t *a) |
| static void | coap_address_init (coap_address_t *addr) |
Resets the given coap_address_t object addr to its default values. | |
| static int | coap_address_equals (const coap_address_t *a, const coap_address_t *b) |
Compares given address objects a and b. | |
| static int | coap_is_mcast (const coap_address_t *a) |
Checks if given address a denotes a multicast address. | |
representation of network addresses
Definition in file address.h.
| #define coap_address_t __coap_address_t |
| typedef struct __coap_address_t __coap_address_t |
multi-purpose address abstraction
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
1.8.1.2