Searched refs:ipconfigNETWORK_MTU (Results 1 – 8 of 8) sorted by relevance
224 #define ipconfigNETWORK_MTU 1500U macro
231 #define ipconfigNETWORK_MTU 1200 macro
230 #define ipconfigNETWORK_MTU 1500U macro
234 #define ipconfigNETWORK_MTU 1500U macro
306 if( ( pxNetworkBuffer->xDataLength <= ( ipconfigNETWORK_MTU + ipSIZE_OF_ETH_HEADER ) ) && in xWinPcap_NetworkInterfaceOutput()672 if( ( pkt_header->caplen <= ( ipconfigNETWORK_MTU + ipSIZE_OF_ETH_HEADER ) ) && in pcap_callback()711 uint8_t ucBuffer[ ipconfigNETWORK_MTU + ipSIZE_OF_ETH_HEADER ]; in prvWinPcapSendThread()790 uint8_t ucRecvBuffer[ ipconfigNETWORK_MTU + ipSIZE_OF_ETH_HEADER ]; in prvInterruptSimulatorTask()
247 #define ipconfigNETWORK_MTU 1500U macro
246 #define ipconfigNETWORK_MTU 1500U macro
Completed in 23 milliseconds