Home | History | Annotate | Download | only in shill

Lines Matching refs:IcmpSession

49 // The IcmpSession class encapsulates the task of performing a stateful exchange
52 // IcmpSession object only allows one ICMP session to be running at one time.
54 // IcmpSession objects.
55 class IcmpSession {
65 explicit IcmpSession(EventDispatcher* dispatcher);
67 // We always call IcmpSession::Stop in the destructor to clean up, in case an
69 virtual ~IcmpSession();
105 static uint16_t kNextUniqueEchoId; // unique across IcmpSession objects
126 // IcmpSession. This function is called when the ICMP session successfully
131 base::WeakPtrFactory<IcmpSession> weak_ptr_factory_;
146 DISALLOW_COPY_AND_ASSIGN(IcmpSession);