Searched refs:sys_bclient (Results 1 – 6 of 6) sorted by relevance
529 extern int sys_bclient; /* we set our time to broadcasts */
142 int sys_bclient; /* broadcast client enable */ variable1546 if (!sys_bclient && !sys_mclient) { in receive()5338 sys_bclient = 0; in init_proto()5380 sys_bclient = (int)value; in proto_config()5381 if (!sys_bclient) in proto_config()
1107 if (sys_bclient || sys_mclient) in sys_info()
1980 if (sys_bclient) { in update_interfaces()
4286 * ntpd/ntp_proto.c (proto_config): Don't set sys_bclient on
4882 Add sys_mclient for multicast to avoid overloading sys_bclient meaning.4885 Add sys_mclient for multicast to avoid overloading sys_bclient meaning.4888 Separate sys_bclient into sys_mclient and sys_bclient. (from Brian Utterback)4891 Backwards compat, signal broadcast client to ntpdc with either sys_bclient or sys_mclient lit.11850 semantic of 'sys_bclient' is too intricate for simple changes[all...]