Home
last modified time | relevance | path

Searched refs:SIOCGIFNETMASK (Results 1 – 5 of 5) sorted by relevance

/xnu-10002.41.9/tests/
H A Dioc_str.h102 X(SIOCGIFNETMASK) \
/xnu-10002.41.9/bsd/sys/
H A Dsockio.h119 #define SIOCGIFNETMASK _IOWR('i', 37, struct ifreq) /* get net addr mask */ macro
/xnu-10002.41.9/bsd/netinet/
H A Din.c1099 case SIOCGIFNETMASK: /* struct ifreq */ in inctl_ifnetmask()
1300 case SIOCGIFNETMASK: /* struct ifreq */ in in_control()
1531 case SIOCGIFNETMASK: /* struct ifreq */ in in_control()
/xnu-10002.41.9/bsd/net/
H A Dif.c3038 case SIOCGIFNETMASK: in ifioctl_restrict_management()
4348 cmd = SIOCGIFNETMASK; /* struct ifreq */ in ifioctl_ifreq()
6240 case SIOCGIFNETMASK: in ifioctl_cassert()
/xnu-10002.41.9/bsd/netinet6/
H A Din6.c1553 case SIOCGIFNETMASK: in in6_control()