Lines Matching refs:p_len
370 if (((u_short)len < pa->p_len + PARA_LEN) || (pa->p_len & 3)) { in smt_build_pmf_response()
382 if (!set && (pa->p_len != 4)) { in smt_build_pmf_response()
411 if (!set && (pa->p_len != 0)) { in smt_build_pmf_response()
467 len -= pa->p_len + PARA_LEN ; in smt_build_pmf_response()
468 pa = (struct smt_para *) ((char *)pa + pa->p_len + PARA_LEN) ; in smt_build_pmf_response()
518 if (pa->p_len != 8) in smt_authorize()
1044 pa->p_len = plen - len - PARA_LEN ; in smt_add_para()
1093 len = pa->p_len ; in smt_set_para()
1589 printf("TYPE %x LEN %x VALUE\t",pa->p_type,pa->p_len) ; in dump_smt()
1591 printf("TYPE %04x LEN %2x VALUE\t",pa->p_type,pa->p_len) ; in dump_smt()
1593 n = pa->p_len ; in dump_smt()
1632 plen = (pa->p_len + PARA_LEN + 3) & ~3 ; in dump_smt()