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()
138 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_ProcessICMPPacket_UnknownICMPPacket()
143 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_ProcessICMPPacket_UnknownICMPPacket()
145 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_ProcessICMPPacket_UnknownICMPPacket()
161 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_ProcessICMPPacket_ICMPEchoReply_NULLData()
166 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_ProcessICMPPacket_ICMPEchoReply_NULLData()
168 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_ProcessICMPPacket_ICMPEchoReply_NULLData()
188 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_ProcessICMPPacket_ICMPEchoReply_ProperData()
194 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_ProcessICMPPacket_ICMPEchoReply_ProperData()
196 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_ProcessICMPPacket_ICMPEchoReply_ProperData()
220 uint8_t ucEthBuffer[ ipconfigTCP_MSS ]; in test_ProcessICMPPacket_ICMPEchoReply_ImproperData()
226 pxNetworkBuffer->xDataLength = ipconfigTCP_MSS; in test_ProcessICMPPacket_ICMPEchoReply_ImproperData()
228 memset( ucEthBuffer, 0, ipconfigTCP_MSS ); in test_ProcessICMPPacket_ICMPEchoReply_ImproperData()