Home
last modified time | relevance | path

Searched refs:ping_type (Results 1 – 1 of 1) sorted by relevance

/freebsd/tests/sys/netpfil/common/
H A Dpft_ping.py178 def send_ping(ping_type, send_params): argument
179 if ping_type == 'icmp':
182 ping_type == 'tcpsyn' or
183 ping_type == 'tcp3way'
186 elif ping_type == 'udp':
571 recvif, ping_type, sniff_type, expect_params, defrag, send_params, argument
573 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 …]