Lines Matching full:echo
144 # Step 2: Leader sends a Fragmented ICMPv6 Echo Request to
146 # The DUT MUST respond with an ICMPv6 Echo Reply
152 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\
157 # Step 3: Leader sends an Unfragmented ICMPv6 Echo Request to
159 # The DUT MUST respond with an ICMPv6 Echo Reply
164 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\
169 # Step 4: Leader sends a Fragmented ICMPv6 Echo Request to the
171 # The DUT MUST respond with an ICMPv6 Echo Reply
179 pkts.filter_ping_reply(identifier=_pkt1.icmpv6.echo.identifier).\
183 pkts.filter_ping_request(identifier=_pkt1.icmpv6.echo.identifier).\
188 # Step 5: Leader sends an Unfragmented ICMPv6 Echo Request to the
190 # The DUT MUST respond with an ICMPv6 Echo Reply
195 filter(lambda p: p.icmpv6.echo.sequence_number !=
196 _pkt1.icmpv6.echo.sequence_number
200 pkts.filter_ping_reply(identifier=_pkt2.icmpv6.echo.identifier).\
203 pkts.filter_ping_request(identifier = _pkt2.icmpv6.echo.identifier).\
207 # Step 6: Leader sends a Fragmented ICMPv6 Echo Request to the
209 # The DUT MUST respond with an ICMPv6 Echo Reply
216 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\
222 # Step 7: Leader sends an Unfragmented ICMPv6 Echo Request to the
224 # The DUT MUST respond with an ICMPv6 Echo Reply
231 pkts.filter_ping_reply(identifier=_pkt.icmpv6.echo.identifier).\