Function shadow_rs::cshadow::packet_setTCP

source ยท
pub unsafe extern "C-unwind" fn packet_setTCP(
    packet: *mut Packet,
    flags: ProtocolTCPFlags,
    sourceIP: in_addr_t,
    sourcePort: in_port_t,
    destinationIP: in_addr_t,
    destinationPort: in_port_t,
    sequence: guint,
)