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

/freebsd-13-stable/sbin/ifconfig/
H A Daf_nd6.c87 error = ioctl(s, SIOCGIFINFO_IN6, &nd);
89 warn("ioctl(SIOCGIFINFO_IN6)");
164 error = ioctl(s6, SIOCGIFINFO_IN6, &nd);
167 warn("ioctl(SIOCGIFINFO_IN6)");
/freebsd-13-stable/usr.sbin/rtsold/
H A Drtsold.c405 if (ioctl(s, SIOCGIFINFO_IN6, (caddr_t)&nd) < 0) {
876 if (ioctl(s, SIOCGIFINFO_IN6, (caddr_t)&nd) < 0) {
878 "ioctl(SIOCGIFINFO_IN6)");
H A Dif.c122 if (ioctl(s, SIOCGIFINFO_IN6, (caddr_t)&nd) < 0) {
123 warnmsg(LOG_WARNING, __func__, "ioctl(SIOCGIFINFO_IN6): %s",
/freebsd-13-stable/usr.sbin/ndp/
H A Dndp.c908 if (ioctl(sock, SIOCGIFINFO_IN6, (caddr_t)&nd) < 0) {
909 err(1, "ioctl(SIOCGIFINFO_IN6)");
980 if (ioctl(sock, SIOCGIFINFO_IN6, (caddr_t)&nd) < 0) {
981 err(1, "ioctl(SIOCGIFINFO_IN6)");
/freebsd-13-stable/lib/libifconfig/
H A Dlibifconfig.c395 if (ifconfig_ioctlwrap(h, AF_INET6, SIOCGIFINFO_IN6, nd) == -1) {
/freebsd-13-stable/usr.sbin/rtadvd/
H A Dif.c398 error = ioctl(s, SIOCGIFINFO_IN6, (caddr_t)&nd);
H A Dconfig.c653 if (ioctl(s, SIOCGIFINFO_IN6, (caddr_t)&ndi) < 0)
654 syslog(LOG_INFO, "<%s> ioctl:SIOCGIFINFO_IN6 at %s: %s",
/freebsd-13-stable/sys/netinet6/
H A Din6_var.h455 #define SIOCGIFINFO_IN6 _IOWR('i', 108, struct in6_ndireq) macro
H A Din6.c302 case SIOCGIFINFO_IN6:
H A Dnd6.c1632 case SIOCGIFINFO_IN6:
/freebsd-13-stable/tests/sys/net/routing/
H A Drtsock_common.h288 if (ioctl(s, SIOCGIFINFO_IN6, (caddr_t)&nd) < 0) {
289 RLOG_ERRNO("ioctl(SIOCGIFINFO_IN6)");
/freebsd-13-stable/lib/libc/net/
H A Dgetaddrinfo.c1678 if (_ioctl(fd, SIOCGIFINFO_IN6, &nd) < 0) {

Completed in 200 milliseconds