Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dcmd_args.c61 proto_config(PROTO_AUTHENTICATE, 1, 0., NULL); in getCmdOpts()
63 proto_config(PROTO_AUTHENTICATE, 0, 0., NULL); in getCmdOpts()
Dntp_request.c1559 proto_config(PROTO_AUTHENTICATE, set, 0., NULL); in setclr_flags()
Dntp_proto.c5377 case PROTO_AUTHENTICATE: /* authentication (auth) */ in proto_config()
Dntp_config.c3505 proto_config(PROTO_AUTHENTICATE, enable, 0., NULL); in apply_enable_disable()
/netbsd/src/external/bsd/ntp/dist/include/
Dntp.h729 #define PROTO_AUTHENTICATE 3 macro