Home | History | Annotate | Download | only in shill

Lines Matching full:session

52 // IcmpSession object only allows one ICMP session to be running at one time.
57 // The result of an ICMP session is a vector of time deltas representing how
68 // ICMP session is still in progress.
71 // Starts an ICMP session, sending |kNumEchoRequestsToSend| echo requests to
79 // Stops the current ICMP session by closing the ICMP socket and resetting
80 // callbacks. Does nothing if a ICMP session is not started.
87 // ICMP session that generated |result|.
90 // Utility function that returns the packet loss rate for the ICMP session
119 // Helper function that generates the result of the current ICMP session.
126 // IcmpSession. This function is called when the ICMP session successfully
127 // completes, or when it times out. Does nothing if an ICMP session is not