1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-17 16:41:01 +00:00
serenity/Kernel/API/POSIX/net
Idan Horowitz 3a1ff175e8 Kernel: Define and return the ARPHRD_* device type in SIOCGIFHWADDR
The sa_family field in SIOCGIFHWADDR specifies the underlying network
interface's device type, this is hardcoded to generic "Ethernet" right
now, as we don't have a nice way to query it.
2021-12-22 00:02:36 -08:00
..
if.h Kernel: Add the IFF_* SIOCGIFFLAGS flag macros 2021-10-28 11:24:36 +02:00
if_arp.h Kernel: Define and return the ARPHRD_* device type in SIOCGIFHWADDR 2021-12-22 00:02:36 -08:00
route.h Kernel+LibC: Share definitions for net/{if,if_arp,route}.h 2021-08-14 19:58:11 +02:00