Home
last modified time | relevance | path

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

/freebsd-14.2/sys/netinet6/
H A Din6.c393 case SIOCGIFNETMASK_IN6: in in6_control_ioctl()
493 case SIOCGIFNETMASK_IN6: in in6_control_ioctl()
521 case SIOCGIFNETMASK_IN6: in in6_control_ioctl()
H A Din6_var.h442 #define SIOCGIFNETMASK_IN6 _IOWR('i', 37, struct in6_ifreq) macro
/freebsd-14.2/usr.sbin/route6d/
H A Droute6d.c1603 if (ioctl(s, SIOCGIFNETMASK_IN6, (char *)&ifr) < 0) { in ifconfig1()