Home
last modified time | relevance | path

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

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