Searched refs:ignore_packets (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/contrib/ntp/ntpd/
H A Dntp_io.c592 (iface->ignore_packets)
835 if (ep->ignore_packets || !(INT_MULTICAST & ep->flags) ||
992 if (!ep->ignore_packets && INT_MULTICAST & ep->flags) {
1056 (ep->ignore_packets)
1114 wildif->ignore_packets = (ACTION_DROP == action);
1158 wildif->ignore_packets = (ACTION_DROP == action);
1782 enumep.ignore_packets = ISC_FALSE;
1788 enumep.ignore_packets = ISC_TRUE;
1834 * We reset ignore_packets from the
1840 ep->ignore_packets
[all...]
H A Dntp_request.c2712 ifs->ignore_packets = ep->ignore_packets;
H A Dntp_control.c4218 ctl_putint(tag, !la->ignore_packets);
/freebsd-11.0-release/contrib/ntp/include/
H A Dntp.h197 isc_boolean_t ignore_packets; /* listen-read-drop this? */ member in struct:interface
H A Dntp_request.h927 u_char ignore_packets; /* Specify whether the packet should be ignored */ member in struct:info_if_stats
/freebsd-11.0-release/usr.sbin/ntp/ntpdc/
H A Dnl.c878 printf("offsetof(ignore_packets) = %d\n",
879 (int) offsetof(struct info_if_stats, ignore_packets));
/freebsd-11.0-release/contrib/ntp/ntpdc/
H A Dntpdc_ops.c3080 ifs->ignore_packets ? 'D' : 'E',

Completed in 100 milliseconds