Searched refs:TCP_OPT_NOP (Results 1 – 3 of 3) sorted by relevance
26 } 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()
98 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()
99 TCP_OPT_NOP = 1, enumerator