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

/netbsd-current/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
H A Dsig_24.c33 uint32_t time_signed, time_expire; local
90 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
91 RETERR(uint32_tobuffer(time_expire, target));
H A Drrsig_46.c35 uint32_t time_signed, time_expire; local
106 time_expire = u;
108 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
110 RETERR(uint32_tobuffer(time_expire, target));
/netbsd-current/external/mpl/bind/dist/lib/dns/rdata/generic/
H A Dsig_24.c33 uint32_t time_signed, time_expire; local
90 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
91 RETERR(uint32_tobuffer(time_expire, target));
H A Drrsig_46.c35 uint32_t time_signed, time_expire; local
106 time_expire = u;
108 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
110 RETERR(uint32_tobuffer(time_expire, target));

Completed in 157 milliseconds