Searched refs:ndif (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/netinet6/
H A Din6.c310 struct in6_ndifreq ndif; local
313 error = nd6_ioctl(SIOCGDEFIFACE_IN6, (caddr_t)&ndif,
318 ndif32->ifindex = ndif.ifindex;
H A Dnd6.c1612 struct in6_ndifreq *ndif = (struct in6_ndifreq *)data; local
1830 ndif->ifindex = V_nd6_defifindex;
1833 return (nd6_setdefaultiface(ndif->ifindex));

Completed in 173 milliseconds