Searched refs:not_rdns (Results 1 – 3 of 3) sorted by relevance
1210 return filter->config->not_rdns < 0 ? !ret : ret; in filter_check_rdns()1216 return filter->config->not_rdns < 0 ? !ret : ret; in filter_check_rdns()
1082 int8_t not_rdns; member
1579 filter_config->not_rdns = $1 ? -1 : 1;