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

  /src/external/bsd/ntp/dist/ntpd/
ntp_io.c 815 if (ep->ignore_packets || !(INT_MULTICAST & ep->flags) ||
898 if (!ep->ignore_packets && INT_MULTICAST & ep->flags) {
1355 ? INT_MULTICAST : 0)
2127 if (INT_MULTICAST & iface->flags &&
2189 if (iflags & INT_MULTICAST) {
2190 CLEAR_BIT_IF_DEBUG(INT_MULTICAST, iflags);
2866 !(INT_MULTICAST & ep->flags) ||
4358 && (iface->flags & INT_MULTICAST)) {
  /src/external/bsd/ntp/dist/include/
ntp.h 214 #define INT_MULTICAST 0x010 /* can multicast out this interface */

Completed in 38 milliseconds