Searched refs:smt_para (Results 1 – 3 of 3) sorted by relevance
103 struct smt_para { struct108 #define PARA_LEN (sizeof(struct smt_para)) argument120 struct smt_para para ; /* generic parameter header */135 struct smt_para para ; /* generic parameter header */149 struct smt_para para ; /* generic parameter header */171 struct smt_para para ; /* generic parameter header */182 struct smt_para para ; /* generic parameter header */199 struct smt_para para ; /* generic parameter header */213 struct smt_para para ; /* generic parameter header */262 struct smt_para para ; /* generic parameter header */[all …]
35 static int smt_set_para(struct s_smc *smc, struct smt_para *pa, int index,312 struct smt_para *pa ; in smt_build_pmf_response()369 pa = (struct smt_para *) (req + 1) ; in smt_build_pmf_response()472 pa = (struct smt_para *) ((char *)pa + pa->p_len + PARA_LEN) ; in smt_build_pmf_response()497 struct smt_para *pa ; in smt_authorize()519 pa = (struct smt_para *) sm_to_para(smc,sm,SMT_P_AUTHOR) ; in smt_authorize()532 struct smt_para *pa ; in smt_check_set_count()535 pa = (struct smt_para *) sm_to_para(smc,sm,SMT_P1035) ; in smt_check_set_count()549 struct smt_para *pa ; in smt_add_para()582 pa = (struct smt_para *) to ; /* type/length pointer */ in smt_add_para()[all …]
1671 if (((struct smt_para *)p)->p_type == para) in sm_to_para()1673 plen = ((struct smt_para *)p)->p_len + PARA_LEN ; in sm_to_para()1824 struct smt_para *pa ; in smt_swap_para()1841 pa = (struct smt_para *) p ; in smt_swap_para()