Lines Matching full:timestamp
147 def get_peers(self, timestamp=None):
150 @param timestamp: The deadline timestamp to consider the responses.
157 self._p2p_domain, dpkt.dns.DNS_PTR, timestamp)
161 p2p_peer, dpkt.dns.DNS_SRV, timestamp)
166 srvname, dpkt.dns.DNS_A, timestamp)
172 def get_peer_files(self, peer_name, timestamp=None):
176 @param timestamp: The deadline timestamp to consider the responses.
181 peer_name, dpkt.dns.DNS_TXT, timestamp)
192 def get_peer_connections(self, peer_name, timestamp=None):
196 @param timestamp: The deadline timestamp to consider the responses.
200 peer_name, dpkt.dns.DNS_TXT, timestamp)