HomeSort by: relevance | last modified time | path
    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