Searched refs:ENETRESET (Results 1 - 25 of 36) sorted by path

12

/freebsd-11-stable/cddl/lib/libdtrace/
H A Derrno.d138 inline int ENETRESET = 52;
139 #pragma D binding "1.0" ENETRESET
298 errno == ENETRESET ? "Network dropped connection on reset" :
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dstrerror.c379 #if defined (ENETRESET)
380 ENTRY(ENETRESET, "ENETRESET", "Network dropped connection because of reset"),
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dstrerror.c379 #if defined (ENETRESET)
380 ENTRY(ENETRESET, "ENETRESET", "Network dropped connection because of reset"),
/freebsd-11-stable/contrib/netbsd-tests/include/
H A Dt_errno.c373 #ifdef ENETRESET
378 atf_tc_fail_nonfatal("ENETRESET not defined");
/freebsd-11-stable/contrib/ntp/lib/isc/win32/include/isc/
H A Dnet.h229 #undef ENETRESET macro
230 #define ENETRESET WSAENETRESET macro
/freebsd-11-stable/contrib/openbsm/libbsm/
H A Dbsm_errno.c434 { BSM_ERRNO_ENETRESET, ENETRESET,
/freebsd-11-stable/contrib/pjdfstest/
H A Dpjdfstest.c1325 #ifdef ENETRESET
1326 case ENETRESET:
1327 return ("ENETRESET");
/freebsd-11-stable/lib/libfetch/
H A Dcommon.c141 case ENETRESET:
/freebsd-11-stable/sys/compat/cloudabi/
H A Dcloudabi_errno.c78 [ENETRESET] = CLOUDABI_ENETRESET,
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath.c3436 return (error == ENETRESET ? 0 : error);
/freebsd-11-stable/sys/mips/adm5120/
H A Dif_admsw.c834 if (error == ENETRESET) {
/freebsd-11-stable/sys/net80211/
H A Dieee80211_superg.c1038 return ENETRESET;
1046 return ENETRESET;
/freebsd-11-stable/sys/netsmb/
H A Dsmb_subr.c275 return ENETRESET;
H A Dsmb_trantcp.c677 case ENETRESET:
/freebsd-11-stable/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_cma.c431 rc = -ENETRESET;
/freebsd-11-stable/sys/security/audit/
H A Dbsm_errno.c436 { BSM_ERRNO_ENETRESET, ENETRESET,
/freebsd-11-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h167 #ifndef ENETRESET
168 #define ENETRESET 9915 macro
/freebsd-11-stable/contrib/sendmail/mail.local/
H A Dmail.local.c1791 #ifdef ENETRESET
1792 case ENETRESET: /* Network dropped connection on reset */
/freebsd-11-stable/contrib/sendmail/src/
H A Dconf.c3520 #ifdef ENETRESET
3521 case ENETRESET: /* Network dropped connection on reset */
H A Ddeliver.c4250 #ifdef ENETRESET
4251 case ENETRESET: /* Network dropped connection on reset */
/freebsd-11-stable/lib/libsysdecode/
H A Derrno.c85 [CLOUDABI_ENETRESET] = ENETRESET,
/freebsd-11-stable/stand/liblua/
H A Dlerrno.c104 ENTRY(ENETRESET),
/freebsd-11-stable/sys/dev/bwi/
H A Dif_bwi.c1812 return (error == ENETRESET ? 0 : error);
/freebsd-11-stable/sys/dev/iwm/
H A Dif_iwm.c4336 if (error != ENETRESET)
/freebsd-11-stable/sys/dev/iwn/
H A Dif_iwn.c2816 return (error == ENETRESET ? 0 : error);

Completed in 302 milliseconds

12