Searched refs:APR_SO_KEEPALIVE (Results 1 – 4 of 4) sorted by relevance
124 case APR_SO_KEEPALIVE: in apr_socket_opt_set()126 if (on != apr_is_option_set(sock, APR_SO_KEEPALIVE)) { in apr_socket_opt_set()130 apr_set_option(sock, APR_SO_KEEPALIVE, on); in apr_socket_opt_set()
64 #define APR_SO_KEEPALIVE 2 /**< Keepalive */ macro
1068 status = apr_socket_opt_set(usock, APR_SO_KEEPALIVE, 1); in main()
179 status = apr_socket_opt_set(*sock, APR_SO_KEEPALIVE, 1); in make_connection()