Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/ntp/ntpd/
Dntp_io.c2588 if (interf->flags & INT_BCASTOPEN) { in io_setbclient()
2609 interf->flags |= INT_BCASTOPEN; in io_setbclient()
2627 interf->flags |= INT_BCASTOPEN; in io_setbclient()
2667 if (!(INT_BCASTOPEN & ep->flags)) in io_unsetbclient()
2681 ep->flags &= ~INT_BCASTOPEN; in io_unsetbclient()
3779 if (!(ep->flags & INT_BCASTOPEN))
Dntp_control.c4283 if (INT_BCASTOPEN & la->flags) in send_ifstats_entry()
/freebsd-9-stable/contrib/ntp/include/
Dntp.h210 #define INT_BCASTOPEN 0x020 /* broadcast receive socket is open */ macro
/freebsd-9-stable/contrib/ntp/ntpdc/
Dntpdc_ops.c3096 if (!ntohl(ifs->v6_flag) && ntohl(ifs->flags) & (INT_BCASTOPEN)) { in iflist()
/freebsd-9-stable/contrib/ntp/
DCommitLog209196 findbcastinter should be using INT_BCASTOPEN flag
209199 findbcastinter should be using INT_BCASTOPEN flag