Home
last modified time | relevance | path

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

/netbsd/external/bsd/ntp/dist/ntpd/
H A Dntp_io.c2644 if (ep->flags & INT_BCASTOPEN) { in io_setbclient()
2665 ep->flags |= INT_BCASTOPEN; in io_setbclient()
2683 ep->flags |= INT_BCASTOPEN; in io_setbclient()
2728 if (!(INT_BCASTOPEN & ep->flags)) in io_unsetbclient()
2742 ep->flags &= ~INT_BCASTOPEN; in io_unsetbclient()
3867 if (!(ep->flags & INT_BCASTOPEN))
H A Dntp_config.c5578 if (iflags & INT_BCASTOPEN) { in build_iflags()
5579 iflags &= ~INT_BCASTOPEN; in build_iflags()
H A Dntp_control.c4293 if (INT_BCASTOPEN & la->flags) in send_ifstats_entry()
/netbsd/external/bsd/ntp/dist/include/
H A Dntp.h212 #define INT_BCASTOPEN 0x020 /* broadcast receive socket is open */ macro
/netbsd/external/bsd/ntp/dist/ntpdc/
H A Dntpdc_ops.c3116 if (!ntohl(ifs->v6_flag) && ntohl(ifs->flags) & (INT_BCASTOPEN)) { in iflist()
/netbsd/external/bsd/ntp/dist/
H A DCommitLog220357 findbcastinter should be using INT_BCASTOPEN flag
220360 findbcastinter should be using INT_BCASTOPEN flag