Searched refs:array (Results 1 – 3 of 3) sorted by relevance
57 Finishing: when there are enough packets of all required types, an array is added to the C-source o…
88 the sender protocol address field is declared as an array of 4 bytes
2282 eIPTCPState_t array[] = { eCLOSED, eCLOSE_WAIT, eCLOSING }; in test_prvTCPSendCheck_InvalidValues() local2309 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()