Home
last modified time | relevance | path

Searched defs:isc_boolean_t (Results 1 – 3 of 3) sorted by relevance

/netbsd/external/bsd/ntp/dist/lib/isc/include/isc/
H A Dboolean.h27 typedef enum { isc_boolean_false = 0, isc_boolean_true = 1 } isc_boolean_t; typedef
/netbsd/external/mpl/dhcp/include/
H A Dconfig.h339 #define isc_boolean_t bool macro
/netbsd/external/mpl/dhcp/dist/keama/
H A Ddata.h152 typedef enum { isc_boolean_false = 0, isc_boolean_true = 1 } isc_boolean_t; typedef