Home
last modified time | relevance | path

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

/freebsd/sbin/ping/tests/
H A Dtest_ping.py18 def build_response_packet(echo, ip, icmp, oip_ihl, special): argument
36 if oip_ihl:
37 oip.ihl = oip_ihl
139 oip_ihl: Optional[sc.scapy.fields.BitField] = None,
260 pkt = build_response_packet(echo, ip, icmp, oip_ihl, special)