Searched refs:lsopt (Results 1 – 3 of 3) sorted by relevance
2836 lsopt.rcvbuf = -1; in ngx_http_core_server()2837 lsopt.sndbuf = -1; in ngx_http_core_server()2854 lsopt.addr_text.len = ngx_sock_ntop(lsopt.sockaddr, lsopt.socklen, p, in ngx_http_core_server()3819 lsopt.rcvbuf = -1; in ngx_http_core_listen()3820 lsopt.sndbuf = -1; in ngx_http_core_listen()3822 lsopt.setfib = -1; in ngx_http_core_listen()3825 lsopt.fastopen = -1; in ngx_http_core_listen()3828 lsopt.ipv6only = 1; in ngx_http_core_listen()3883 if (lsopt.backlog == NGX_ERROR || lsopt.backlog == 0) { in ngx_http_core_listen()4083 if (lsopt.tcp_keepidle == 0 && lsopt.tcp_keepintvl == 0 in ngx_http_core_listen()[all …]
23 ngx_http_listen_opt_t *lsopt);26 ngx_http_listen_opt_t *lsopt);1142 ngx_http_listen_opt_t *lsopt) in ngx_http_add_listen() argument1160 sa = lsopt->sockaddr; in ngx_http_add_listen()1212 if (ngx_cmp_sockaddr(lsopt->sockaddr, lsopt->socklen, in ngx_http_add_addresses()1232 ssl = lsopt->ssl || addr[i].opt.ssl; in ngx_http_add_addresses()1238 if (lsopt->set) { in ngx_http_add_addresses()1247 addr[i].opt = *lsopt; in ngx_http_add_addresses()1252 if (lsopt->default_server) { in ngx_http_add_addresses()1307 if (lsopt->http2 && lsopt->ssl) { in ngx_http_add_address()[all …]
82 ngx_http_listen_opt_t *lsopt);