Address structure for vSockets
Fields
family: sa_family_t = AF.VSOCK,
reserved1: u16 = 0,
port: u32,
cid: u32,
flags: u8,
zero: [3]u8 = array_mul,
The total size of this structure should be exactly the same as that of struct sockaddr.
Address structure for vSockets
family: sa_family_t = AF.VSOCK,
reserved1: u16 = 0,
port: u32,
cid: u32,
flags: u8,
zero: [3]u8 = array_mul,
The total size of this structure should be exactly the same as that of struct sockaddr.