Searched refs:ifc_ifcu (Results 1 – 19 of 19) sorted by relevance
/external/compiler-rt/test/msan/ |
D | ioctl_custom.cc | 21 ifc.ifc_ifcu.ifcu_req = ifreqs; in main() 30 for (int i = 0; i < ifc.ifc_len / sizeof(*ifc.ifc_ifcu.ifcu_req); ++i) in main()
|
/external/llvm-project/compiler-rt/test/msan/ |
D | ioctl_custom.cpp | 24 ifc.ifc_ifcu.ifcu_req = ifreqs; in main() 33 for (int i = 0; i < ifc.ifc_len / sizeof(*ifc.ifc_ifcu.ifcu_req); ++i) in main()
|
/external/iproute2/include/uapi/linux/ |
D | if.h | 286 } ifc_ifcu; member 290 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ 291 #define ifc_req ifc_ifcu.ifcu_req /* array of structures */
|
/external/libnl/include/linux-private/linux/ |
D | if.h | 286 } ifc_ifcu; member 290 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ 291 #define ifc_req ifc_ifcu.ifcu_req /* array of structures */
|
/external/kernel-headers/original/uapi/linux/ |
D | if.h | 291 } ifc_ifcu; member 295 #define ifc_buf ifc_ifcu.ifcu_buf /* buffer address */ 296 #define ifc_req ifc_ifcu.ifcu_req /* array of structures */
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_solaris.h | 377 } ifc_ifcu; member
|
D | sanitizer_platform_limits_solaris.cpp | 260 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
D | sanitizer_platform_limits_freebsd.h | 398 } ifc_ifcu; member
|
D | sanitizer_platform_limits_freebsd.cpp | 426 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
D | sanitizer_platform_limits_posix.h | 854 } ifc_ifcu; member
|
D | sanitizer_platform_limits_posix.cpp | 1046 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
D | sanitizer_common_interceptors_ioctl.inc | 605 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
|
D | sanitizer_platform_limits_netbsd.h | 511 } ifc_ifcu; member
|
D | sanitizer_platform_limits_netbsd.cpp | 2580 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
D | sanitizer_interceptors_ioctl_netbsd.inc | 1531 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_platform_limits_posix.h | 804 } ifc_ifcu; member
|
D | sanitizer_platform_limits_posix.cc | 1048 CHECK_SIZE_AND_OFFSET(ifconf, ifc_ifcu);
|
D | sanitizer_common_interceptors_ioctl.inc | 601 COMMON_INTERCEPTOR_WRITE_RANGE(ctx, ifc->ifc_ifcu.ifcu_req, ifc->ifc_len);
|
/external/crosvm/net_sys/src/ |
D | iff.rs | 1236 pub ifc_ifcu: ifconf__bindgen_ty_1, field
|