Home
last modified time | relevance | path

Searched refs:PROTO_AUTHENTICATE (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dcmd_args.c59 proto_config(PROTO_AUTHENTICATE, 1, 0., NULL); in getCmdOpts()
61 proto_config(PROTO_AUTHENTICATE, 0, 0., NULL); in getCmdOpts()
H A Dntp_request.c1557 proto_config(PROTO_AUTHENTICATE, set, 0., NULL); in setclr_flags()
H A Dntp_proto.c5375 case PROTO_AUTHENTICATE: /* authentication (auth) */ in proto_config()
H A Dntp_config.c3493 proto_config(PROTO_AUTHENTICATE, enable, 0., NULL); in apply_enable_disable()
/freebsd/contrib/ntp/include/
H A Dntp.h727 #define PROTO_AUTHENTICATE 3 macro