Home
last modified time | relevance | path

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

/trueos/contrib/ntp/ntpd/
HDntp_config.c600 proto_config(PROTO_MONITOR, 0, 0., NULL); in getconfig()
991 proto_config(PROTO_BROADCLIENT, 1, 0., NULL); in getconfig()
993 proto_config(PROTO_BROADCLIENT, 2, 0., NULL); in getconfig()
1027 proto_config(PROTO_MULTICAST_ADD, in getconfig()
1031 proto_config(PROTO_MULTICAST_ADD, in getconfig()
1034 proto_config(PROTO_MULTICAST_ADD, 1, 0., NULL); in getconfig()
1117 proto_config(PROTO_MINCLOCK, 0, ftemp, NULL); in getconfig()
1121 proto_config(PROTO_MAXCLOCK, 0, ftemp, NULL); in getconfig()
1125 proto_config(PROTO_MINSANE, 0, ftemp, NULL); in getconfig()
1129 proto_config(PROTO_FLOOR, 0, ftemp, NULL); in getconfig()
[all …]
HDcmd_args.c64 proto_config(PROTO_AUTHENTICATE, 1, 0., NULL); in getCmdOpts()
67 proto_config(PROTO_AUTHENTICATE, 0, 0., NULL); in getCmdOpts()
70 proto_config(PROTO_BROADCLIENT, 1, 0., NULL); in getCmdOpts()
123 proto_config(PROTO_BROADDELAY, 0, tmp, NULL); in getCmdOpts()
HDntp_request.c1704 proto_config(PROTO_BROADCLIENT, set, 0., NULL); in setclr_flags()
1706 proto_config(PROTO_PPS, set, 0., NULL); in setclr_flags()
1708 proto_config(PROTO_NTP, set, 0., NULL); in setclr_flags()
1710 proto_config(PROTO_KERNEL, set, 0., NULL); in setclr_flags()
1712 proto_config(PROTO_MONITOR, set, 0., NULL); in setclr_flags()
1714 proto_config(PROTO_FILEGEN, set, 0., NULL); in setclr_flags()
1716 proto_config(PROTO_AUTHENTICATE, set, 0., NULL); in setclr_flags()
1718 proto_config(PROTO_CAL, set, 0., NULL); in setclr_flags()
HDntp_proto.c3241 proto_config( function
/trueos/contrib/ntp/
HDTODO8 970711: Make sure it's safe to convert proto_config's 2nd argument from
HDCommitLog-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
/trueos/contrib/ntp/include/
HDntpd.h198 extern void proto_config P((int, u_long, double, struct sockaddr_storage*));