An address for a vsock packet transmitted over USB. Since this library does not implement
policy decisions, it includes all four components of a vsock address pair even though some
may not be appropriate for some situations.
For Connect, Reset, Accept, and Data packets this represents the device side’s address.
Usually this will be a special value representing either that it is simply “the device”,
or zero along with the rest of the cid and port fields to indicate that it’s a control stream
packet. Must be zero for any other packet type.
For Connect, Reset, Accept, and Data packets this represents the host side’s address.
Usually this will be a special value representing either that it is simply “the host”,
or zero along with the rest of the cid and port fields to indicate that it’s a control stream
packet. Must be zero for any other packet type.
For Connect, Reset, Accept, and Data packets this represents the device side’s port.
This must be a valid positive value for any of those packet types, unless all of the cid and
port fields are also zero, in which case it is a control stream packet. Must be zero for any
other packet type.
For Connect, Reset, Accept, and Data packets this represents the host side’s port.
This must be a valid positive value for any of those packet types, unless all of the cid and
port fields are also zero, in which case it is a control stream packet. Must be zero for any
other packet type.