Home
last modified time | relevance | path

Searched refs:ignore_packets (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_io.c575 (iface->ignore_packets) in print_interface()
814 if (ep->ignore_packets || !(INT_MULTICAST & ep->flags) || in add_interface()
897 if (!ep->ignore_packets && INT_MULTICAST & ep->flags) { in remove_interface()
963 (ep->ignore_packets) in log_listen_address()
1021 wildif->ignore_packets = (ACTION_DROP == action); in create_wildcards()
1065 wildif->ignore_packets = (ACTION_DROP == action); in create_wildcards()
1751 enumep.ignore_packets = ISC_FALSE; in update_interfaces()
1757 enumep.ignore_packets = ISC_TRUE; in update_interfaces()
1841 ep->ignore_packets = enumep.ignore_packets; in update_interfaces()
1855 if (ep->ignore_packets != enumep.ignore_packets) { in update_interfaces()
[all …]
H A Dntp_request.c2749 ifs->ignore_packets = ep->ignore_packets;
H A Dntp_control.c4285 ctl_putint(tag, !la->ignore_packets); in send_ifstats_entry()
/freebsd/contrib/ntp/ntpdc/
H A Dlayout.std444 offsetof(ignore_packets) = 130
H A Dntpdc_ops.c3098 ifs->ignore_packets ? 'D' : 'E', in iflist()
/freebsd/contrib/ntp/include/
H A Dntp.h200 isc_boolean_t ignore_packets; /* listen-read-drop this? */
197 isc_boolean_t ignore_packets; /* listen-read-drop this? */ global() member
H A Dntp_request.h932 u_char ignore_packets; /* Specify whether the packet should be ignored */ member
/freebsd/usr.sbin/ntp/ntpdc/
H A Dnl.c878 (int) offsetof(struct info_if_stats, ignore_packets));
/freebsd/contrib/ntp/
H A DCommitLog[all...]