1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 23:07:35 +00:00

Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter

This commit is contained in:
Andreas Kling 2019-10-02 18:20:11 +02:00
parent 345086ab72
commit 3f2c1a2e3d
4 changed files with 15 additions and 0 deletions

View file

@ -35,4 +35,5 @@ enum IOCtlNumber {
FB_IOCTL_SET_BUFFER,
SIOCSIFADDR,
SIOCGIFADDR,
SIOCGIFHWADDR,
};