Searched refs:SIOCSIFINFO_IN6 (Results 1 – 6 of 6) sorted by relevance
| /f-stack/tools/ifconfig/ |
| H A D | af_nd6.c | 105 error = ioctl(s, SIOCSIFINFO_IN6, (caddr_t)&nd); in setnd6flags() 107 error = ioctl_va(s, SIOCSIFINFO_IN6, (caddr_t)&nd, 1, AF_INET6); in setnd6flags()
|
| /f-stack/tools/compat/include/netinet6/ |
| H A D | in6_var.h | 456 #define SIOCSIFINFO_IN6 _IOWR('i', 109, struct in6_ndireq) macro
|
| /f-stack/freebsd/netinet6/ |
| H A D | in6_var.h | 456 #define SIOCSIFINFO_IN6 _IOWR('i', 109, struct in6_ndireq) macro
|
| H A D | nd6.c | 1633 case SIOCSIFINFO_IN6: in nd6_ioctl()
|
| H A D | in6.c | 294 case SIOCSIFINFO_IN6: in in6_control()
|
| /f-stack/tools/ndp/ |
| H A D | ndp.c | 1070 if (ioctl(sock, SIOCSIFINFO_IN6, (caddr_t)&nd) < 0) { in ifinfo()
|