Lines Matching refs:coap_address_t
44 coap_address_get_port(const coap_address_t *addr) {
62 coap_address_set_port(coap_address_t *addr, uint16_t port) {
81 coap_address_equals(const coap_address_t *a, const coap_address_t *b) {
109 coap_is_af_unix(const coap_address_t *a) {
119 coap_is_mcast(const coap_address_t *a) {
158 int coap_is_bcast(const coap_address_t *a) {
180 coap_is_bcast(const coap_address_t *a) {
259 coap_address_init(coap_address_t *addr) {
261 memset(addr, 0, sizeof(coap_address_t));
269 coap_address_ntop(const coap_address_t *addr, char *dst, int len) {
288 coap_address_set_unix_domain(coap_address_t *addr,
322 update_port(coap_address_t *addr, uint16_t port, uint16_t default_port,
833 coap_address_copy(coap_address_t *dst, const coap_address_t *src) {
835 memcpy(dst, src, sizeof(coap_address_t));
837 memset(dst, 0, sizeof(coap_address_t));
862 _coap_address_isany_impl(const coap_address_t *a) {