Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/ntp/ntpd/
H A Dcmd_args.c116 int ct = STACKCT_OPT( TRUSTEDKEY ); in getCmdOpts()
155 ct = STACKCT_OPT( VAR ); in getCmdOpts()
165 int ct = STACKCT_OPT( DVAR ); in getCmdOpts()
H A Dntpd-opts.h146 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt) macro
H A Dntpd.c963 int ifacect = STACKCT_OPT( INTERFACE );
/freebsd-14.2/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.h116 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt) macro
/freebsd-14.2/contrib/ntp/ntpdc/
H A Dntpdc-opts.h124 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt) macro
H A Dntpdc.c322 int cmdct = STACKCT_OPT( COMMAND ); in ntpdcmain()
/freebsd-14.2/contrib/ntp/ntpq/
H A Dntpq-opts.h125 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt) macro
/freebsd-14.2/contrib/ntp/util/
H A Dntp-keygen-opts.h134 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt) macro
/freebsd-14.2/contrib/ntp/sntp/
H A Dsntp-opts.h131 #define STACKCT_OPT(n) (((tArgList*)(DESC(n).optCookie))->useCt) macro
H A Dmain.c257 int cn = STACKCT_OPT( BROADCAST ); in sntp_main()
267 int cn = STACKCT_OPT( CONCURRENT ); in sntp_main()