Searched defs:si (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dlisten.c327 apr_os_sock_info_t si; local
331 memset(&si, 0, sizeof(si));
342 si.os_sock = &fd;
343 si.family = sa.sa_family;
344 si.local = &sa;
345 si.type = SOCK_STREAM;
346 si.protocol = APR_PROTO_TCP;
352 rv = apr_os_sock_make(&rec->sd, &si, process->pool);

Completed in 884 milliseconds