Home | History | Annotate | Download | only in shill

Lines Matching full:session

187   // The next IcmpSession object constructed, |session| should get the next
189 IcmpSession session(&dispatcher_);
190 EXPECT_EQ(saved_echo_id, session.echo_id_);
199 // Since an ICMP session is already started, we should fail to start it again.
208 // Attempting to stop the ICMP session while it is not started should do
217 // Test a successful ICMP session where the sending of requests and receiving
235 // Initiate session.
308 // ICMP session. This reply will not be processed.
323 // Receive third reply, which concludes the ICMP session.
343 // Test a failed ICMP session where we neither send out all echo requests nor
344 // receive all echo replies before stopping the ICMP session (because of a
358 // Initiate session.
425 // Initiate session.
430 // Session interrupted manually by calling Stop(), so do not report results.