Home | History | Annotate | Download | only in pppd

Lines Matching refs:mdi

128   int mdi;
132 mdi = (int)((mdContext->i[0] >> 3) & 0x3F);
141 /* add new character to buffer, increment mdi */
142 mdContext->in[mdi++] = *inBuf++;
145 if (mdi == 0x40) {
152 mdi = 0;
165 int mdi;
174 mdi = (int)((mdContext->i[0] >> 3) & 0x3F);
177 padLen = (mdi < 56) ? (56 - mdi) : (120 - mdi);