HomeSort by: relevance | last modified time | path
    Searched defs:time_expire (Results 1 - 12 of 12) sorted by relevancy

  /src/external/mpl/dhcp/bind/dist/lib/dns/rdata/generic/
rrsig_46.c 35 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));
sig_24.c 33 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));
rrsig_46.c 35 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));
sig_24.c 33 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));
rrsig_46.c 35 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));
sig_24.c 33 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));
  /src/external/mpl/bind/dist/lib/dns/rdata/generic/
rrsig_46.c 35 uint32_t time_signed, time_expire; local
107 time_expire = u;
109 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
111 RETERR(uint32_tobuffer(time_expire, target));
sig_24.c 33 uint32_t time_signed, time_expire; local
91 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
92 RETERR(uint32_tobuffer(time_expire, target));
rrsig_46.c 35 uint32_t time_signed, time_expire; local
107 time_expire = u;
109 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
111 RETERR(uint32_tobuffer(time_expire, target));
sig_24.c 33 uint32_t time_signed, time_expire; local
91 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
92 RETERR(uint32_tobuffer(time_expire, target));
rrsig_46.c 35 uint32_t time_signed, time_expire; local
107 time_expire = u;
109 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
111 RETERR(uint32_tobuffer(time_expire, target));
sig_24.c 33 uint32_t time_signed, time_expire; local
91 RETTOK(dns_time32_fromtext(DNS_AS_STR(token), &time_expire));
92 RETERR(uint32_tobuffer(time_expire, target));

Completed in 202 milliseconds