Searched refs:STAT_SECURE (Results 1 - 9 of 9) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/dnsmasq/src/
H A Ddnssec.c711 STAT_SECURE if it validates.
954 return STAT_SECURE;
964 return (labels < name_labels) ? STAT_SECURE_WILDCARD : STAT_SECURE;
974 STAT_SECURE At least one valid DNSKEY found and in cache.
1094 validate_rrset(now, header, plen, class, T_DNSKEY, name, keyname, NULL, key, rdlen - 4, algo, keytag) == STAT_SECURE)
1201 return STAT_SECURE;
1211 STAT_SECURE At least one valid DS found and in cache.
1260 if (val == STAT_SECURE && neganswer)
1475 return STAT_SECURE;
1504 return STAT_SECURE;
[all...]
H A Dforward.c998 if (status == STAT_SECURE)
1071 result = (status == STAT_SECURE ? "SECURE" : (status == STAT_INSECURE ? "INSECURE" : "BOGUS"));
1079 if (status == STAT_SECURE)
1467 status = STAT_SECURE;
1743 if (new_status == STAT_SECURE)
2096 result = (status == STAT_SECURE ? "SECURE" : (status == STAT_INSECURE ? "INSECURE" : "BOGUS"));
2109 if (status == STAT_SECURE)
H A Ddnsmasq.h582 #define STAT_SECURE 1 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/dnsmasq/src/
H A Ddnssec.c711 STAT_SECURE if it validates.
954 return STAT_SECURE;
964 return (labels < name_labels) ? STAT_SECURE_WILDCARD : STAT_SECURE;
974 STAT_SECURE At least one valid DNSKEY found and in cache.
1094 validate_rrset(now, header, plen, class, T_DNSKEY, name, keyname, NULL, key, rdlen - 4, algo, keytag) == STAT_SECURE)
1201 return STAT_SECURE;
1211 STAT_SECURE At least one valid DS found and in cache.
1260 if (val == STAT_SECURE && neganswer)
1475 return STAT_SECURE;
1504 return STAT_SECURE;
[all...]
H A Dforward.c998 if (status == STAT_SECURE)
1071 result = (status == STAT_SECURE ? "SECURE" : (status == STAT_INSECURE ? "INSECURE" : "BOGUS"));
1079 if (status == STAT_SECURE)
1467 status = STAT_SECURE;
1743 if (new_status == STAT_SECURE)
2096 result = (status == STAT_SECURE ? "SECURE" : (status == STAT_INSECURE ? "INSECURE" : "BOGUS"));
2109 if (status == STAT_SECURE)
H A Ddnsmasq.h582 #define STAT_SECURE 1 macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/dnsmasq/src/
H A Ddnssec.c711 STAT_SECURE if it validates.
954 return STAT_SECURE;
964 return (labels < name_labels) ? STAT_SECURE_WILDCARD : STAT_SECURE;
974 STAT_SECURE At least one valid DNSKEY found and in cache.
1094 validate_rrset(now, header, plen, class, T_DNSKEY, name, keyname, NULL, key, rdlen - 4, algo, keytag) == STAT_SECURE)
1201 return STAT_SECURE;
1211 STAT_SECURE At least one valid DS found and in cache.
1260 if (val == STAT_SECURE && neganswer)
1475 return STAT_SECURE;
1504 return STAT_SECURE;
[all...]
H A Dforward.c998 if (status == STAT_SECURE)
1071 result = (status == STAT_SECURE ? "SECURE" : (status == STAT_INSECURE ? "INSECURE" : "BOGUS"));
1079 if (status == STAT_SECURE)
1467 status = STAT_SECURE;
1743 if (new_status == STAT_SECURE)
2096 result = (status == STAT_SECURE ? "SECURE" : (status == STAT_INSECURE ? "INSECURE" : "BOGUS"));
2109 if (status == STAT_SECURE)
H A Ddnsmasq.h582 #define STAT_SECURE 1 macro

Completed in 226 milliseconds