Home
last modified time | relevance | path

Searched refs:PROTO_AUTHENTICATE (Results 1 – 5 of 5) 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()
Dntp_request.c1557 proto_config(PROTO_AUTHENTICATE, set, 0., NULL); in setclr_flags()
Dntp_proto.c5291 case PROTO_AUTHENTICATE: /* authentication (auth) */ in proto_config()
Dntp_config.c3469 proto_config(PROTO_AUTHENTICATE, enable, 0., NULL); in apply_enable_disable()
/freebsd-12-stable/contrib/ntp/include/
Dntp.h712 #define PROTO_AUTHENTICATE 3 macro