Searched refs:ENETRESET (Results 1 - 25 of 34) sorted by relevance

12

/illumos-gate/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h101 #define ENETRESET 52 /* Network dropped connection on reset */ macro
/illumos-gate/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h160 #define ENETRESET 129 /* Network dropped connection because macro
H A Dmaperror.c241 case ENETRESET:
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h180 #define ENETRESET 129 /* Network dropped connection because */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h116 #define ENETRESET 52 /* Network dropped connection on reset */ macro
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java569 * ENETRESET.
571 public static final int ENETRESET = 129; field in class:PoolsException
/illumos-gate/usr/src/uts/common/io/net80211/
H A Dnet80211_ioctl.c364 err = ENETRESET;
931 return (ENETRESET);
1353 * ENETRESET Reset wireless network and re-start to join a
1354 * WLAN. ENETRESET is returned when a configuration
1422 /* ignore ENETRESET when acknowledge the M_IOCTL message */
1423 if (err == 0 || err == ENETRESET)
1467 err = ENETRESET;
1505 return (ENETRESET);
1537 err = ENETRESET;
1546 err = ENETRESET;
[all...]
H A Dnet80211.c220 * rescanning for an ap). We always return ENETRESET which
228 return (ENETRESET);
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_common.c249 case ENETRESET:
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Dmail.local.c1189 #ifdef ENETRESET
1190 case ENETRESET: /* Network dropped connection on reset */
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c857 if (ieee80211_ioctl(ic, wq, mp) == ENETRESET) {
884 if (err == ENETRESET) {
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c882 case ENETRESET:
H A Dsmb_subrs.c228 {NT_STATUS_CONNECTION_RESET, ENETRESET},
963 return (ENETRESET);
/illumos-gate/usr/src/uts/common/io/atu/
H A Datu.c1488 if (err != ENETRESET)
1542 if (err != ENETRESET || ic->ic_des_esslen == 0)
/illumos-gate/usr/src/uts/common/io/ath/
H A Dath_main.c1771 if (err == ENETRESET) {
1817 if (err == ENETRESET) {
/illumos-gate/usr/src/uts/common/io/ral/
H A Drt2560.c2129 if (err == ENETRESET) {
2174 if (err == ENETRESET) {
/illumos-gate/usr/src/uts/common/io/rum/
H A Drum.c2080 if (err == ENETRESET) {
2125 if (err == ENETRESET) {
/illumos-gate/usr/src/uts/common/io/ural/
H A Dural.c2059 if (err == ENETRESET) {
2104 if (err == ENETRESET) {
/illumos-gate/usr/src/uts/common/io/ipw/
H A Dipw2100.c2291 if (err == ENETRESET) {
2538 if (err == ENETRESET) {
/illumos-gate/usr/src/uts/common/io/iwi/
H A Dipw2200.c2384 if (err == ENETRESET) {
2625 if (err == ENETRESET) {
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_main.c2434 if (err == ENETRESET) {
2460 if (err == ENETRESET) {
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dconf.c3446 #ifdef ENETRESET
3447 case ENETRESET: /* Network dropped connection on reset */
3448 #endif /* ENETRESET */
H A Ddeliver.c4045 #ifdef ENETRESET
4046 case ENETRESET: /* Network dropped connection on reset */
4047 #endif /* ENETRESET */
/illumos-gate/usr/src/uts/common/io/rtw/
H A Drtw.c2910 if (err == ENETRESET) {
3036 if (err == ENETRESET) {
/illumos-gate/usr/src/uts/common/io/rwd/
H A Drt2661.c2605 if (err == ENETRESET) {
2655 if (err == ENETRESET) {

Completed in 177 milliseconds

12