OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pass_ttl
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/ibm-public/postfix/dist/src/postscreen/
postscreen_dnsbl.c
157
int
pass_ttl
; /* combined reply TTL */
member in struct:__anon23164
349
result_ttl = (result_score > 0) ? score->fail_ttl : score->
pass_ttl
;
449
if (score->
pass_ttl
< 0 || score->
pass_ttl
> dnsbl_ttl)
450
score->
pass_ttl
= dnsbl_ttl;
460
if (score->
pass_ttl
< 0 || score->
pass_ttl
> dnsbl_ttl)
461
score->
pass_ttl
= dnsbl_ttl;
541
score->
pass_ttl
= -1;
postscreen_dnsbl.c
157
int
pass_ttl
; /* combined reply TTL */
member in struct:__anon23164
349
result_ttl = (result_score > 0) ? score->fail_ttl : score->
pass_ttl
;
449
if (score->
pass_ttl
< 0 || score->
pass_ttl
> dnsbl_ttl)
450
score->
pass_ttl
= dnsbl_ttl;
460
if (score->
pass_ttl
< 0 || score->
pass_ttl
> dnsbl_ttl)
461
score->
pass_ttl
= dnsbl_ttl;
541
score->
pass_ttl
= -1;
Completed in 47 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026