lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] LwIP - IPv6 Ping6 like Application


From: Prasanna Pm
Subject: [lwip-users] LwIP - IPv6 Ping6 like Application
Date: Mon, 14 Mar 2022 10:21:38 -0700

Hi all, I am trying to implement ping6 like functionality from an application using ICMPv6 RAW socket. I am able to create an ICMPv6 ECHO request and send but however the socket is receiving other ICMPv6 packets like NA etc. and hence the response type (expecting ICMPv6 ECHO REPLY) matches fails. Is there a way to filter ICMPv6 ECHO reply only so I can make successful ping6 functionality?

Remember if there are no other ICMPv6 packets received by LWIP, I do get ICMPv6 ECHO REPLY and the ping6 is successful.

Hardware: ESP32 WROVER board.

-Prasanna

reply via email to

[Prev in Thread] Current Thread [Next in Thread]