Searched refs:time_expire (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Drrsig_46.c39 isc_uint32_t time_signed, time_expire; local
104 time_expire = u;
106 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
107 RETERR(uint32_tobuffer(time_expire, target));
H A Dsig_24.c39 isc_uint32_t time_signed, time_expire; local
93 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
94 RETERR(uint32_tobuffer(time_expire, target));

Completed in 646 milliseconds