| /src/external/bsd/ntp/dist/include/ |
| ntif.h | 90 } ifc_ifcu; member in struct:ifconf 91 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ 92 #define ifc_req ifc_ifcu.ifcu_req /* array of structures returned */
|
| /src/sys/compat/linux32/common/ |
| linux32_sockio.h | 64 } ifc_ifcu; member in struct:linux32_ifconf 67 #define ifc_buf ifc_ifcu.ifcu_buf 68 #define ifc_req ifc_ifcu.ifcu_req
|
| /src/sys/compat/linux/common/ |
| linux_sockio.h | 84 } ifc_ifcu; member in struct:linux_ifconf 87 #define ifc_buf ifc_ifcu.ifcu_buf 88 #define ifc_req ifc_ifcu.ifcu_req
|
| /src/sys/compat/net/ |
| if.h | 94 } ifc_ifcu; member in struct:oifconf 95 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ 96 #define ifc_req ifc_ifcu.ifcu_req /* array of structures returned */
|
| /src/sys/compat/netbsd32/ |
| netbsd32_ioctl.h | 439 } ifc_ifcu; member in struct:netbsd32_ifconf 440 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ 441 #define ifc_req ifc_ifcu.ifcu_req /* array of structures returned */
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_platform_limits_openbsd.h | 354 } ifc_ifcu; member in struct:__sanitizer::__sanitizer_ifconf
|
| sanitizer_platform_limits_solaris.h | 378 } ifc_ifcu; member in struct:__sanitizer::__sanitizer_ifconf
|
| sanitizer_platform_limits_freebsd.h | 399 } ifc_ifcu; member in struct:__sanitizer::__sanitizer_ifconf
|
| sanitizer_platform_limits_openbsd.cc | 197 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
| sanitizer_platform_limits_solaris.cc | 259 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
| sanitizer_platform_limits_freebsd.cc | 421 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
| sanitizer_common_interceptors_ioctl.inc | 606 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
|
| sanitizer_platform_limits_posix.h | 856 } ifc_ifcu; member in struct:__sanitizer::__sanitizer_ifconf
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_solaris.h | 378 } ifc_ifcu; member in struct:__sanitizer::__sanitizer_ifconf
|
| sanitizer_platform_limits_freebsd.h | 420 } ifc_ifcu; member in struct:__sanitizer::__sanitizer_ifconf
|
| sanitizer_platform_limits_solaris.cpp | 261 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
| sanitizer_platform_limits_freebsd.cpp | 466 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
| sanitizer_common_interceptors_ioctl.inc | 608 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_solaris.h | 378 } ifc_ifcu; member in struct:__sanitizer::__sanitizer_ifconf
|
| sanitizer_platform_limits_freebsd.h | 414 } ifc_ifcu; member in struct:__sanitizer::__sanitizer_ifconf
|
| sanitizer_platform_limits_solaris.cpp | 261 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
| sanitizer_platform_limits_freebsd.cpp | 454 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
| sanitizer_common_interceptors_ioctl.inc | 600 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
|
| /src/sys/net/ |
| if.h | 952 } ifc_ifcu; member in struct:ifconf 953 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ 954 #define ifc_req ifc_ifcu.ifcu_req /* array of structures returned */
|
| /src/external/bsd/am-utils/dist/libamu/ |
| wire.c | 452 #define clist (ifc.ifc_ifcu.ifcu_req)
|