Home
last modified time | relevance | path

Searched refs:errnum (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_subr.c352 tcp_drop(struct tcpcb *tp, int errnum) in tcp_drop() argument
358 if (errnum == ETIMEDOUT && tp->t_softerror) in tcp_drop()
359 errnum = tp->t_softerror; in tcp_drop()
361 tcplp_sys_connection_lost(tp, errnum); in tcp_drop()
/openthread-latest/third_party/mbedtls/repo/include/mbedtls/
Derror.h165 void mbedtls_strerror(int errnum, char *buffer, size_t buflen);