opt              1263 http/ngx_http.c         if (ngx_memcmp(p, addr[i].opt.u.sockaddr_data + off, len) != 0) {
opt              1274 http/ngx_http.c         default_server = addr[i].opt.default_server;
opt              1277 http/ngx_http.c         ssl = lsopt->ssl || addr[i].opt.ssl;
opt              1282 http/ngx_http.c             if (addr[i].opt.set) {
opt              1284 http/ngx_http.c                         "a duplicate listen options for %s", addr[i].opt.addr);
opt              1288 http/ngx_http.c             addr[i].opt = *lsopt;
opt              1297 http/ngx_http.c                         "a duplicate default server for %s", addr[i].opt.addr);
opt              1305 http/ngx_http.c         addr[i].opt.default_server = default_server;
opt              1307 http/ngx_http.c         addr[i].opt.ssl = ssl;
opt              1344 http/ngx_http.c     addr->opt = *lsopt;
opt              1382 http/ngx_http.c                                    "a duplicate listen %s", addr->opt.addr);
opt              1500 http/ngx_http.c                               &name[n].name, addr->opt.addr);
opt              1507 http/ngx_http.c                               &name[n].name, addr->opt.addr);
opt              1610 http/ngx_http.c     if (first->opt.wildcard) {
opt              1615 http/ngx_http.c     if (first->opt.bind && !second->opt.bind) {
opt              1620 http/ngx_http.c     if (!first->opt.bind && second->opt.bind) {
opt              1661 http/ngx_http.c     if (addr[last - 1].opt.wildcard) {
opt              1662 http/ngx_http.c         addr[last - 1].opt.bind = 1;
opt              1673 http/ngx_http.c         if (bind_wildcard && !addr[i].opt.bind) {
opt              1729 http/ngx_http.c     ls = ngx_create_listening(cf, &addr->opt.u.sockaddr, addr->opt.socklen);
opt              1759 http/ngx_http.c     ls->backlog = addr->opt.backlog;
opt              1760 http/ngx_http.c     ls->rcvbuf = addr->opt.rcvbuf;
opt              1761 http/ngx_http.c     ls->sndbuf = addr->opt.sndbuf;
opt              1764 http/ngx_http.c     ls->accept_filter = addr->opt.accept_filter;
opt              1768 http/ngx_http.c     ls->deferred_accept = addr->opt.deferred_accept;
opt              1772 http/ngx_http.c     ls->ipv6only = addr->opt.ipv6only;
opt              1776 http/ngx_http.c     ls->setfib = addr->opt.setfib;
opt              1802 http/ngx_http.c         sin = &addr[i].opt.u.sockaddr_in;
opt              1806 http/ngx_http.c         addrs[i].conf.ssl = addr[i].opt.ssl;
opt              1863 http/ngx_http.c         sin6 = &addr[i].opt.u.sockaddr_in6;
opt              1867 http/ngx_http.c         addrs6[i].conf.ssl = addr[i].opt.ssl;
opt               242 http/ngx_http_core_module.h     ngx_http_listen_opt_t      opt;