Searched refs:batch_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/wpa/src/eap_peer/
H A Dtncc.c738 unsigned int batch_id; local
771 batch_id = atoi(pos);
773 batch_id);
774 if (batch_id != tncc->last_batchid + 1) {
777 batch_id, tncc->last_batchid + 1);
781 tncc->last_batchid = batch_id;
/freebsd-10.1-release/contrib/wpa/src/eap_server/
H A Dtncs.c850 unsigned int batch_id; local
881 batch_id = atoi(pos);
883 batch_id);
884 if (batch_id != tncs->last_batchid + 1) {
887 batch_id, tncs->last_batchid + 1);
891 tncs->last_batchid = batch_id;

Completed in 114 milliseconds