4
0

aya-ebpf-cty.txt 1.1 KB

123456789101112131415161718192021222324252627282930
  1. pub mod aya_ebpf_cty
  2. pub type aya_ebpf_cty::c_char = aya_ebpf_cty::c_schar
  3. pub type aya_ebpf_cty::c_double = f64
  4. pub type aya_ebpf_cty::c_float = f32
  5. pub type aya_ebpf_cty::c_int = i32
  6. pub type aya_ebpf_cty::c_long = i64
  7. pub type aya_ebpf_cty::c_longlong = i64
  8. pub type aya_ebpf_cty::c_schar = i8
  9. pub type aya_ebpf_cty::c_short = i16
  10. pub type aya_ebpf_cty::c_uchar = u8
  11. pub type aya_ebpf_cty::c_uint = u32
  12. pub type aya_ebpf_cty::c_ulong = u64
  13. pub type aya_ebpf_cty::c_ulonglong = u64
  14. pub type aya_ebpf_cty::c_ushort = u16
  15. pub type aya_ebpf_cty::c_void = core::ffi::c_void
  16. pub type aya_ebpf_cty::int16_t = i16
  17. pub type aya_ebpf_cty::int32_t = i32
  18. pub type aya_ebpf_cty::int64_t = i64
  19. pub type aya_ebpf_cty::int8_t = i8
  20. pub type aya_ebpf_cty::intmax_t = i64
  21. pub type aya_ebpf_cty::intptr_t = isize
  22. pub type aya_ebpf_cty::ptrdiff_t = isize
  23. pub type aya_ebpf_cty::size_t = usize
  24. pub type aya_ebpf_cty::ssize_t = isize
  25. pub type aya_ebpf_cty::uint16_t = u16
  26. pub type aya_ebpf_cty::uint32_t = u32
  27. pub type aya_ebpf_cty::uint64_t = u64
  28. pub type aya_ebpf_cty::uint8_t = u8
  29. pub type aya_ebpf_cty::uintmax_t = u64
  30. pub type aya_ebpf_cty::uintptr_t = usize