Lines Matching refs:p_len
374 if (((u_short)len < pa->p_len + PARA_LEN) || (pa->p_len & 3)) { in smt_build_pmf_response()
386 if (!set && (pa->p_len != 4)) { in smt_build_pmf_response()
415 if (!set && (pa->p_len != 0)) { in smt_build_pmf_response()
471 len -= pa->p_len + PARA_LEN ; in smt_build_pmf_response()
472 pa = (struct smt_para *) ((char *)pa + pa->p_len + PARA_LEN) ; in smt_build_pmf_response()
522 if (pa->p_len != 8) in smt_authorize()
1048 pa->p_len = plen - len - PARA_LEN ; in smt_add_para()
1097 len = pa->p_len ; in smt_set_para()
1593 printf("TYPE %x LEN %x VALUE\t",pa->p_type,pa->p_len) ; in dump_smt()
1595 printf("TYPE %04x LEN %2x VALUE\t",pa->p_type,pa->p_len) ; in dump_smt()
1597 n = pa->p_len ; in dump_smt()
1636 plen = (pa->p_len + PARA_LEN + 3) & ~3 ; in dump_smt()