Searched defs:bcmtcp_hdr (Results 1 – 4 of 4) sorted by relevance
63 BWL_PRE_PACKED_STRUCT struct bcmtcp_hdr struct65 uint16 src_port; /* Source Port Address */66 uint16 dst_port; /* Destination Port Address */67 uint32 seq_num; /* TCP Sequence Number */68 uint32 ack_num; /* TCP Sequence Number */69 uint16 hdrlen_rsvd_flags; /* Header length, reserved bits and flags */70 uint16 tcpwin; /* TCP window */71 uint16 chksum; /* Segment checksum with pseudoheader */72 uint16 urg_ptr; /* Points to seq-num of byte following urg data */
62 BWL_PRE_PACKED_STRUCT struct bcmtcp_hdr { struct63 uint16 src_port; /* Source Port Address */64 uint16 dst_port; /* Destination Port Address */65 uint32 seq_num; /* TCP Sequence Number */66 uint32 ack_num; /* TCP Sequence Number */67 uint16 hdrlen_rsvd_flags; /* Header length, reserved bits and flags */68 uint16 tcpwin; /* TCP window */69 uint16 chksum; /* Segment checksum with pseudoheader */70 uint16 urg_ptr; /* Points to seq-num of byte following urg data */
56 BWL_PRE_PACKED_STRUCT struct bcmtcp_hdr struct58 uint16 src_port; /* Source Port Address */59 uint16 dst_port; /* Destination Port Address */60 uint32 seq_num; /* TCP Sequence Number */61 uint32 ack_num; /* TCP Sequence Number */62 uint16 hdrlen_rsvd_flags; /* Header length, reserved bits and flags */63 uint16 tcpwin; /* TCP window */64 uint16 chksum; /* Segment checksum with pseudoheader */65 uint16 urg_ptr; /* Points to seq-num of byte following urg data */