Searched refs:SO_KEEPALIVE (Results 1 – 4 of 4) sorted by relevance
48 { "SO_KEEPALIVE", SO_KEEPALIVE, SOL_SOCKET, TRUE, DATA_TYPE_UNKNOWN },
117 #define SO_KEEPALIVE 0x0008 /* keep connections alive */ macro
4791 #ifdef SO_KEEPALIVE4792 PyModule_AddIntConstant(m, "SO_KEEPALIVE", SO_KEEPALIVE);
4893 #ifdef SO_KEEPALIVE4894 PyModule_AddIntConstant(m, "SO_KEEPALIVE", SO_KEEPALIVE);