Searched refs:conn_state (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/pptp/
H A Dpptp_ctrl.h16 enum conn_state { CONN_OPEN_RQST, CONN_OPEN_DONE, CONN_OPEN_FAIL, enum
20 typedef void (*pptp_conn_cb)(PPTP_CONN*, enum conn_state);
H A Dpptp_ctrl.c63 } conn_state; /* on startup: CONN_IDLE */ member in struct:PPTP_CONN
268 conn->conn_state = CONN_IDLE;
304 conn->conn_state = CONN_WAIT_CTL_REPLY;
320 return (conn->conn_state == CONN_ESTABLISHED);
341 assert(conn->conn_state == CONN_ESTABLISHED);
426 if (conn->conn_state == CONN_IDLE || conn->conn_state == CONN_WAIT_STOP_REPLY)
435 conn->conn_state = CONN_WAIT_STOP_REPLY;
718 if (conn->conn_state == CONN_IDLE) {
728 conn->conn_state
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/vendor_defns/
H A Daep.h143 AEP_CONNECTION_STATE conn_state; member in struct:AEP_CONNECTION_ENTRY
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/bio/
H A Dbss_conn.c109 static int conn_state(BIO *b, BIO_CONNECT *c);
128 static int conn_state(BIO *b, BIO_CONNECT *c) function
410 ret=conn_state(b,data);
437 ret=conn_state(b,data);
473 ret=(long)conn_state(b,data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_conn.c109 static int conn_state(BIO *b, BIO_CONNECT *c);
128 static int conn_state(BIO *b, BIO_CONNECT *c) function
410 ret=conn_state(b,data);
437 ret=conn_state(b,data);
473 ret=(long)conn_state(b,data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/engine/
H A Dhw_aep.c893 aep_app_conn_table[count].conn_state = NotConnected;
907 aep_app_conn_table[0].conn_state = InUse;
914 if (aep_app_conn_table[count].conn_state == Connected)
916 aep_app_conn_table[count].conn_state = InUse;
925 if (aep_app_conn_table[count].conn_state == NotConnected)
936 aep_app_conn_table[count].conn_state = InUse;
959 aep_app_conn_table[count].conn_state = Connected;
984 aep_app_conn_table[count].conn_state = NotConnected;
1004 switch (aep_app_conn_table[count].conn_state)
1010 aep_app_conn_table[count].conn_state
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/
H A De_aep.c911 aep_app_conn_table[count].conn_state = NotConnected;
925 aep_app_conn_table[0].conn_state = InUse;
932 if (aep_app_conn_table[count].conn_state == Connected)
934 aep_app_conn_table[count].conn_state = InUse;
943 if (aep_app_conn_table[count].conn_state == NotConnected)
954 aep_app_conn_table[count].conn_state = InUse;
977 aep_app_conn_table[count].conn_state = Connected;
1002 aep_app_conn_table[count].conn_state = NotConnected;
1022 switch (aep_app_conn_table[count].conn_state)
1028 aep_app_conn_table[count].conn_state
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/engines/vendor_defns/
H A Daep.h143 AEP_CONNECTION_STATE conn_state; member in struct:AEP_CONNECTION_ENTRY

Completed in 131 milliseconds