Searched refs:CSocks4StateMachine (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.cpp782 // CSocks4StateMachine
785 CSocks4StateMachine::CSocks4StateMachine( function in class:CSocks4StateMachine
792 m_process_state[0] = &CSocks4StateMachine::process_start;
794 m_process_state[1] = &CSocks4StateMachine::process_end;
796 m_process_state[2] = &CSocks4StateMachine::process_send_command_request;
798 m_process_state[3] = &CSocks4StateMachine::process_receive_command_reply;
800 m_process_state[4] = &CSocks4StateMachine::process_process_command_reply;
804 void CSocks4StateMachine::process_state(t_sm_state state, bool entry)
836 t_sm_state CSocks4StateMachine
[all...]
H A DProxy.h348 // CSocks4StateMachine
350 class CSocks4StateMachine;
351 typedef void (CSocks4StateMachine::*Socks4StateProcessor)(bool entry);
352 class CSocks4StateMachine : public CProxyStateMachine class in inherits:CProxyStateMachine
367 CSocks4StateMachine(

Completed in 126 milliseconds