mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 16:47:44 +00:00
Kernel: Add SIOCGIFHWADDR ioctl to get the MAC address of an adapter
This commit is contained in:
parent
345086ab72
commit
3f2c1a2e3d
4 changed files with 15 additions and 0 deletions
|
@ -35,4 +35,5 @@ enum IOCtlNumber {
|
|||
FB_IOCTL_SET_BUFFER,
|
||||
SIOCSIFADDR,
|
||||
SIOCGIFADDR,
|
||||
SIOCGIFHWADDR,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue