Home
last modified time | relevance | path

Searched refs:proto_config (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/contrib/ntp/ntpd/
Dcmd_args.c59 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()
Dntp_config.c1968 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 …]
Dntp_request.c1545 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()
Dntp_proto.c5273 proto_config( in proto_config() function
/freebsd-12-stable/contrib/ntp/
DTODO8 970711: Make sure it's safe to convert proto_config's 2nd argument from
DCommitLog-4.1.0628 * 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
DCommitLog111979 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/
Dntpd.h241 extern void proto_config (int, u_long, double, sockaddr_u *);