Home
last modified time | relevance | path

Searched refs:INT_BROADCAST (Results 1 – 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/ntp/ntpd/
HDntp_io.c570 if (iface->flags & INT_BROADCAST) in print_interface()
1064 wildif->flags = INT_BROADCAST | INT_UP | INT_WILDCARD; in create_wildcards()
1329 itf->flags |= INT_BROADCAST; in convert_isc_if()
2079 if ((INT_BROADCAST & iface->flags) in create_interface()
2181 if (iflags & INT_BROADCAST) { in iflags_str()
2182 CLEAR_BIT_IF_DEBUG(INT_BROADCAST, iflags); in iflags_str()
2669 if (!(ep->flags & INT_BROADCAST)) in io_setbclient()
HDntp_peer.c724 if (niface->flags & INT_BROADCAST) in peer_refresh_interface()
/freebsd-13-stable/contrib/ntp/include/
HDntp.h211 #define INT_BROADCAST 0x008 /* can broadcast out this interface */ macro
/freebsd-13-stable/contrib/ntp/
HDCommitLog230596 Typo, should have checked for INT_MULTICAST instead of INT_BROADCAST
230599 Typo should have checked for INT_MULTICAST instead of INT_BROADCAST
230809 findbcastinter should look for INT_BROADCAST flag
230812 findbcastinter should look for INT_BROADCAST flag