Searched refs:coap_address_ntop (Results 1 – 3 of 3) sorted by relevance
225 void coap_address_ntop(const coap_address_t *addr, char *dst, int len);
269 coap_address_ntop(const coap_address_t *addr, char *dst, int len) { in coap_address_ntop() function
155 coap_address_ntop(&(packet->addr_info.remote), src_buf, INET6_ADDRSTRLEN); in is_loopback_packet()