HomeSort by: relevance | last modified time | path
    Searched refs:DNS_TSIG_FUDGE (Results 1 - 7 of 7) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
tsig.h 58 #define DNS_TSIG_FUDGE 300
  /src/external/mpl/bind/dist/lib/dns/include/dns/
tsig.h 58 #define DNS_TSIG_FUDGE 300
  /src/external/mpl/bind/dist/tests/dns/
tsig_test.c 118 tsig.fudge = DNS_TSIG_FUDGE;
497 tsig_tcp(isc_stdtime_now() - 2 * DNS_TSIG_FUDGE, DNS_R_CLOCKSKEW,
499 tsig_tcp(isc_stdtime_now() + 2 * DNS_TSIG_FUDGE, DNS_R_CLOCKSKEW,
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dnssec.c 47 #include <dns/tsig.h> /* for DNS_TSIG_FUDGE */
979 sig.timesigned = now - DNS_TSIG_FUDGE;
980 sig.timeexpire = now + DNS_TSIG_FUDGE;
tsig.c 807 tsig.fudge = DNS_TSIG_FUDGE;
  /src/external/mpl/bind/dist/lib/dns/
dnssec.c 44 #include <dns/tsig.h> /* for DNS_TSIG_FUDGE */
772 sig.timesigned = now - DNS_TSIG_FUDGE;
773 sig.timeexpire = now + DNS_TSIG_FUDGE;
tsig.c 595 .fudge = DNS_TSIG_FUDGE,

Completed in 25 milliseconds