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

/httpd/server/mpm/winnt/
H A Dchild.c295 apr_os_sock_info_t sockinfo; local
701 sockinfo.os_sock = &context->accept_socket;
702 sockinfo.local = context->sa_server;
703 sockinfo.remote = context->sa_client;
704 sockinfo.family = context->sa_server->sa_family;
705 sockinfo.type = SOCK_STREAM;
706 sockinfo.protocol = IPPROTO_TCP;
717 apr_os_sock_make(&context->sock, &sockinfo, context->ptrans);

Completed in 53 milliseconds