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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DProxy.cpp341 // CSocks5StateMachine
350 CSocks5StateMachine::CSocks5StateMachine( function in class:CSocks5StateMachine
357 m_process_state[ 0] = &CSocks5StateMachine::process_start;
359 m_process_state[ 1] = &CSocks5StateMachine::process_end;
361 m_process_state[ 2] = &CSocks5StateMachine::process_send_query_authentication_method;
363 m_process_state[ 3] = &CSocks5StateMachine::process_receive_authentication_method;
365 m_process_state[ 4] = &CSocks5StateMachine::process_process_authentication_method;
367 m_process_state[ 5] = &CSocks5StateMachine::process_send_authentication_gssapi;
369 m_process_state[ 6] = &CSocks5StateMachine
[all...]
H A DProxy.h292 // CSocks5StateMachine
294 class CSocks5StateMachine;
295 typedef void (CSocks5StateMachine::*Socks5StateProcessor)(bool entry);
296 class CSocks5StateMachine : public CProxyStateMachine class in inherits:CProxyStateMachine
320 CSocks5StateMachine(

Completed in 105 milliseconds