lsopt 22 http/ngx_http.c ngx_http_listen_opt_t *lsopt); lsopt 25 http/ngx_http.c ngx_http_listen_opt_t *lsopt); lsopt 1140 http/ngx_http.c ngx_http_listen_opt_t *lsopt) lsopt 1162 http/ngx_http.c sa = &lsopt->u.sockaddr; lsopt 1168 http/ngx_http.c sin6 = &lsopt->u.sockaddr_in6; lsopt 1180 http/ngx_http.c sin = &lsopt->u.sockaddr_in; lsopt 1194 http/ngx_http.c return ngx_http_add_addresses(cf, cscf, &port[i], lsopt); lsopt 1208 http/ngx_http.c return ngx_http_add_address(cf, cscf, port, lsopt); lsopt 1214 http/ngx_http.c ngx_http_conf_port_t *port, ngx_http_listen_opt_t *lsopt) lsopt 1233 http/ngx_http.c sa = &lsopt->u.sockaddr; lsopt 1257 http/ngx_http.c p = lsopt->u.sockaddr_data + off; lsopt 1277 http/ngx_http.c ssl = lsopt->ssl || addr[i].opt.ssl; lsopt 1280 http/ngx_http.c if (lsopt->set) { lsopt 1288 http/ngx_http.c addr[i].opt = *lsopt; lsopt 1293 http/ngx_http.c if (lsopt->default_server) { lsopt 1315 http/ngx_http.c return ngx_http_add_address(cf, cscf, port, lsopt); lsopt 1326 http/ngx_http.c ngx_http_conf_port_t *port, ngx_http_listen_opt_t *lsopt) lsopt 1344 http/ngx_http.c addr->opt = *lsopt; lsopt 69 http/ngx_http.h ngx_http_listen_opt_t *lsopt); lsopt 2447 http/ngx_http_core_module.c ngx_http_listen_opt_t lsopt; lsopt 2527 http/ngx_http_core_module.c ngx_memzero(&lsopt, sizeof(ngx_http_listen_opt_t)); lsopt 2529 http/ngx_http_core_module.c sin = &lsopt.u.sockaddr_in; lsopt 2539 http/ngx_http_core_module.c lsopt.socklen = sizeof(struct sockaddr_in); lsopt 2541 http/ngx_http_core_module.c lsopt.backlog = NGX_LISTEN_BACKLOG; lsopt 2542 http/ngx_http_core_module.c lsopt.rcvbuf = -1; lsopt 2543 http/ngx_http_core_module.c lsopt.sndbuf = -1; lsopt 2545 http/ngx_http_core_module.c lsopt.setfib = -1; lsopt 2547 http/ngx_http_core_module.c lsopt.wildcard = 1; lsopt 2549 http/ngx_http_core_module.c (void) ngx_sock_ntop(&lsopt.u.sockaddr, lsopt.addr, lsopt 2552 http/ngx_http_core_module.c if (ngx_http_add_listen(cf, cscf, &lsopt) != NGX_OK) { lsopt 3438 http/ngx_http_core_module.c ngx_http_listen_opt_t lsopt; lsopt 3460 http/ngx_http_core_module.c ngx_memzero(&lsopt, sizeof(ngx_http_listen_opt_t)); lsopt 3462 http/ngx_http_core_module.c ngx_memcpy(&lsopt.u.sockaddr, u.sockaddr, u.socklen); lsopt 3464 http/ngx_http_core_module.c lsopt.socklen = u.socklen; lsopt 3465 http/ngx_http_core_module.c lsopt.backlog = NGX_LISTEN_BACKLOG; lsopt 3466 http/ngx_http_core_module.c lsopt.rcvbuf = -1; lsopt 3467 http/ngx_http_core_module.c lsopt.sndbuf = -1; lsopt 3469 http/ngx_http_core_module.c lsopt.setfib = -1; lsopt 3471 http/ngx_http_core_module.c lsopt.wildcard = u.wildcard; lsopt 3473 http/ngx_http_core_module.c (void) ngx_sock_ntop(&lsopt.u.sockaddr, lsopt.addr, lsopt 3481 http/ngx_http_core_module.c lsopt.default_server = 1; lsopt 3486 http/ngx_http_core_module.c lsopt.set = 1; lsopt 3487 http/ngx_http_core_module.c lsopt.bind = 1; lsopt 3493 http/ngx_http_core_module.c lsopt.setfib = ngx_atoi(value[n].data + 7, value[n].len - 7); lsopt 3495 http/ngx_http_core_module.c if (lsopt.setfib == NGX_ERROR) { lsopt 3505 http/ngx_http_core_module.c lsopt.backlog = ngx_atoi(value[n].data + 8, value[n].len - 8); lsopt 3506 http/ngx_http_core_module.c lsopt.set = 1; lsopt 3507 http/ngx_http_core_module.c lsopt.bind = 1; lsopt 3509 http/ngx_http_core_module.c if (lsopt.backlog == NGX_ERROR || lsopt.backlog == 0) { lsopt 3522 http/ngx_http_core_module.c lsopt.rcvbuf = ngx_parse_size(&size); lsopt 3523 http/ngx_http_core_module.c lsopt.set = 1; lsopt 3524 http/ngx_http_core_module.c lsopt.bind = 1; lsopt 3526 http/ngx_http_core_module.c if (lsopt.rcvbuf == NGX_ERROR) { lsopt 3539 http/ngx_http_core_module.c lsopt.sndbuf = ngx_parse_size(&size); lsopt 3540 http/ngx_http_core_module.c lsopt.set = 1; lsopt 3541 http/ngx_http_core_module.c lsopt.bind = 1; lsopt 3543 http/ngx_http_core_module.c if (lsopt.sndbuf == NGX_ERROR) { lsopt 3554 http/ngx_http_core_module.c lsopt.accept_filter = (char *) &value[n].data[14]; lsopt 3555 http/ngx_http_core_module.c lsopt.set = 1; lsopt 3556 http/ngx_http_core_module.c lsopt.bind = 1; lsopt 3568 http/ngx_http_core_module.c lsopt.deferred_accept = 1; lsopt 3569 http/ngx_http_core_module.c lsopt.set = 1; lsopt 3570 http/ngx_http_core_module.c lsopt.bind = 1; lsopt 3583 http/ngx_http_core_module.c sa = &lsopt.u.sockaddr; lsopt 3588 http/ngx_http_core_module.c lsopt.ipv6only = 1; lsopt 3591 http/ngx_http_core_module.c lsopt.ipv6only = 2; lsopt 3600 http/ngx_http_core_module.c lsopt.set = 1; lsopt 3601 http/ngx_http_core_module.c lsopt.bind = 1; lsopt 3606 http/ngx_http_core_module.c "on addr \"%s\", ignored", lsopt.addr); lsopt 3620 http/ngx_http_core_module.c lsopt.ssl = 1; lsopt 3635 http/ngx_http_core_module.c if (ngx_http_add_listen(cf, cscf, &lsopt) == NGX_OK) {