Home
last modified time | relevance | path

Searched refs:SO_RCVLOWAT (Results 1 – 20 of 20) sorted by relevance

/linux-2.4.37.9/include/asm-ia64/
Dsocket.h35 #define SO_RCVLOWAT 18 macro
/linux-2.4.37.9/include/asm-ppc64/
Dsocket.h31 #define SO_RCVLOWAT 16 macro
/linux-2.4.37.9/include/asm-s390/
Dsocket.h34 #define SO_RCVLOWAT 18 macro
/linux-2.4.37.9/include/asm-s390x/
Dsocket.h34 #define SO_RCVLOWAT 18 macro
/linux-2.4.37.9/include/asm-cris/
Dsocket.h28 #define SO_RCVLOWAT 18 macro
/linux-2.4.37.9/include/asm-parisc/
Dsocket.h20 #define SO_RCVLOWAT 0x1004 macro
/linux-2.4.37.9/include/asm-sh/
Dsocket.h26 #define SO_RCVLOWAT 18 macro
/linux-2.4.37.9/include/asm-sh64/
Dsocket.h26 #define SO_RCVLOWAT 18 macro
/linux-2.4.37.9/include/asm-m68k/
Dsocket.h26 #define SO_RCVLOWAT 18 macro
/linux-2.4.37.9/include/asm-alpha/
Dsocket.h28 #define SO_RCVLOWAT 0x1010 macro
/linux-2.4.37.9/include/asm-arm/
Dsocket.h26 #define SO_RCVLOWAT 18 macro
/linux-2.4.37.9/include/asm-i386/
Dsocket.h26 #define SO_RCVLOWAT 18 macro
/linux-2.4.37.9/include/asm-sparc/
Dsocket.h21 #define SO_RCVLOWAT 0x0800 macro
/linux-2.4.37.9/include/asm-x86_64/
Dsocket.h26 #define SO_RCVLOWAT 18 macro
/linux-2.4.37.9/include/asm-sparc64/
Dsocket.h21 #define SO_RCVLOWAT 0x0800 macro
/linux-2.4.37.9/include/asm-ppc/
Dsocket.h30 #define SO_RCVLOWAT 16 macro
/linux-2.4.37.9/include/asm-mips/
Dsocket.h33 #define SO_RCVLOWAT 0x1004 /* receive low-water mark */ macro
/linux-2.4.37.9/include/asm-mips64/
Dsocket.h41 #define SO_RCVLOWAT 0x1004 /* receive low-water mark */ macro
/linux-2.4.37.9/net/core/
Dsock.c328 case SO_RCVLOWAT: in sock_setsockopt()
536 case SO_RCVLOWAT: in sock_getsockopt()
/linux-2.4.37.9/arch/sparc64/solaris/
Dsocket.c61 case SOL_SO_RCVLOWAT: optname = SO_RCVLOWAT; break; in solaris_to_linux_sockopt()