I am using ubuntu server 22.04.1 LTS on raspberry pi 4. I want to know where ip.h file is located inside it. And where would I find the source codes for traceroute and ifconfig on the ubuntu server as well?
Thanks! Divya
I am using ubuntu server 22.04.1 LTS on raspberry pi 4. I want to know where ip.h file is located inside it. And where would I find the source codes for traceroute and ifconfig on the ubuntu server as well?
Thanks! Divya
ip.h
supposed to be? There may or may not be header files installed depending on what packages you have installed. There is a/usr/include/netinet/ip.h
provided bylibc6-dev
– muru Aug 25 '22 at 04:31ip.h
you're looking for. There are many: https://packages.ubuntu.com/search?searchon=contents&mode=exactfilename&arch=any&suite=focal&keywords=ip.h – muru Aug 25 '22 at 04:54