Home
last modified time | relevance | path

Searched refs:coap_socket_format_errno (Results 1 - 3 of 3) sorted by relevance

/third_party/libcoap/include/coap3/
H A Dcoap_io_internal.h84 const char *coap_socket_format_errno(int error);
/third_party/libcoap/src/
H A Dcoap_tcp.c185 coap_socket_format_errno(error));
H A Dcoap_io.c1833 coap_socket_format_errno(int error) { function
1845 return coap_socket_format_errno(WSAGetLastError());
1849 coap_socket_format_errno(int error) { function
1854 return coap_socket_format_errno(errno);

Completed in 4 milliseconds