Resolve IP adresses on route

I am looking for something like tracert (traceroute) function on windows for my arduino.
Exists some function to do that or has anybody some clue?

Thanks Tomas

tracert works with ICMP packages, that is family of TCP and UDP.

The best known ICMP application is ping.exe which also exists for the Arduino => google Arduino and ping to get started