Searched refs:aep_app_conn_table (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/engines/
H A De_aep.c248 static AEP_CONNECTION_ENTRY aep_app_conn_table[MAX_PROCESS_CONNECTIONS]; variable
928 aep_app_conn_table[count].conn_state = NotConnected;
929 aep_app_conn_table[count].conn_hndl = 0;
943 aep_app_conn_table[0].conn_state = InUse;
944 aep_app_conn_table[0].conn_hndl = *phConnection;
951 if (aep_app_conn_table[count].conn_state == Connected) {
952 aep_app_conn_table[count].conn_state = InUse;
953 *phConnection = aep_app_conn_table[count].conn_hndl;
962 if (aep_app_conn_table[count].conn_state == NotConnected) {
973 aep_app_conn_table[coun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_aep.c241 static AEP_CONNECTION_ENTRY aep_app_conn_table[MAX_PROCESS_CONNECTIONS]; variable
911 aep_app_conn_table[count].conn_state = NotConnected;
912 aep_app_conn_table[count].conn_hndl = 0;
925 aep_app_conn_table[0].conn_state = InUse;
926 aep_app_conn_table[0].conn_hndl = *phConnection;
932 if (aep_app_conn_table[count].conn_state == Connected)
934 aep_app_conn_table[count].conn_state = InUse;
935 *phConnection = aep_app_conn_table[count].conn_hndl;
943 if (aep_app_conn_table[count].conn_state == NotConnected)
954 aep_app_conn_table[coun
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/engines/
H A De_aep.c248 static AEP_CONNECTION_ENTRY aep_app_conn_table[MAX_PROCESS_CONNECTIONS]; variable
928 aep_app_conn_table[count].conn_state = NotConnected;
929 aep_app_conn_table[count].conn_hndl = 0;
943 aep_app_conn_table[0].conn_state = InUse;
944 aep_app_conn_table[0].conn_hndl = *phConnection;
951 if (aep_app_conn_table[count].conn_state == Connected) {
952 aep_app_conn_table[count].conn_state = InUse;
953 *phConnection = aep_app_conn_table[count].conn_hndl;
962 if (aep_app_conn_table[count].conn_state == NotConnected) {
973 aep_app_conn_table[coun
[all...]

Completed in 69 milliseconds