| /f-stack/dpdk/app/test/ |
| H A D | test_acl.h | 17 uint32_t deny; member 469 .deny = 6}, /* should match 5, 6 */ 480 .deny = 3}, /* should match 2, 3 */ 487 {.vlan = 0x5, .allow = 8, .deny = 9}, /* should match 8, 9 */ 519 .allow = 5, .deny = 9}, /* should match 5, 9 */ 556 .deny = 23 567 .deny = 25 577 .deny = 23 587 .deny = 27 597 .deny = 23 [all …]
|
| H A D | test_acl.c | 313 if (result != test_data[i].deny) { in test_classify_alg() 316 __LINE__, i, test_data[i].deny, in test_classify_alg()
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_access_module.c | 16 ngx_uint_t deny; /* unsigned deny:1; */ member 24 ngx_uint_t deny; /* unsigned deny:1; */ member 32 ngx_uint_t deny; /* unsigned deny:1; */ member 60 ngx_uint_t deny); 193 return ngx_stream_access_found(s, rule[i].deny); in ngx_stream_access_inet() 236 return ngx_stream_access_found(s, rule6[i].deny); in ngx_stream_access_inet6() 262 return ngx_stream_access_found(s, rule_un[i].deny); in ngx_stream_access_unix() 275 if (deny) { in ngx_stream_access_found() 347 rule->deny = (value[0].data[0] == 'd') ? 1 : 0; in ngx_stream_access_rule() 368 rule6->deny = (value[0].data[0] == 'd') ? 1 : 0; in ngx_stream_access_rule() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_access_module.c | 16 ngx_uint_t deny; /* unsigned deny:1; */ member 24 ngx_uint_t deny; /* unsigned deny:1; */ member 32 ngx_uint_t deny; /* unsigned deny:1; */ member 197 return ngx_http_access_found(r, rule[i].deny); in ngx_http_access_inet() 240 return ngx_http_access_found(r, rule6[i].deny); in ngx_http_access_inet6() 265 return ngx_http_access_found(r, rule_un[i].deny); in ngx_http_access_unix() 276 ngx_http_access_found(ngx_http_request_t *r, ngx_uint_t deny) in ngx_http_access_found() argument 280 if (deny) { in ngx_http_access_found() 357 rule->deny = (value[0].data[0] == 'd') ? 1 : 0; in ngx_http_access_rule() 378 rule6->deny = (value[0].data[0] == 'd') ? 1 : 0; in ngx_http_access_rule() [all …]
|
| /f-stack/app/redis-5.0.5/ |
| H A D | sentinel.conf | 219 sentinel deny-scripts-reconfig yes
|
| H A D | 00-RELEASENOTES | 1835 * Sentinel: add an option to deny online script reconfiguration. 2791 Sentinel: add an option to deny online script reconfiguration.
|
| /f-stack/freebsd/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | acl_common.c | 401 ace_make_deny(ace_t *allow, ace_t *deny, int isdir, int isowner) in ace_make_deny() argument 403 (void) memcpy(deny, allow, sizeof (ace_t)); in ace_make_deny() 405 deny->a_who = allow->a_who; in ace_make_deny() 407 deny->a_type = ACE_ACCESS_DENIED_ACE_TYPE; in ace_make_deny() 408 deny->a_access_mask ^= ACE_POSIX_SUPPORTED_BITS; in ace_make_deny() 410 deny->a_access_mask ^= ACE_DELETE_CHILD; in ace_make_deny() 412 deny->a_access_mask &= ~(ACE_SYNCHRONIZE | ACE_WRITE_OWNER | in ace_make_deny() 415 deny->a_access_mask |= access_mask_set((allow->a_access_mask & in ace_make_deny()
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 1255 *) Добавление: директивы allow и deny в модуле stream. 2069 *) Добавление: директивы allow и deny теперь поддерживают unix domain 2552 *) Исправление: директивы allow и deny могли наследоваться некорректно, 3122 или deny были определены только для адресов IPv6; ошибка появилась в 3853 *) Добавление: директивы access и deny поддерживают IPv6.
|
| H A D | CHANGES | 1234 *) Feature: the "allow" and "deny" directives in the stream module. 2024 *) Feature: the "allow" and "deny" directives now support unix domain 2501 *) Bugfix: the "allow" and "deny" directives might be inherited 3060 testing IPv4 address mapped to IPv6 address, if access or deny rules 3785 *) Feature: the "access" and the "deny" directives support IPv6.
|
| /f-stack/tools/ |
| H A D | README.md | 205 ACTION: check-state | allow | count | deny | unreach{,6} CODE |
|
| /f-stack/freebsd/contrib/zstd/ |
| H A D | COPYING | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
| /f-stack/dpdk/license/ |
| H A D | gpl-2.0.txt | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
| H A D | lgpl-2.1.txt | 36 distributors to deny you these rights or to ask you to surrender these
|
| /f-stack/freebsd/contrib/openzfs/module/os/linux/spl/ |
| H A D | THIRDPARTYLICENSE.gplv2 | 29 anyone to deny you these rights or to ask you to surrender the rights.
|
| /f-stack/dpdk/doc/guides/prog_guide/ |
| H A D | env_abstraction_layer.rst | 143 to deny them), allocation validator callbacks are also available via 951 exceed threshold set by the user, giving a chance to allow or deny allocation.
|
| /f-stack/ |
| H A D | LICENSE | 148 To protect your rights, we need to make restrictions that forbid anyone to deny you these rights or…
|
| /f-stack/dpdk/doc/guides/rel_notes/ |
| H A D | release_18_05.rst | 66 allowing user to permit or deny memory allocations.
|
| /f-stack/app/nginx-1.16.1/contrib/vim/syntax/ |
| H A D | nginx.vim | 181 syn keyword ngxDirective contained deny
|