Searched refs:make_sock (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dlisten.c70 /* TODO: make_sock is just begging and screaming for APR abstraction */
71 static apr_status_t make_sock(apr_pool_t *p, ap_listen_rec *server, int do_bind_listen) function
88 "make_sock: for address %pI, apr_socket_opt_set: (SO_REUSEADDR)",
98 "make_sock: for address %pI, apr_socket_opt_set: (SO_KEEPALIVE)",
127 "make_sock: failed to set SendBufferSize for "
137 "make_sock: failed to set ReceiveBufferSize for "
156 "make_sock: for address %pI, apr_socket_opt_set: "
171 "make_sock: for address %pI, apr_socket_opt_set: "
182 "make_sock: could not bind to address %pI",
190 "make_sock
[all...]

Completed in 295 milliseconds