Home
last modified time | relevance | path

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

/src/sys/netinet6/
H A Din6.c390 case SIOCGIFNETMASK_IN6: in in6_control_ioctl()
490 case SIOCGIFNETMASK_IN6: in in6_control_ioctl()
518 case SIOCGIFNETMASK_IN6: in in6_control_ioctl()
H A Din6_var.h421 #define SIOCGIFNETMASK_IN6 _IOWR('i', 37, struct in6_ifreq) macro
/src/usr.sbin/route6d/
H A Droute6d.c1600 if (ioctl(s, SIOCGIFNETMASK_IN6, (char *)&ifr) < 0) { in ifconfig1()