Searched refs:lastId (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_i.h317 int lastId; member in struct:eap_sm
H A Deap.c242 sm->lastId = -1; /* new session - make sure this does not match with
954 sm->lastId = sm->reqId;
1098 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
1102 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and
1103 * RFC 4137 require that reqId == lastId. In addition, it looks like
1104 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success.
1110 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
1111 reqId == ((lastId + 2) & 0xff))) {
1114 "reqId=%d lastId=%d (these are supposed to be "
1115 "same)", reqId, lastId);
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Deap_i.h166 int lastId; /* Identifier used in the last EAP-Packet */ member in struct:eap_sm
H A Deap_server.c401 sm->lastId = sm->currentId;
685 sm->lastId = sm->currentId;
747 sm->lastId = sm->currentId;
1585 if (id != sm->lastId)
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_affinity.cpp2389 unsigned *lastId = local
2411 lastId[index] = threadInfo[0][index];
2431 if (threadInfo[i][index] != lastId[index]) {
2442 lastId[index2] = threadInfo[i][index2];
2446 lastId[index] = threadInfo[i][index];
2479 __kmp_free(lastId);
2581 __kmp_free(lastId);
2676 __kmp_free(lastId);

Completed in 172 milliseconds