setfib             81 core/ngx_connection.c     ls->setfib = -1;
setfib            194 core/ngx_connection.c         if (getsockopt(ls[i].setfib, SOL_SOCKET, SO_SETFIB,
setfib            195 core/ngx_connection.c                        (void *) &ls[i].setfib, &olen)
setfib            202 core/ngx_connection.c             ls[i].setfib = -1;
setfib            503 core/ngx_connection.c         if (ls[i].setfib != -1) {
setfib            505 core/ngx_connection.c                            (const void *) &ls[i].setfib, sizeof(int))
setfib            510 core/ngx_connection.c                               ls[i].setfib, &ls[i].addr_text);
setfib             73 core/ngx_connection.h     int                 setfib;
setfib           1776 http/ngx_http.c     ls->setfib = addr->opt.setfib;
setfib           2545 http/ngx_http_core_module.c         lsopt.setfib = -1;
setfib           3469 http/ngx_http_core_module.c     lsopt.setfib = -1;
setfib           3493 http/ngx_http_core_module.c             lsopt.setfib = ngx_atoi(value[n].data + 7, value[n].len - 7);
setfib           3495 http/ngx_http_core_module.c             if (lsopt.setfib == NGX_ERROR) {
setfib             80 http/ngx_http_core_module.h     int                        setfib;