Home
last modified time | relevance | path

Searched refs:SIOCGIFMAC (Results 1 – 3 of 3) sorted by relevance

/xnu-10063.141.1/tests/
H A Dioc_str.h143 X(SIOCGIFMAC) \
/xnu-10063.141.1/bsd/sys/
H A Dsockio.h232 #define SIOCGIFMAC _IOWR('i', 130, struct ifreq) /* deprecated */ macro
/xnu-10063.141.1/bsd/net/
H A Dif.c3051 case SIOCGIFMAC: in ifioctl_restrict_management()