Searched refs:errnum (Results 1 – 2 of 2) sorted by relevance
352 tcp_drop(struct tcpcb *tp, int errnum) in tcp_drop() argument358 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()
165 void mbedtls_strerror(int errnum, char *buffer, size_t buflen);