OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:penalty_exempt
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/bsd/openssh/dist/
srclimit.c
43
static char *
penalty_exempt
;
variable
113
penalty_exempt
= penalty_exempt_conf == NULL ?
275
if (
penalty_exempt
!= NULL) {
278
if (addr_match_list(addr_s,
penalty_exempt
) == 1) {
362
if (
penalty_exempt
!= NULL) {
365
if (addr_match_list(addrnetmask,
penalty_exempt
) == 1) {
srclimit.c
43
static char *
penalty_exempt
;
variable
113
penalty_exempt
= penalty_exempt_conf == NULL ?
275
if (
penalty_exempt
!= NULL) {
278
if (addr_match_list(addr_s,
penalty_exempt
) == 1) {
362
if (
penalty_exempt
!= NULL) {
365
if (addr_match_list(addrnetmask,
penalty_exempt
) == 1) {
Completed in 80 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026