|
|
|
|
|
fileno(self)
The reactor will do reads only if we support a file-like interface |
source code
|
|
|
logPrefix(self)
The reactor will do reads only if we support a file-like interface |
source code
|
|
|
|
|
ping(self,
ip)
Ping the IP address and return the result in a deferred |
source code
|
|
|
_ping(self,
pingJob)
Take a pingjob and send an ICMP packet for it |
source code
|
|
|
_processPacket(self,
reply)
Examine the parsed reply and determine what to do with it. |
source code
|
|
|
|
|
pingJobSucceed(self,
pj)
PingJob completed successfully. |
source code
|
|
|
pingJobFail(self,
pj)
PingJob has failed -- remove from jobqueue. |
source code
|
|
|
|
|
|
|
|