Searched refs:respId (Results 1 – 2 of 2) sorted by relevance
267 sm->currentId = sm->respId; in SM_STATE()1202 if (sm->rxResp && (sm->respId == sm->currentId) && in SM_STEP()1209 else if (sm->rxResp && (sm->respId == sm->currentId) && in SM_STEP()1223 sm->rxResp, sm->respId, sm->currentId, in SM_STEP()1360 if (sm->rxResp && (sm->respId == sm->currentId)) in SM_STEP()1463 sm->respId = -1; in eap_sm_parseEapResp()1485 sm->respId = hdr->identifier; in eap_sm_parseEapResp()1510 sm->rxResp, sm->rxInitiate, sm->respId, sm->respMethod, in eap_sm_parseEapResp()
143 int respId; member