Home
last modified time | relevance | path

Searched refs:confparams (Results 1 – 25 of 95) sorted by relevance

1234

/dports/comms/hamlib/hamlib-4.3.1/src/
H A Dextamp.c77 const struct confparams *, in amp_ext_level_foreach() argument
81 const struct confparams *cfp; in amp_ext_level_foreach()
128 const struct confparams *, in amp_ext_parm_foreach() argument
132 const struct confparams *cfp; in amp_ext_parm_foreach()
180 const struct confparams *HAMLIB_API amp_ext_lookup(AMP *amp, const char *name) in amp_ext_lookup()
182 const struct confparams *cfp; in amp_ext_lookup()
224 const struct confparams *HAMLIB_API amp_ext_lookup_tok(AMP *amp, token_t token) in amp_ext_lookup_tok()
226 const struct confparams *cfp; in amp_ext_lookup_tok()
271 const struct confparams *cfp; in amp_ext_token_lookup()
H A Drot_ext.c96 const struct confparams *, in rot_ext_func_foreach() argument
100 const struct confparams *cfp; in rot_ext_func_foreach()
152 const struct confparams *, in rot_ext_level_foreach() argument
156 const struct confparams *cfp; in rot_ext_level_foreach()
208 const struct confparams *, in rot_ext_parm_foreach() argument
212 const struct confparams *cfp; in rot_ext_parm_foreach()
265 const struct confparams *HAMLIB_API rot_ext_lookup(ROT *rot, const char *name) in rot_ext_lookup()
267 const struct confparams *cfp; in rot_ext_lookup()
317 const struct confparams *HAMLIB_API rot_ext_lookup_tok(ROT *rot, token_t token) in rot_ext_lookup_tok()
319 const struct confparams *cfp; in rot_ext_lookup_tok()
[all …]
H A Dext.c88 const struct confparams *, in rig_ext_func_foreach() argument
92 const struct confparams *cfp; in rig_ext_func_foreach()
138 const struct confparams *, in rig_ext_level_foreach() argument
142 const struct confparams *cfp; in rig_ext_level_foreach()
188 const struct confparams *, in rig_ext_parm_foreach() argument
192 const struct confparams *cfp; in rig_ext_parm_foreach()
236 const struct confparams *HAMLIB_API rig_ext_lookup(RIG *rig, const char *name) in rig_ext_lookup()
238 const struct confparams *cfp; in rig_ext_lookup()
283 const struct confparams *HAMLIB_API rig_ext_lookup_tok(RIG *rig, token_t token) in rig_ext_lookup_tok()
285 const struct confparams *cfp; in rig_ext_lookup_tok()
[all …]
H A Damp_conf.c51 static const struct confparams ampfrontend_cfg_params[] =
81 static const struct confparams ampfrontend_serial_cfg_params[] =
485 int (*cfunc)(const struct confparams *, in amp_token_foreach() argument
489 const struct confparams *cfp; in amp_token_foreach()
548 const struct confparams *HAMLIB_API amp_confparam_lookup(AMP *amp, in amp_confparam_lookup()
551 const struct confparams *cfp; in amp_confparam_lookup()
611 const struct confparams *cfp; in amp_token_lookup()
655 const struct confparams *cfp; in amp_set_conf()
H A Drot_conf.c52 static const struct confparams rotfrontend_cfg_params[] =
114 static const struct confparams rotfrontend_serial_cfg_params[] =
540 int (*cfunc)(const struct confparams *, in rot_token_foreach() argument
544 const struct confparams *cfp; in rot_token_foreach()
603 const struct confparams *HAMLIB_API rot_confparam_lookup(ROT *rot, in rot_confparam_lookup()
606 const struct confparams *cfp; in rot_confparam_lookup()
670 const struct confparams *cfp; in rot_token_lookup()
714 const struct confparams *cfp; in rot_set_conf()
H A Dconf.c50 static const struct confparams frontend_cfg_params[] =
176 static const struct confparams frontend_serial_cfg_params[] =
1035 int (*cfunc)(const struct confparams *, in rig_token_foreach() argument
1039 const struct confparams *cfp; in rig_token_foreach()
1088 const struct confparams *HAMLIB_API rig_confparam_lookup(RIG *rig, in rig_confparam_lookup()
1091 const struct confparams *cfp; in rig_confparam_lookup()
1146 const struct confparams *cfp; in rig_token_lookup()
1186 const struct confparams *cfp; in rig_set_conf()
H A Dsprintflst.h40 extern HAMLIB_EXPORT( int ) sprintf_level_ext(char *str, int len, const struct confparams *extlevel…
54 extern HAMLIB_EXPORT( int ) print_ext_param(const struct confparams *cfp, rig_ptr_t ptr);
/dports/net/freediameter/freeDiameter-1.5.0/extensions/app_diameap/
H A Ddiameap.y90 confparams : /* empty */
91 | confparams EAPmethod
92 | confparams Authorize
93 | confparams DiamEAP_MySQL
94 | confparams MAX_Invalid_EAP_Packet
95 | confparams Multi_Round_Timeout
96 | confparams Check_User_Identity
97 | confparams errors
/dports/comms/cubicsdr/CubicSDR-0248e5a/external/hamlib/hamlib/
H A Damplifier.h211 const struct confparams *cfgparams; /*!< Configuration parameters. */
256 const struct confparams *extlevels; /*!< Extension levels list. \sa extamp.c */
257 const struct confparams *extparms; /*!< Extension parameters list. \sa extamp.c */
392 int (*cfunc)(const struct confparams *,
396 extern HAMLIB_EXPORT(const struct confparams *)
411 extern HAMLIB_EXPORT(const struct confparams *)
422 extern HAMLIB_EXPORT(const struct confparams *)
H A Drotator.h386 const struct confparams *extparms; /*!< Extension parameters list, \sa rot_ext.c. */
387 const struct confparams *extlevels; /*!< Extension levels list, \sa rot_ext.c. */
388 const struct confparams *extfuncs; /*!< Extension functions list, \sa rot_ext.c. */
403 const struct confparams *cfgparams; /*!< Configuration parameters. */
686 int (*cfunc)(const struct confparams *,
690 extern HAMLIB_EXPORT(const struct confparams *)
701 const struct confparams *,
707 const struct confparams *,
713 const struct confparams *,
717 extern HAMLIB_EXPORT(const struct confparams *)
[all …]
H A Drig.h719 struct confparams { struct
1578 const struct confparams *,
1692 const struct confparams *cfgparams; /*!< Configuration parametres. */
2630 const struct confparams *,
2642 const struct confparams *,
2646 extern HAMLIB_EXPORT(const struct confparams *)
2650 extern HAMLIB_EXPORT(const struct confparams *)
2660 int (*cfunc)(const struct confparams *,
2664 extern HAMLIB_EXPORT(const struct confparams *)
2830 const struct confparams *,
[all …]
/dports/comms/hamlib/hamlib-4.3.1/include/hamlib/
H A Damplifier.h211 const struct confparams *cfgparams; /*!< Configuration parameters. */
256 const struct confparams *extlevels; /*!< Extension levels list. \sa extamp.c */
257 const struct confparams *extparms; /*!< Extension parameters list. \sa extamp.c */
392 int (*cfunc)(const struct confparams *,
396 extern HAMLIB_EXPORT(const struct confparams *)
411 extern HAMLIB_EXPORT(const struct confparams *)
422 extern HAMLIB_EXPORT(const struct confparams *)
H A Drotator.h386 const struct confparams *extparms; /*!< Extension parameters list, \sa rot_ext.c. */
387 const struct confparams *extlevels; /*!< Extension levels list, \sa rot_ext.c. */
388 const struct confparams *extfuncs; /*!< Extension functions list, \sa rot_ext.c. */
403 const struct confparams *cfgparams; /*!< Configuration parameters. */
687 int (*cfunc)(const struct confparams *,
691 extern HAMLIB_EXPORT(const struct confparams *)
702 const struct confparams *,
708 const struct confparams *,
714 const struct confparams *,
718 extern HAMLIB_EXPORT(const struct confparams *)
[all …]
H A Drig.h734 struct confparams { struct
1618 const struct confparams *,
1801 const struct confparams *cfgparams; /*!< Configuration parameters. */
2752 const struct confparams *,
2764 const struct confparams *,
2768 extern HAMLIB_EXPORT(const struct confparams *)
2772 extern HAMLIB_EXPORT(const struct confparams *)
2782 int (*cfunc)(const struct confparams *,
2786 extern HAMLIB_EXPORT(const struct confparams *)
2952 const struct confparams *,
[all …]
/dports/net/freediameter/freeDiameter-1.5.0/extensions/app_diameap/plugins/eap_tls/
H A Deaptls.y86 confparams : /* empty */
87 | confparams CERTS_files
88 | confparams CA_file
89 | confparams CRL_file
90 | confparams CHECK_CN_USERNAME_param
91 | confparams errors
/dports/comms/hamlib/hamlib-4.3.1/rigs/dummy/
H A Drot_dummy.c69 static const struct confparams dummy_ext_levels[] =
90 static const struct confparams dummy_ext_funcs[] =
99 static const struct confparams dummy_ext_parms[] =
109 static const struct confparams dummy_cfg_params[] =
539 const struct confparams *cfp; in dummy_set_ext_level()
607 const struct confparams *cfp; in dummy_get_ext_level()
650 const struct confparams *cfp; in dummy_set_ext_func()
702 const struct confparams *cfp; in dummy_get_ext_func()
796 const struct confparams *cfp; in dummy_set_ext_parm()
861 const struct confparams *cfp; in dummy_get_ext_parm()
H A Ddummy_common.h27 struct ext_list *alloc_init_ext(const struct confparams *cfp);
H A Ddummy_common.c33 struct ext_list *alloc_init_ext(const struct confparams *cfp) in alloc_init_ext()
/dports/comms/hamlib/hamlib-4.3.1/bindings/
H A Dhamlib.swg205 %immutable confparams::name;
206 %immutable confparams::label;
207 %immutable confparams::tooltip;
208 %immutable confparams::dflt;
/dports/comms/hamlib/hamlib-4.3.1/tests/
H A Dampctl_parse.h45 int print_conf_list(const struct confparams *cfp, rig_ptr_t data);
H A Drotctl_parse.h44 int print_conf_list(const struct confparams *cfp, rig_ptr_t data);
H A Drigctl_parse.h48 int print_conf_list(const struct confparams *cfp, rig_ptr_t data);
/dports/comms/wsjtz/wsjtx/lib/
H A Dtstrig.h45 int print_conf_list(const struct confparams *cfp, rig_ptr_t data);
/dports/comms/hamlib/hamlib-4.3.1/rigs/kenwood/
H A Delecraft.h72 extern const struct confparams elecraft_ext_levels[];
/dports/comms/hamlib/hamlib-4.3.1/rigs/icom/
H A Dicom.h398 extern const struct confparams icom_cfg_params[];
399 extern const struct confparams icom_ext_levels[];
400 extern const struct confparams icom_ext_funcs[];
401 extern const struct confparams icom_ext_parms[];

1234