Lines Matching refs:para
884 rdf->reason.para.p_type = SMT_P_REASON ; in smt_send_rdf()
885 rdf->reason.para.p_len = sizeof(struct smt_p_reason) - PARA_LEN ; in smt_send_rdf()
889 rdf->version.para.p_type = SMT_P_VERSION ; in smt_send_rdf()
890 rdf->version.para.p_len = sizeof(struct smt_p_version) - PARA_LEN ; in smt_send_rdf()
906 rdf->refused.para.p_type = SMT_P_REFUSED ; in smt_send_rdf()
908 rdf->refused.para.p_len = len + 4 ; in smt_send_rdf()
1346 path->para.p_type = SMT_P_PATH ; in smt_fill_path()
1347 path->para.p_len = len - PARA_LEN ; in smt_fill_path()
1533 echo->para.p_len = len ; in smt_fill_echo()
1659 void *sm_to_para(struct s_smc *smc, struct smt_header *sm, int para) in sm_to_para() argument
1671 if (((struct smt_para *)p)->p_type == para) in sm_to_para()
1680 if ((plen & 3) && (para != SMT_P_ECHODATA)) { in sm_to_para()