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

  /src/external/bsd/ntp/dist/libntp/lib/isc/include/isc/
event.h 53 #define ISC_EVENTATTR_NOPURGE 0x00000001
  /src/external/mpl/dhcp/bind/dist/lib/isc/include/isc/
event.h 48 #define ISC_EVENTATTR_NOPURGE 0x00000001
  /src/external/bsd/ntp/dist/libntp/lib/isc/
task.c 637 #define PURGE_OK(event) (((event)->ev_attributes & ISC_EVENTATTR_NOPURGE) == 0)
  /src/external/mpl/dhcp/bind/dist/lib/isc/
task.c 536 #define PURGE_OK(event) (((event)->ev_attributes & ISC_EVENTATTR_NOPURGE) == 0)

Completed in 27 milliseconds