Searched refs:ping_type (Results 1 – 1 of 1) sorted by relevance
178 def send_ping(ping_type, send_params): argument179 if ping_type == 'icmp':182 ping_type == 'tcpsyn' or183 ping_type == 'tcp3way'186 elif ping_type == 'udp':571 recvif, ping_type, sniff_type, expect_params, defrag, send_params, argument573 if ping_type == 'icmp' and sniff_type == 'request':575 elif ping_type == 'icmp' and sniff_type == 'reply':577 elif ping_type == 'tcpsyn' and sniff_type == 'request':579 elif ping_type == 'tcpsyn' and sniff_type == 'reply':[all …]