Home
last modified time | relevance | path

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

/freebsd-head/contrib/ntp/ntpd/
HDcmd_args.c59 proto_config(PROTO_AUTHENTICATE, 1, 0., NULL); in getCmdOpts()
61 proto_config(PROTO_AUTHENTICATE, 0, 0., NULL); in getCmdOpts()
HDntp_request.c1557 proto_config(PROTO_AUTHENTICATE, set, 0., NULL); in setclr_flags()
HDntp_proto.c5375 case PROTO_AUTHENTICATE: /* authentication (auth) */ in proto_config()
HDntp_config.c3493 proto_config(PROTO_AUTHENTICATE, enable, 0., NULL); in apply_enable_disable()
/freebsd-head/contrib/ntp/include/
HDntp.h727 #define PROTO_AUTHENTICATE 3 macro