Searched refs:proto_config (Results 1 – 8 of 8) sorted by relevance
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | cmd_args.c | 59 proto_config(PROTO_AUTHENTICATE, 1, 0., NULL); in getCmdOpts() 61 proto_config(PROTO_AUTHENTICATE, 0, 0., NULL); in getCmdOpts() 64 proto_config(PROTO_BROADCLIENT, 1, 0., NULL); in getCmdOpts() 108 proto_config(PROTO_BROADDELAY, 0, tmp, NULL); in getCmdOpts()
|
| D | ntp_config.c | 1968 proto_config(PROTO_BROADCLIENT, ptree->broadcastclient, in config_other_modes() 1977 proto_config(PROTO_MULTICAST_ADD, in config_other_modes() 1992 proto_config(PROTO_MULTICAST_ADD, 0, 0., in config_other_modes() 1997 proto_config(PROTO_MULTICAST_ADD, 1, 0., NULL); in config_other_modes() 2412 proto_config(item, 0, tos->value.d, NULL); in config_tos() 3469 proto_config(PROTO_AUTHENTICATE, enable, 0., NULL); in apply_enable_disable() 3473 proto_config(PROTO_BROADCLIENT, enable, 0., NULL); in apply_enable_disable() 3477 proto_config(PROTO_CAL, enable, 0., NULL); in apply_enable_disable() 3481 proto_config(PROTO_KERNEL, enable, 0., NULL); in apply_enable_disable() 3485 proto_config(PROTO_MONITOR, enable, 0., NULL); in apply_enable_disable() [all …]
|
| D | ntp_request.c | 1545 proto_config(PROTO_BROADCLIENT, set, 0., NULL); in setclr_flags() 1547 proto_config(PROTO_PPS, set, 0., NULL); in setclr_flags() 1549 proto_config(PROTO_NTP, set, 0., NULL); in setclr_flags() 1551 proto_config(PROTO_KERNEL, set, 0., NULL); in setclr_flags() 1553 proto_config(PROTO_MONITOR, set, 0., NULL); in setclr_flags() 1555 proto_config(PROTO_FILEGEN, set, 0., NULL); in setclr_flags() 1557 proto_config(PROTO_AUTHENTICATE, set, 0., NULL); in setclr_flags() 1559 proto_config(PROTO_CAL, set, 0., NULL); in setclr_flags()
|
| D | ntp_proto.c | 5273 proto_config( in proto_config() function
|
| /freebsd-12-stable/contrib/ntp/ |
| D | TODO | 8 970711: Make sure it's safe to convert proto_config's 2nd argument from
|
| D | CommitLog-4.1.0 | 628 * ntpd/ntp_proto.c (proto_config): cal_enable (PROTO_CAL) is 1460 (proto_config): Turn on/off PPS discipline 4286 * ntpd/ntp_proto.c (proto_config): Don't set sys_bclient on
|
| D | CommitLog | 111979 move sys_tick override from proto_config() to loop_config() 112007 move sys_tick override from proto_config() to loop_config()
|
| /freebsd-12-stable/contrib/ntp/include/ |
| D | ntpd.h | 241 extern void proto_config (int, u_long, double, sockaddr_u *);
|