Searched refs:SO_KEEPALIVE (Results 26 - 41 of 41) sorted by relevance

12

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc/
H A Dsocket.h13 #define SO_KEEPALIVE 0x0008 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-sparc64/
H A Dsocket.h13 #define SO_KEEPALIVE 0x0008 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Dsocket.h15 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Dsocket.h23 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-parisc/
H A Dsocket.h11 #define SO_KEEPALIVE 0x0008 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc/
H A Dsocket.h13 #define SO_KEEPALIVE 0x0008 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-sparc64/
H A Dsocket.h13 #define SO_KEEPALIVE 0x0008 macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Dsocket.h15 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Dsocket.h17 #define SO_KEEPALIVE 0x0008 macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Dsocket.h15 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Dsocket.h17 #define SO_KEEPALIVE 0x0008 macro
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dtelnet.c653 setsockopt(s, SOL_SOCKET, SO_KEEPALIVE, &one, sizeof one);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dsock.c258 case SO_KEEPALIVE:
461 case SO_KEEPALIVE:
/asus-wl-520gu-7.0.1.45/src/router/samba/source/lib/
H A Dutil_sock.c54 {"SO_KEEPALIVE", SOL_SOCKET, SO_KEEPALIVE, 0, OPT_BOOL},
/asus-wl-520gu-7.0.1.45/src/router/LPRng/src/common/
H A Dlinksupport.c191 #ifdef SO_KEEPALIVE
193 status = setsockopt( sock, SOL_SOCKET, SO_KEEPALIVE,
545 LOGERR(LOG_ERR) "getconnection: set SO_KEEPALIVE failed" );
/asus-wl-520gu-7.0.1.45/src/router/vsftpd/
H A Dsysutil.c628 int retval = setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, &keepalive,

Completed in 108 milliseconds

12