Home
last modified time | relevance | path

Searched refs:SIOCGDEFIFACE_IN6 (Results 1 – 4 of 4) sorted by relevance

/dragonfly/sys/netinet6/
H A Din6_var.h432 #define SIOCGDEFIFACE_IN6 _IOWR('i', 86, struct in6_ndifreq) macro
H A Din6.c436 case SIOCGDEFIFACE_IN6: in in6_control()
533 case SIOCGDEFIFACE_IN6: in in6_control_internal()
H A Dnd6.c1667 case SIOCGDEFIFACE_IN6: /* XXX: should be implemented as a sysctl? */ in nd6_ioctl()
/dragonfly/usr.sbin/ndp/
H A Dndp.c1487 if (ioctl(s, SIOCGDEFIFACE_IN6, (caddr_t)&ndifreq) < 0) in getdefif()