Searched refs:SO_KEEPALIVE (Results 1 - 25 of 42) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dsocket.h19 #define SO_KEEPALIVE 9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/asm-generic/
H A Dsocket.h19 #define SO_KEEPALIVE 9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/include/asm/
H A Dsocket.h26 #define SO_KEEPALIVE 9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/include/asm/
H A Dsocket.h27 #define SO_KEEPALIVE 9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/xtensa/include/asm/
H A Dsocket.h29 #define SO_KEEPALIVE 9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dsocket.h19 #define SO_KEEPALIVE 9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/asm/
H A Dsocket.h21 #define SO_KEEPALIVE 9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dsocket.h19 #define SO_KEEPALIVE 9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/include/asm/
H A Dsocket.h19 #define SO_KEEPALIVE 9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/ia64/include/asm/
H A Dsocket.h28 #define SO_KEEPALIVE 9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dsocket.h19 #define SO_KEEPALIVE 9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/avr32/include/asm/
H A Dsocket.h19 #define SO_KEEPALIVE 9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dsocket.h19 #define SO_KEEPALIVE 9 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/include/asm/
H A Dsocket.h17 #define SO_KEEPALIVE 0x0008 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ncftp-3.2.5/source/sio/
H A DSocketUtil.c97 #ifndef SO_KEEPALIVE
113 if (getsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, (char *) &opt, &optsize) < 0)
117 #endif /* SO_KEEPALIVE */
123 #ifndef SO_KEEPALIVE
138 return (setsockopt(fd, SOL_SOCKET, SO_KEEPALIVE, (char *) &opt, (sockopt_size_t) sizeof(opt)));
140 #endif /* SO_KEEPALIVE */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dsocket.h23 #define SO_KEEPALIVE 0x0008 /* Keep connections alive and send macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dsocket.h11 #define SO_KEEPALIVE 0x0008 macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dsocket.h12 #define SO_KEEPALIVE 0x0008 macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/mtools-4.0.10/
H A Dfloppyd_installtest.c233 setsockopt(STDIN_FILENO, SOL_SOCKET, SO_KEEPALIVE,
H A Dfloppyd_io.c523 setsockopt(sock, SOL_SOCKET, SO_KEEPALIVE,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/
H A Ds_socket.c271 # if defined(SO_KEEPALIVE) && !defined(OPENSSL_SYS_MPE)
274 i = setsockopt(s, SOL_SOCKET, SO_KEEPALIVE, (char *)&i, sizeof(i));
437 i=setsockopt(ret,SOL_SOCKET,SO_KEEPALIVE,(char *)&i,sizeof(i));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/apps/
H A Ds_socket.c271 # if defined(SO_KEEPALIVE) && !defined(OPENSSL_SYS_MPE)
274 i = setsockopt(s, SOL_SOCKET, SO_KEEPALIVE, (char *)&i, sizeof(i));
437 i=setsockopt(ret,SOL_SOCKET,SO_KEEPALIVE,(char *)&i,sizeof(i));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_conn.c239 #if defined(SO_KEEPALIVE) && !defined(OPENSSL_SYS_MPE)
241 i=setsockopt(b->num,SOL_SOCKET,SO_KEEPALIVE,(char *)&i,sizeof(i));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_conn.c221 # if defined(SO_KEEPALIVE) && !defined(OPENSSL_SYS_MPE)
223 i = setsockopt(b->num, SOL_SOCKET, SO_KEEPALIVE, (char *)&i,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_conn.c221 # if defined(SO_KEEPALIVE) && !defined(OPENSSL_SYS_MPE)
223 i = setsockopt(b->num, SOL_SOCKET, SO_KEEPALIVE, (char *)&i,

Completed in 134 milliseconds

12