Searched refs:respId (Results 1 – 2 of 2) sorted by relevance
264 sm->currentId = sm->respId; in SM_STATE()1217 if (sm->rxResp && (sm->respId == sm->currentId) && in SM_STEP()1224 else if (sm->rxResp && (sm->respId == sm->currentId) && in SM_STEP()1238 sm->rxResp, sm->respId, sm->currentId, in SM_STEP()1375 if (sm->rxResp && (sm->respId == sm->currentId)) in SM_STEP()1478 sm->respId = -1; in eap_sm_parseEapResp()1500 sm->respId = hdr->identifier; in eap_sm_parseEapResp()1525 sm->rxResp, sm->rxInitiate, sm->respId, sm->respMethod, in eap_sm_parseEapResp()
143 int respId; member