Home
last modified time | relevance | path

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

/xnu-10063.101.15/tests/
H A Dioc_str.h102 X(SIOCGIFNETMASK) \
/xnu-10063.101.15/bsd/sys/
H A Dsockio.h119 #define SIOCGIFNETMASK _IOWR('i', 37, struct ifreq) /* get net addr mask */ macro
/xnu-10063.101.15/bsd/netinet/
H A Din.c1054 case SIOCGIFNETMASK: /* struct ifreq */ in inctl_ifnetmask()
1254 case SIOCGIFNETMASK: /* struct ifreq */ in in_control()
1483 case SIOCGIFNETMASK: /* struct ifreq */ in in_control()
/xnu-10063.101.15/bsd/net/
H A Dif.c3032 case SIOCGIFNETMASK: in ifioctl_restrict_management()
4346 cmd = SIOCGIFNETMASK; /* struct ifreq */ in ifioctl_ifreq()
6226 case SIOCGIFNETMASK: in ifioctl_cassert()
/xnu-10063.101.15/bsd/netinet6/
H A Din6.c1514 case SIOCGIFNETMASK: in in6_control()