Home
last modified time | relevance | path

Searched defs:tcpopt (Results 1 – 2 of 2) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_util.c16 uint32_t cur_ts, uint8_t *tcpopt, int len) in ParseTCPOptions()
63 struct tcp_timestamp *ts, uint8_t *tcpopt, int len) in ParseTCPTimestamp()
97 uint32_t ack_seq, uint8_t *tcpopt, int len) in ParseSACKOption()
193 PrintTCPOptions(uint8_t *tcpopt, int len) in PrintTCPOptions()
H A Dtcp_out.c69 GenerateTCPTimestamp(tcp_stream *cur_stream, uint8_t *tcpopt, uint32_t cur_ts) in GenerateTCPTimestamp()
81 uint8_t flags, uint8_t *tcpopt, uint16_t optlen) in GenerateTCPOptions()
149 uint8_t *tcpopt; in SendTCPPacketStandalone() local