Lines Matching refs:p_len
378 if (((u_short)len < pa->p_len + PARA_LEN) || (pa->p_len & 3)) { in smt_build_pmf_response()
390 if (!set && (pa->p_len != 4)) { in smt_build_pmf_response()
419 if (!set && (pa->p_len != 0)) { in smt_build_pmf_response()
475 len -= pa->p_len + PARA_LEN ; in smt_build_pmf_response()
476 pa = (struct smt_para *) ((char *)pa + pa->p_len + PARA_LEN) ; in smt_build_pmf_response()
526 if (pa->p_len != 8) in smt_authorize()
1052 pa->p_len = plen - len - PARA_LEN ; in smt_add_para()
1101 len = pa->p_len ; in smt_set_para()
1597 printf("TYPE %x LEN %x VALUE\t",pa->p_type,pa->p_len) ; in dump_smt()
1599 printf("TYPE %04x LEN %2x VALUE\t",pa->p_type,pa->p_len) ; in dump_smt()
1601 n = pa->p_len ; in dump_smt()
1640 plen = (pa->p_len + PARA_LEN + 3) & ~3 ; in dump_smt()