Home
last modified time | relevance | path

Searched refs:DST_PUBLIC (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/dst/
H A Ddst_api.c331 if ((type & (DST_PUBLIC | DST_PRIVATE)) == 0) in dst_read_key()
346 if (type == DST_PUBLIC) in dst_read_key()
374 if ((type & (DST_PRIVATE|DST_PUBLIC)) == 0) in dst_write_key()
377 if (type & DST_PUBLIC) in dst_write_key()
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Ddst.h128 #define DST_PUBLIC 0x4000000 macro