Lines Matching defs:para
567 DB_SMT("SMT: NIF with para problem, ignoring");
721 DB_SMT("SMT: ECF with para problem,sending RDF");
838 smt_swap_para(sm,(int) mb->sm_len,0) ; /* swap para & header */
880 rdf->reason.para.p_type = SMT_P_REASON ;
881 rdf->reason.para.p_len = sizeof(struct smt_p_reason) - PARA_LEN ;
885 rdf->version.para.p_type = SMT_P_VERSION ;
886 rdf->version.para.p_len = sizeof(struct smt_p_version) - PARA_LEN ;
902 rdf->refused.para.p_type = SMT_P_REFUSED ;
903 /* length of para is smt_frame + ref_fc */
904 rdf->refused.para.p_len = len + 4 ;
1262 * MIB para 101b (fddiSMTConnectionPolicy) coding
1342 path->para.p_type = SMT_P_PATH ;
1343 path->para.p_len = len - PARA_LEN ;
1440 * note: this para 200B is NOT in swap table, because it's also set in
1529 echo->para.p_len = len ;
1648 DB_SMT("SMT: smt_check_para - missing para %hx", *p);
1656 void *sm_to_para(struct s_smc *smc, struct smt_header *sm, int para)
1668 if (((struct smt_para *)p)->p_type == para)
1677 if ((plen & 3) && (para != SMT_P_ECHODATA)) {