Home
last modified time | relevance | path

Searched refs:SIOCGIFINFO_IN6 (Results 1 – 12 of 12) sorted by relevance

/freebsd/sbin/ifconfig/
H A Daf_nd6.c84 error = ioctl_ctx(ctx, SIOCGIFINFO_IN6, &nd); in setnd6flags()
157 error = ioctl(s6, SIOCGIFINFO_IN6, &nd); in nd6_status()
/freebsd/usr.sbin/rtsold/
H A Dif.c120 if (ioctl(s, SIOCGIFINFO_IN6, (caddr_t)&nd) < 0) { in interface_up()
H A Drtsold.c412 if (ioctl(s, SIOCGIFINFO_IN6, (caddr_t)&nd) < 0) { in ifconfig()
889 if (ioctl(s, SIOCGIFINFO_IN6, (caddr_t)&nd) < 0) { in autoifprobe()
/freebsd/usr.sbin/ndp/
H A Dndp.c1009 if (ioctl(sock, SIOCGIFINFO_IN6, (caddr_t)&nd) < 0) { in ifinfo()
1081 if (ioctl(sock, SIOCGIFINFO_IN6, (caddr_t)&nd) < 0) { in ifinfo()
/freebsd/lib/libifconfig/
H A Dlibifconfig.c393 if (ifconfig_ioctlwrap(h, AF_INET6, SIOCGIFINFO_IN6, nd) == -1) { in ifconfig_get_nd6()
/freebsd/usr.sbin/rtadvd/
H A Dif.c395 error = ioctl(s, SIOCGIFINFO_IN6, (caddr_t)&nd); in update_ifinfo_nd_flags()
H A Dconfig.c652 if (ioctl(s, SIOCGIFINFO_IN6, (caddr_t)&ndi) < 0) in getconfig()
/freebsd/sys/netinet6/
H A Din6_var.h455 #define SIOCGIFINFO_IN6 _IOWR('i', 108, struct in6_ndireq) macro
H A Dnd6.c1663 case SIOCGIFINFO_IN6: in nd6_ioctl()
H A Din6.c321 case SIOCGIFINFO_IN6: in in6_control_ioctl()
/freebsd/tests/sys/net/routing/
H A Drtsock_common.h286 if (ioctl(s, SIOCGIFINFO_IN6, (caddr_t)&nd) < 0) { in iface_enable_ipv6()
/freebsd/lib/libc/net/
H A Dgetaddrinfo.c1675 if (_ioctl(fd, SIOCGIFINFO_IN6, &nd) < 0) { in is_ifdisabled()