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.py181 def send_ping(ping_type, send_params): argument
182 if ping_type == 'icmp':
185 ping_type == 'tcpsyn' or
186 ping_type == 'tcp3way'
189 elif ping_type == 'udp':
578 recvif, ping_type, sniff_type, expect_params, defrag, send_params, argument
580 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 …]