Searched refs:SO_RCVLOWAT (Results 1 – 14 of 14) sorted by relevance
68 #if defined(SO_RCVLOWAT) || (defined(HAVE_DECL_SO_RCVLOWAT) && HAVE_DECL_SO_RCVLOWAT)69 XLAT(SO_RCVLOWAT),
20 SO_RCVLOWAT
30 #define SO_RCVLOWAT 18 macro
40 #define SO_RCVLOWAT 0x1004 /* receive low-water mark */ macro
29 SO_RCVLOWAT = 0x1004 variable
285 ASIO_OS_DEF(SOL_SOCKET), ASIO_OS_DEF(SO_RCVLOWAT)>
118 # define ASIO_OS_DEF_SO_RCVLOWAT SO_RCVLOWAT
96 #define SO_RCVLOWAT 0x1004 /* Unimplemented: receive low-water mark */ macro
462 SO_RCVLOWAT = 18 variable
252 SO_RCVLOWAT = 0x1004 variable
489 do_setsockopt(fd, SOL_SOCKET, SO_RCVLOWAT, 1 << 16); in do_setup_rx()
183 #define VKI_SO_RCVLOWAT SO_RCVLOWAT
4948 #ifdef SO_RCVLOWAT4949 PyModule_AddIntConstant(m, "SO_RCVLOWAT", SO_RCVLOWAT);
6936 #ifdef SO_RCVLOWAT6937 PyModule_AddIntMacro(m, SO_RCVLOWAT);