Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet6/
H A Dnd6.c1610 struct in6_ndifreq *ndif = (struct in6_ndifreq *)data; in nd6_ioctl() local
1828 ndif->ifindex = V_nd6_defifindex; in nd6_ioctl()
1831 return (nd6_setdefaultiface(ndif->ifindex)); in nd6_ioctl()
H A Din6.c310 struct in6_ndifreq ndif; in in6_control() local
313 error = nd6_ioctl(SIOCGDEFIFACE_IN6, (caddr_t)&ndif, in in6_control()
318 ndif32->ifindex = ndif.ifindex; in in6_control()