OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:batch_id
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/eap_server/
tncs.c
781
unsigned int
batch_id
;
local
810
batch_id
= atoi(pos);
812
batch_id
);
813
if (
batch_id
!= tncs->last_batchid + 1) {
816
batch_id
, tncs->last_batchid + 1);
820
tncs->last_batchid =
batch_id
;
/src/external/bsd/wpa/dist/src/eap_peer/
tncc.c
689
unsigned int
batch_id
;
local
722
batch_id
= atoi(pos);
724
batch_id
);
725
if (
batch_id
!= tncc->last_batchid + 1) {
728
batch_id
, tncc->last_batchid + 1);
732
tncc->last_batchid =
batch_id
;
Completed in 30 milliseconds
Indexes created Fri Mar 06 19:51:54 UTC 2026