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

  /src/external/mpl/bind/dist/lib/dns/
time.c 35 dns_time64_totext(int64_t t, isc_buffer_t *target) { function
129 return dns_time64_totext(dns_time64_from32(value), target);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
time.c 36 dns_time64_totext(int64_t t, isc_buffer_t *target) { function
130 return (dns_time64_totext(dns_time64_from32(value), target));

Completed in 15 milliseconds