Home
last modified time | relevance | path

Searched refs:coap_print_addr (Results 1 – 7 of 7) sorted by relevance

/net-tools-3.4.0/libcoap/include/coap/
Ddebug.h71 size_t coap_print_addr(const struct coap_address_t *, unsigned char *, size_t);
80 #define coap_print_addr(...) macro
/net-tools-3.4.0/libcoap/
Dlibcoap-1.sym84 coap_print_addr
Dlibcoap-1.map86 coap_print_addr;
/net-tools-3.4.0/libcoap/src/
Dcoap_io.c185 if (coap_print_addr(&ep->addr, addr_str, INET6_ADDRSTRLEN+8)) { in coap_new_endpoint()
553 if (coap_print_addr(&(*packet)->src, addr_str, INET6_ADDRSTRLEN+8)) { in coap_network_read()
Ddebug.c162 coap_print_addr(const struct coap_address_t *addr, unsigned char *buf, size_t len) { in coap_print_addr() function
Dresource.c732 if (coap_print_addr(&obs->subscriber, addr, INET6_ADDRSTRLEN+8))
/net-tools-3.4.0/
Dcoap-client.c921 if (coap_print_addr(src, addr, INET6_ADDRSTRLEN+8)) in dispatch_data()