Home
last modified time | relevance | path

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

/xnu-8019.80.24/tests/
H A Dioc_str.h104 X(SIOCAUTONETMASK) \
/xnu-8019.80.24/bsd/sys/
H A Dsockio.h121 #define SIOCAUTONETMASK _IOW('i', 39, struct ifreq) /* autoconf netmask */ macro
/xnu-8019.80.24/bsd/net/
H A Dif.c5804 case SIOCAUTONETMASK: in ifioctl_cassert()