|
| 1 | +/* automatically generated by rust-bindgen 0.72.1 */ |
| 2 | + |
| 3 | +pub type __kernel_sa_family_t = crate::ctypes::c_ushort; |
| 4 | +pub type __s8 = crate::ctypes::c_schar; |
| 5 | +pub type __u8 = crate::ctypes::c_uchar; |
| 6 | +pub type __s16 = crate::ctypes::c_short; |
| 7 | +pub type __u16 = crate::ctypes::c_ushort; |
| 8 | +pub type __s32 = crate::ctypes::c_int; |
| 9 | +pub type __u32 = crate::ctypes::c_uint; |
| 10 | +pub type __s64 = crate::ctypes::c_longlong; |
| 11 | +pub type __u64 = crate::ctypes::c_ulonglong; |
| 12 | +pub type __kernel_key_t = crate::ctypes::c_int; |
| 13 | +pub type __kernel_mqd_t = crate::ctypes::c_int; |
| 14 | +pub type __kernel_old_uid_t = crate::ctypes::c_ushort; |
| 15 | +pub type __kernel_old_gid_t = crate::ctypes::c_ushort; |
| 16 | +pub type __kernel_long_t = crate::ctypes::c_long; |
| 17 | +pub type __kernel_ulong_t = crate::ctypes::c_ulong; |
| 18 | +pub type __kernel_ino_t = __kernel_ulong_t; |
| 19 | +pub type __kernel_mode_t = crate::ctypes::c_uint; |
| 20 | +pub type __kernel_pid_t = crate::ctypes::c_int; |
| 21 | +pub type __kernel_ipc_pid_t = crate::ctypes::c_int; |
| 22 | +pub type __kernel_uid_t = crate::ctypes::c_uint; |
| 23 | +pub type __kernel_gid_t = crate::ctypes::c_uint; |
| 24 | +pub type __kernel_suseconds_t = __kernel_long_t; |
| 25 | +pub type __kernel_daddr_t = crate::ctypes::c_int; |
| 26 | +pub type __kernel_uid32_t = crate::ctypes::c_uint; |
| 27 | +pub type __kernel_gid32_t = crate::ctypes::c_uint; |
| 28 | +pub type __kernel_old_dev_t = crate::ctypes::c_uint; |
| 29 | +pub type __kernel_size_t = __kernel_ulong_t; |
| 30 | +pub type __kernel_ssize_t = __kernel_long_t; |
| 31 | +pub type __kernel_ptrdiff_t = __kernel_long_t; |
| 32 | +pub type __kernel_off_t = __kernel_long_t; |
| 33 | +pub type __kernel_loff_t = crate::ctypes::c_longlong; |
| 34 | +pub type __kernel_old_time_t = __kernel_long_t; |
| 35 | +pub type __kernel_time_t = __kernel_long_t; |
| 36 | +pub type __kernel_time64_t = crate::ctypes::c_longlong; |
| 37 | +pub type __kernel_clock_t = __kernel_long_t; |
| 38 | +pub type __kernel_timer_t = crate::ctypes::c_int; |
| 39 | +pub type __kernel_clockid_t = crate::ctypes::c_int; |
| 40 | +pub type __kernel_caddr_t = *mut crate::ctypes::c_char; |
| 41 | +pub type __kernel_uid16_t = crate::ctypes::c_ushort; |
| 42 | +pub type __kernel_gid16_t = crate::ctypes::c_ushort; |
| 43 | +pub type __s128 = i128; |
| 44 | +pub type __u128 = u128; |
| 45 | +pub type __le16 = __u16; |
| 46 | +pub type __be16 = __u16; |
| 47 | +pub type __le32 = __u32; |
| 48 | +pub type __be32 = __u32; |
| 49 | +pub type __le64 = __u64; |
| 50 | +pub type __be64 = __u64; |
| 51 | +pub type __sum16 = __u16; |
| 52 | +pub type __wsum = __u32; |
| 53 | +pub type __poll_t = crate::ctypes::c_uint; |
| 54 | +#[repr(C)] |
| 55 | +#[derive(Copy, Clone)] |
| 56 | +pub struct __kernel_sockaddr_storage { |
| 57 | +pub __bindgen_anon_1: __kernel_sockaddr_storage__bindgen_ty_1, |
| 58 | +} |
| 59 | +#[repr(C)] |
| 60 | +#[derive(Debug, Copy, Clone)] |
| 61 | +pub struct __kernel_sockaddr_storage__bindgen_ty_1__bindgen_ty_1 { |
| 62 | +pub ss_family: __kernel_sa_family_t, |
| 63 | +pub __data: [crate::ctypes::c_char; 126usize], |
| 64 | +} |
| 65 | +#[repr(C)] |
| 66 | +#[derive(Copy, Clone)] |
| 67 | +pub struct sockaddr { |
| 68 | +pub __storage: __kernel_sockaddr_storage, |
| 69 | +} |
| 70 | +#[repr(C)] |
| 71 | +#[derive(Debug, Copy, Clone)] |
| 72 | +pub struct sockaddr_vm { |
| 73 | +pub svm_family: __kernel_sa_family_t, |
| 74 | +pub svm_reserved1: crate::ctypes::c_ushort, |
| 75 | +pub svm_port: crate::ctypes::c_uint, |
| 76 | +pub svm_cid: crate::ctypes::c_uint, |
| 77 | +pub svm_flags: __u8, |
| 78 | +pub svm_zero: [crate::ctypes::c_uchar; 115usize], |
| 79 | +} |
| 80 | +pub const _K_SS_MAXSIZE: u32 = 128; |
| 81 | +pub const SOCK_SNDBUF_LOCK: u32 = 1; |
| 82 | +pub const SOCK_RCVBUF_LOCK: u32 = 2; |
| 83 | +pub const SOCK_BUF_LOCK_MASK: u32 = 3; |
| 84 | +pub const SOCK_TXREHASH_DEFAULT: u32 = 255; |
| 85 | +pub const SOCK_TXREHASH_DISABLED: u32 = 0; |
| 86 | +pub const SOCK_TXREHASH_ENABLED: u32 = 1; |
| 87 | +pub const __BITS_PER_LONG_LONG: u32 = 64; |
| 88 | +pub const SO_VM_SOCKETS_BUFFER_SIZE: u32 = 0; |
| 89 | +pub const SO_VM_SOCKETS_BUFFER_MIN_SIZE: u32 = 1; |
| 90 | +pub const SO_VM_SOCKETS_BUFFER_MAX_SIZE: u32 = 2; |
| 91 | +pub const SO_VM_SOCKETS_PEER_HOST_VM_ID: u32 = 3; |
| 92 | +pub const SO_VM_SOCKETS_TRUSTED: u32 = 5; |
| 93 | +pub const SO_VM_SOCKETS_CONNECT_TIMEOUT_OLD: u32 = 6; |
| 94 | +pub const SO_VM_SOCKETS_NONBLOCK_TXRX: u32 = 7; |
| 95 | +pub const SO_VM_SOCKETS_CONNECT_TIMEOUT_NEW: u32 = 8; |
| 96 | +pub const SO_VM_SOCKETS_CONNECT_TIMEOUT: u32 = 6; |
| 97 | +pub const VMADDR_CID_ANY: i32 = -1; |
| 98 | +pub const VMADDR_PORT_ANY: i32 = -1; |
| 99 | +pub const VMADDR_CID_HYPERVISOR: u32 = 0; |
| 100 | +pub const VMADDR_CID_LOCAL: u32 = 1; |
| 101 | +pub const VMADDR_CID_HOST: u32 = 2; |
| 102 | +pub const VMADDR_FLAG_TO_HOST: u32 = 1; |
| 103 | +pub const VM_SOCKETS_INVALID_VERSION: i32 = -1; |
| 104 | +pub const SOL_VSOCK: u32 = 287; |
| 105 | +pub const VSOCK_RECVERR: u32 = 1; |
| 106 | +#[repr(C)] |
| 107 | +#[derive(Copy, Clone)] |
| 108 | +pub union __kernel_sockaddr_storage__bindgen_ty_1 { |
| 109 | +pub __bindgen_anon_1: __kernel_sockaddr_storage__bindgen_ty_1__bindgen_ty_1, |
| 110 | +pub __align: *mut crate::ctypes::c_void, |
| 111 | +} |
0 commit comments