Home
last modified time | relevance | path

Searched refs:STACKCT_OPT (Results 1 – 10 of 10) sorted by relevance

/freebsd-head/contrib/ntp/ntpd/
HDcmd_args.c116 int ct = STACKCT_OPT( TRUSTEDKEY ); in getCmdOpts()
155 ct = STACKCT_OPT( VAR ); in getCmdOpts()
165 int ct = STACKCT_OPT( DVAR ); in getCmdOpts()
HDntpd-opts.h146 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt) macro
HDntpd.c963 int ifacect = STACKCT_OPT( INTERFACE );
/freebsd-head/contrib/ntp/ntpsnmpd/
HDntpsnmpd-opts.h116 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt) macro
/freebsd-head/contrib/ntp/ntpdc/
HDntpdc-opts.h124 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt) macro
HDntpdc.c322 int cmdct = STACKCT_OPT( COMMAND ); in ntpdcmain()
/freebsd-head/contrib/ntp/ntpq/
HDntpq-opts.h125 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt) macro
/freebsd-head/contrib/ntp/util/
HDntp-keygen-opts.h134 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt) macro
/freebsd-head/contrib/ntp/sntp/
HDsntp-opts.h131 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt) macro
HDmain.c257 int cn = STACKCT_OPT( BROADCAST ); in sntp_main()
267 int cn = STACKCT_OPT( CONCURRENT ); in sntp_main()