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

  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
sdlz.h 194 * information using the dns_sdlz_putrr and dns_sdlz_putsoa functions.
331 dns_sdlz_putrr_t dns_sdlz_putrr; variable
  /src/external/mpl/bind/dist/lib/dns/include/dns/
sdlz.h 193 * information using the dns_sdlz_putrr and dns_sdlz_putsoa functions.
330 dns_sdlz_putrr_t dns_sdlz_putrr; variable
  /src/external/mpl/bind/dist/lib/dns/
sdlz.c 1675 dns_sdlz_putrr(dns_sdlzlookup_t *lookup, const char *type, dns_ttl_t ttl, function
1844 return dns_sdlz_putrr(sdlznode, type, ttl, data);
1862 return dns_sdlz_putrr(lookup, "SOA", SDLZ_DEFAULT_TTL, str);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
sdlz.c 1804 dns_sdlz_putrr(dns_sdlzlookup_t *lookup, const char *type, dns_ttl_t ttl, function
1976 return (dns_sdlz_putrr(sdlznode, type, ttl, data));
1994 return (dns_sdlz_putrr(lookup, "SOA", SDLZ_DEFAULT_TTL, str));

Completed in 16 milliseconds