Home
last modified time | relevance | path

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

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