Lines Matching refs:uint32_t

69 GenerateTCPTimestamp(tcp_stream *cur_stream, uint8_t *tcpopt, uint32_t cur_ts)  in GenerateTCPTimestamp()
71 uint32_t *ts = (uint32_t *)(tcpopt + 2); in GenerateTCPTimestamp()
80 GenerateTCPOptions(tcp_stream *cur_stream, uint32_t cur_ts, in GenerateTCPOptions()
143 uint32_t saddr, uint16_t sport, uint32_t daddr, uint16_t dport, in SendTCPPacketStandalone()
144 uint32_t seq, uint32_t ack_seq, uint16_t window, uint8_t flags, in SendTCPPacketStandalone()
146 uint32_t cur_ts, uint32_t echo_ts, uint16_t ip_id, int8_t in_ifidx) in SendTCPPacketStandalone()
150 uint32_t *ts; in SendTCPPacketStandalone()
192 ts = (uint32_t *)(tcpopt + 4); in SendTCPPacketStandalone()
248 uint32_t cur_ts, uint8_t flags, uint8_t *payload, uint16_t payloadlen) in SendTCPPacket()
253 uint32_t window32 = 0; in SendTCPPacket()
415 FlushTCPSendingBuffer(mtcp_manager_t mtcp, tcp_stream *cur_stream, uint32_t cur_ts) in FlushTCPSendingBuffer()
418 const uint32_t maxlen = sndvar->mss - CalculateOptionLength(TCP_FLAG_ACK); in FlushTCPSendingBuffer()
420 uint32_t buffered_len; in FlushTCPSendingBuffer()
421 uint32_t seq; in FlushTCPSendingBuffer()
424 uint32_t window; in FlushTCPSendingBuffer()
515 SendControlPacket(mtcp_manager_t mtcp, tcp_stream *cur_stream, uint32_t cur_ts) in SendControlPacket()
573 struct mtcp_sender *sender, uint32_t cur_ts, int thresh) in WriteTCPControlList()
623 struct mtcp_sender *sender, uint32_t cur_ts, int thresh) in WriteTCPDataList()
713 struct mtcp_sender *sender, uint32_t cur_ts, int thresh) in WriteTCPACKList()
839 AddtoControlList(mtcp_manager_t mtcp, tcp_stream *cur_stream, uint32_t cur_ts) in AddtoControlList()
947 tcp_stream *cur_stream, uint32_t cur_ts, uint8_t opt) in EnqueueACK()