Lines Matching refs:protoPara
170 static const char *autoOSProtocol(InputInfoPtr pInfo, int *protoPara);
1227 if (pBufP >= pMse->protoPara[4]) {
1234 if ((u & pMse->protoPara[0]) != pMse->protoPara[1] &&
1235 (u & pMse->protoPara[5]) == pMse->protoPara[6]) {
1265 * have been detected (pBufP >= pMse->protoPara[4]). In the
1317 if (pBufP != pMse->protoPara[4]) continue;
1354 * to treat them as special cases, because protoPara[2] and
1355 * protoPara[3] are both 0x00 for them, thus, any data bytes will
1357 * and MMHittab protocols, because protoPara[2] and protoPara[3]
1386 if ((pBuf[j] & pMse->protoPara[2]) != pMse->protoPara[3])
1390 if ((pMse->protoPara[7] & MPF_SAFE) && !pMse->inSync)
1392 if ((pBuf[j] & pMse->protoPara[0]) == pMse->protoPara[1])
1396 if ((pBuf[0] & pMse->protoPara[0]) != pMse->protoPara[1] || baddata) {
1639 if (pMse->protoPara[4] >= 8) {
2595 int protoPara[8] = {-1, -1, -1, -1, -1, -1, -1, -1};
2612 name = autoOSProtocol(pInfo,protoPara);
2624 /* Possible protoPara overrides from SetupAuto. */
2625 for (size_t i = 0; i < sizeof(pMse->protoPara); i++)
2626 if (protoPara[i] != -1)
2627 pMse->protoPara[i] = protoPara[i];
3235 autoOSProtocol(InputInfoPtr pInfo, int *protoPara)
3243 name = osInfo->SetupAuto(pInfo, protoPara);
3806 memcpy(pMse->protoPara, proto[pMse->protocolID],
3807 sizeof(pMse->protoPara));