Searched refs:ping_type (Results 1 – 1 of 1) sorted by relevance
181 def send_ping(ping_type, send_params): argument182 if ping_type == 'icmp':185 ping_type == 'tcpsyn' or186 ping_type == 'tcp3way'189 elif ping_type == 'udp':578 recvif, ping_type, sniff_type, expect_params, defrag, send_params, argument580 if ping_type == 'icmp' and sniff_type == 'request':582 elif ping_type == 'icmp' and sniff_type == 'reply':584 elif ping_type == 'tcpsyn' and sniff_type == 'request':586 elif ping_type == 'tcpsyn' and sniff_type == 'reply':[all …]