Home
last modified time | relevance | path

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

/haiku/src/system/libnetwork/netresolv/include/isc/
H A Ddst.h130 #define DST_PUBLIC 0x4000000 macro
/haiku/src/system/libnetwork/netresolv/dst/
H A Ddst_api.c338 if ((type & (DST_PUBLIC | DST_PRIVATE)) == 0) in dst_read_key()
353 if (type == DST_PUBLIC) in dst_read_key()
381 if ((type & (DST_PRIVATE|DST_PUBLIC)) == 0) in dst_write_key()
384 if (type & DST_PUBLIC) in dst_write_key()