Home
last modified time | relevance | path

Searched refs:INT_BCASTOPEN (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/ntp/ntpd/
HDntp_io.c2191 if (iflags & INT_BCASTOPEN) { in iflags_str()
2192 CLEAR_BIT_IF_DEBUG(INT_BCASTOPEN, iflags); in iflags_str()
2676 if (ep->flags & INT_BCASTOPEN) { in io_setbclient()
2697 ep->flags |= INT_BCASTOPEN; in io_setbclient()
2715 ep->flags |= INT_BCASTOPEN; in io_setbclient()
2761 if (!(INT_BCASTOPEN & ep->flags)) in io_unsetbclient()
2772 ep->flags &= ~INT_BCASTOPEN; in io_unsetbclient()
3889 if (!(ep->flags & INT_BCASTOPEN))
HDntp_control.c4276 if (INT_BCASTOPEN & la->flags) in send_ifstats_entry()
/freebsd-head/contrib/ntp/include/
HDntp.h213 #define INT_BCASTOPEN 0x020 /* broadcast receive socket is open */ macro
/freebsd-head/contrib/ntp/ntpdc/
HDntpdc_ops.c3114 if (!ntohl(ifs->v6_flag) && ntohl(ifs->flags) & (INT_BCASTOPEN)) { in iflist()
/freebsd-head/contrib/ntp/
HDCommitLog229713 findbcastinter should be using INT_BCASTOPEN flag
229716 findbcastinter should be using INT_BCASTOPEN flag