Lines Matching refs:para
889 rdf->reason.para.p_type = SMT_P_REASON ; in smt_send_rdf()
890 rdf->reason.para.p_len = sizeof(struct smt_p_reason) - PARA_LEN ; in smt_send_rdf()
894 rdf->version.para.p_type = SMT_P_VERSION ; in smt_send_rdf()
895 rdf->version.para.p_len = sizeof(struct smt_p_version) - PARA_LEN ; in smt_send_rdf()
911 rdf->refused.para.p_type = SMT_P_REFUSED ; in smt_send_rdf()
913 rdf->refused.para.p_len = len + 4 ; in smt_send_rdf()
1351 path->para.p_type = SMT_P_PATH ; in smt_fill_path()
1352 path->para.p_len = len - PARA_LEN ; in smt_fill_path()
1538 echo->para.p_len = len ; in smt_fill_echo()
1664 void *sm_to_para(struct s_smc *smc, struct smt_header *sm, int para) in sm_to_para() argument
1676 if (((struct smt_para *)p)->p_type == para) in sm_to_para()
1685 if ((plen & 3) && (para != SMT_P_ECHODATA)) { in sm_to_para()