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

/freebsd-11-stable/sys/netinet6/
H A Din6.c294 struct in6_ndifreq ndif; local
297 error = nd6_ioctl(SIOCGDEFIFACE_IN6, (caddr_t)&ndif,
302 ndif32->ifindex = ndif.ifindex;
H A Dnd6.c1639 struct in6_ndifreq *ndif = (struct in6_ndifreq *)data; local
1869 ndif->ifindex = V_nd6_defifindex;
1872 return (nd6_setdefaultiface(ndif->ifindex));

Completed in 122 milliseconds