Struct cups_sys::tcphdr
[−]
[src]
#[repr(C)]pub struct tcphdr { pub th_sport: c_ushort, pub th_dport: c_ushort, pub th_seq: tcp_seq, pub th_ack: tcp_seq, pub _bitfield_1: u8, pub th_flags: c_uchar, pub th_win: c_ushort, pub th_sum: c_ushort, pub th_urp: c_ushort, }
Fields
th_sport: c_ushort
th_dport: c_ushort
th_seq: tcp_seq
th_ack: tcp_seq
_bitfield_1: u8
th_flags: c_uchar
th_win: c_ushort
th_sum: c_ushort
th_urp: c_ushort