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

  /src/lib/libc/include/isc/
dst.h 130 #define DST_PUBLIC 0x4000000
  /src/lib/libresolv/
dst_api.c 340 if ((type & (DST_PUBLIC | DST_PRIVATE)) == 0)
355 if (type == DST_PUBLIC)
383 if ((type & (DST_PRIVATE|DST_PUBLIC)) == 0)
386 if (type & DST_PUBLIC)

Completed in 13 milliseconds