#include <assert.h>
#include <arpa/inet.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include "address.h"
Go to the source code of this file.
§ coap_address_equals()
Compares given address objects a and b.
This function returns 1 if addresses are equal, 0 otherwise. The parameters a and b must not be NULL;
Definition at line 18 of file address.c.
§ coap_is_mcast()
Checks if given address a denotes a multicast address.
This function returns 1 if a is multicast, 0 otherwise.
Definition at line 41 of file address.c.