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

  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
boolean.h 27 typedef enum { isc_boolean_false = 0, isc_boolean_true = 1 } isc_boolean_t; enumerator in enum:__anon7413
29 #define ISC_FALSE isc_boolean_false
  /src/external/mpl/dhcp/dist/keama/
data.h 152 typedef enum { isc_boolean_false = 0, isc_boolean_true = 1 } isc_boolean_t; enumerator in enum:__anon24478
154 #define ISC_FALSE isc_boolean_false
  /src/external/mpl/dhcp/include/
config.h 350 #define isc_boolean_false false macro

Completed in 18 milliseconds