OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tncs_global_data
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/wpa/dist/src/eap_server/
tncs.c
79
struct tnc_if_imv *imv; /* local copy of
tncs_global_data
->imv */
102
static struct tncs_global *
tncs_global_data
= NULL;
variable in typeref:struct:tncs_global
109
if (imvID >= TNC_MAX_IMV_ID ||
tncs_global_data
== NULL)
111
imv =
tncs_global_data
->imv;
125
if (
tncs_global_data
== NULL)
128
tncs =
tncs_global_data
->connections;
1066
if (
tncs_global_data
== NULL)
1072
tncs->imv =
tncs_global_data
->imv;
1073
tncs->connectionID =
tncs_global_data
->next_conn_id++;
1074
tncs->next =
tncs_global_data
->connections
[
all
...]
tncs.c
79
struct tnc_if_imv *imv; /* local copy of
tncs_global_data
->imv */
102
static struct tncs_global *
tncs_global_data
= NULL;
variable in typeref:struct:tncs_global
109
if (imvID >= TNC_MAX_IMV_ID ||
tncs_global_data
== NULL)
111
imv =
tncs_global_data
->imv;
125
if (
tncs_global_data
== NULL)
128
tncs =
tncs_global_data
->connections;
1066
if (
tncs_global_data
== NULL)
1072
tncs->imv =
tncs_global_data
->imv;
1073
tncs->connectionID =
tncs_global_data
->next_conn_id++;
1074
tncs->next =
tncs_global_data
->connections
[
all
...]
Completed in 48 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026