Searched refs:TRAP_CONFIGURED (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_control.h176 #define TRAP_CONFIGURED 0x4 /* this trap was configured */ macro
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_control.c4801 tp->tr_flags = TRAP_INUSE|TRAP_CONFIGURED;
4805 if (tp->tr_flags & TRAP_CONFIGURED)
4811 if (tp->tr_flags & TRAP_CONFIGURED)
4830 !(TRAP_CONFIGURED & tp->tr_flags) &&
4837 } else if (!(TRAP_CONFIGURED & tp->tr_flags)) {
4893 tptouse->tr_flags |= TRAP_CONFIGURED;
4916 if (tp->tr_flags & TRAP_CONFIGURED
/freebsd-9.3-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c2396 if (ntohl(it->flags) & TRAP_CONFIGURED)

Completed in 65 milliseconds