Searched refs:ECONNRESET (Results 1 - 25 of 85) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/storage/
H A Dfreecom.c201 if (result == -ECONNRESET)
241 if (result == -ECONNRESET)
254 if (result == -ECONNRESET)
295 /* -ECONNRESET -- we canceled this transfer */
296 if (result == -ECONNRESET) {
336 /* -ECONNRESET -- we canceled this transfer */
337 if (result == -ECONNRESET) {
399 /* -ECONNRESET -- we canceled this transfer */
400 if (result == -ECONNRESET) {
413 /* -ECONNRESET
[all...]
H A Dtransport.c430 status = -ECONNRESET;
475 us->current_urb->status = -ECONNRESET;
549 if (result == -ECONNRESET) {
685 && (io->status != -ECONNRESET
686 || urb->status != -ECONNRESET)
696 if (urb->status && urb->status != -ECONNRESET) {
872 io->status = -ECONNRESET;
903 * (3) cancelation, a type of error with status -ECONNRESET that
979 if (retval && io->status == -ECONNRESET)
1043 case -ECONNRESET
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/khttpd/
H A Dmisc.c49 #ifndef ECONNRESET
50 #define ECONNRESET 102 macro
200 return -ECONNRESET;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
H A Derrno.h109 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390/
H A Derrno.h117 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-s390x/
H A Derrno.h117 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sh/
H A Derrno.h109 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
H A Derrno.h109 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390/
H A Derrno.h117 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-s390x/
H A Derrno.h117 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sh/
H A Derrno.h109 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Derrno.h58 #define ECONNRESET 54 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/
H A Derrno.h109 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-cris/
H A Derrno.h111 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-i386/
H A Derrno.h109 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Derrno.h116 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-x86_64/
H A Derrno.h109 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-x86_64/
H A Derrno.h109 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Derrno.h58 #define ECONNRESET 54 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/
H A Derrno.h109 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-cris/
H A Derrno.h111 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-i386/
H A Derrno.h109 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Derrno.h116 #define ECONNRESET 104 /* Connection reset by peer */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dlib.c148 return ECONNRESET;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Derrno.h116 #define ECONNRESET 131 /* Connection reset by peer */ macro

Completed in 230 milliseconds

1234