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

  /src/external/mpl/bind/dist/lib/dns/
dst_api.c 710 dst_key_todns(const dst_key_t *key, isc_buffer_t *target) { function
1308 result = dst_key_todns(key1, &b1);
1319 result = dst_key_todns(key2, &b2);
2131 result = dst_key_todns(key, &keyb);
2278 RETERR(dst_key_todns(key, &dnsbuf));
  /src/external/mpl/dhcp/bind/dist/lib/dns/
dst_api.c 750 dst_key_todns(const dst_key_t *key, isc_buffer_t *target) { function
1311 result = dst_key_todns(key1, &b1);
1322 result = dst_key_todns(key2, &b2);
2189 ret = dst_key_todns(key, &keyb);
2336 ret = dst_key_todns(key, &dnsbuf);

Completed in 17 milliseconds