Lines Matching refs:ipconfigTCP_MSS
83 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_ProcessICMPPacket_AllZeroData()
87 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_ProcessICMPPacket_AllZeroData()
89 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_ProcessICMPPacket_AllZeroData()
102 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_ProcessICMPPacket_EchoRequest()
109 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_ProcessICMPPacket_EchoRequest()
111 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_ProcessICMPPacket_EchoRequest()
140 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_ProcessICMPPacket_UnknownICMPPacket()
145 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_ProcessICMPPacket_UnknownICMPPacket()
147 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_ProcessICMPPacket_UnknownICMPPacket()
163 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_ProcessICMPPacket_ICMPEchoReply_NULLData()
168 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_ProcessICMPPacket_ICMPEchoReply_NULLData()
170 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_ProcessICMPPacket_ICMPEchoReply_NULLData()
190 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_ProcessICMPPacket_ICMPEchoReply_ProperData()
196 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_ProcessICMPPacket_ICMPEchoReply_ProperData()
198 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_ProcessICMPPacket_ICMPEchoReply_ProperData()
222 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_ProcessICMPPacket_ICMPEchoReply_ImproperData()
228 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_ProcessICMPPacket_ICMPEchoReply_ImproperData()
230 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_ProcessICMPPacket_ICMPEchoReply_ImproperData()