Initializerswift-nio 2.74.0NIOPosix
init
init()
Other members in extension
Type members
Show implementation details (3)
Hide implementation details
init(
) init(source: UInt16, dest: UInt16, seq: UInt32, ack_seq: UInt32, res1: UInt16, doff: UInt16, fin: UInt16, syn: UInt16, rst: UInt16, psh: UInt16, ack: UInt16, urg: UInt16, res2: UInt16, window: UInt16, check: UInt16, urg_ptr: UInt16
) init(th_sport: UInt16, th_dport: UInt16, th_seq: tcp_seq, th_ack: tcp_seq, th_x2: UInt8, th_off: UInt8, th_flags: UInt8, th_win: UInt16, th_sum: UInt16, th_urp: UInt16
)
Instance members
Show implementation details (26)
Hide implementation details
var ack: UInt16
var ack_seq: UInt32
var check: UInt16
var dest: UInt16
var doff: UInt16
var fin: UInt16
var psh: UInt16
var res1: UInt16
var res2: UInt16
var rst: UInt16
var seq: UInt32
var source: UInt16
var syn: UInt16
var th_ack: tcp_seq
var th_dport: UInt16
var th_flags: UInt8
var th_off: UInt8
var th_seq: tcp_seq
var th_sport: UInt16
var th_sum: UInt16
var th_urp: UInt16
var th_win: UInt16
var th_x2: UInt8
var urg: UInt16
var urg_ptr: UInt16
var window: UInt16