Home
last modified time | relevance | path

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

/FreeRTOS-Plus-TCP-v4.0.0/tools/tcp_utilities/
Dtcp_dump_packets.md57 Finishing: when there are enough packets of all required types, an array is added to the C-source o…
/FreeRTOS-Plus-TCP-v4.0.0/
DMISRA.md88 the sender protocol address field is declared as an array of 4 bytes
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_privates_utest.c2282 eIPTCPState_t array[] = { eCLOSED, eCLOSE_WAIT, eCLOSING }; in test_prvTCPSendCheck_InvalidValues() local
2309 for( unsigned int i = 0; i < sizeof( array ) / sizeof( eIPTCPState_t ); i++ ) in test_prvTCPSendCheck_InvalidValues()
2311 xSocket.u.xTCP.eTCPState = array[ i ]; in test_prvTCPSendCheck_InvalidValues()