Home
last modified time | relevance | path

Searched refs:TCP_OPT_NOP (Results 1 – 3 of 3) sorted by relevance

/mOS-networking-stack/core/src/
H A Dtcp_util.c26 } else if (opt == TCP_OPT_NOP) { // no option in ParseTCPOptions()
73 } else if (opt == TCP_OPT_NOP) { // no option in ParseTCPTimestamp()
108 } else if (opt == TCP_OPT_NOP) { // no option in ParseSACKOption()
208 } else if (opt == TCP_OPT_NOP) { // no option in PrintTCPOptions()
H A Dtcp_out.c98 tcpopt[i++] = TCP_OPT_NOP; in GenerateTCPOptions()
99 tcpopt[i++] = TCP_OPT_NOP; in GenerateTCPOptions()
109 tcpopt[i++] = TCP_OPT_NOP; in GenerateTCPOptions()
110 tcpopt[i++] = TCP_OPT_NOP; in GenerateTCPOptions()
117 tcpopt[i++] = TCP_OPT_NOP; in GenerateTCPOptions()
125 tcpopt[i++] = TCP_OPT_NOP; in GenerateTCPOptions()
126 tcpopt[i++] = TCP_OPT_NOP; in GenerateTCPOptions()
194 tcpopt[0] = TCP_OPT_NOP; in SendTCPPacketStandalone()
195 tcpopt[1] = TCP_OPT_NOP; in SendTCPPacketStandalone()
/mOS-networking-stack/core/src/include/
H A Dtcp_in.h99 TCP_OPT_NOP = 1, enumerator