Searched refs:nd6_ioctl (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/netinet6/ |
| HD | nd6.h | 362 int nd6_ioctl(u_long, caddr_t, struct ifnet *);
|
| HD | in6.c | 326 return (nd6_ioctl(cmd, data, ifp)); in in6_control_ioctl() 334 error = nd6_ioctl(SIOCGDEFIFACE_IN6, (caddr_t)&ndif, in in6_control_ioctl() 1359 if (nd6_ioctl(SIOCSIFINFO_FLAGS, (caddr_t)&nd, ifp) < 0) in in6_addifaddr()
|
| HD | nd6.c | 1639 nd6_ioctl(u_long cmd, caddr_t data, struct ifnet *ifp) in nd6_ioctl() function
|