Lines Matching refs:ucProtocol
207 xSocket.ucProtocol = xProtocol; in test_prvValidSocket_SocketBoundResetButBound()
227 xSocket.ucProtocol = xProtocol + 1; in test_prvValidSocket_InvalidProtocol()
462 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvMakeSureSocketIsBound_TCPProtocol()
477 xSocket.ucProtocol = FREERTOS_IPPROTO_UDP; in test_prvMakeSureSocketIsBound_SocketAlreadyBound()
494 xSocket.ucProtocol = FREERTOS_IPPROTO_UDP; in test_prvMakeSureSocketIsBound_SocketNotBound_BindingFails()
517 xSocket.ucProtocol = FREERTOS_IPPROTO_UDP; in test_prvMakeSureSocketIsBound_SocketNotBound_BindingSuccess()
577 xSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_vSocketBind_TCP()
605 xSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_vSocketBind_TCPNULLAddress()
629 xSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_vSocketBind_RNGFails()
654 xSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_UDP; in test_vSocketBind_NonZeroPortNumber()
684 xSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_UDP; in test_vSocketBind_GotNULLItem()
723 xSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_UDP; in test_vSocketBind_GotANonNULLValue()
757 xSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_vSocketBind_TCPGotAProperValue()
789 xSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_vSocketBind_TCPGotAProperValuePortZero()
862 xSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_vSocketClose_TCP_EverythingNonNULL()
895 xSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_vSocketClose_TCP_LastAckMessageNonNULL()
928 xSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_vSocketClose_TCP_AllFieldsNonNULL()
961 xSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_UDP; in test_vSocketClose_UDP_NoWaitingPackets()
987 xSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_UDP; in test_vSocketClose_UDP_SomeWaitingPackets()
1020 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_ListeningSocketNoChildren()
1039 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren1()
1065 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren2()
1093 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren3()
1123 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_ListeningSocketNonZeroChildren4()
1153 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1162 xChildSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_ListeningSock_HappyPath1()
1194 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1203 xChildSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_ListeningSock_HappyPath2()
1235 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1244 xChildSocket.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_ListeningSock_HappyPath3()
1276 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_NotListeningSock_1()
1306 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_NotListeningSock_2()
1337 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_NotListeningSock_3()
1368 xSocketToDelete.ucProtocol = ( uint8_t ) FREERTOS_IPPROTO_TCP; in test_prvTCPSetSocketCount_NotListeningSock_HappyPath()
1414 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvSockopt_so_buffer_InvalidOption1()
1441 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvSockopt_so_buffer_InvalidOption2()
1463 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvSockopt_so_buffer_InvalidOption3()
1487 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvSockopt_so_buffer_InvalidOption4()
2022 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvTCPConnectStart_SocketAlreadyConnected()
2042 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvTCPConnectStart_SocketNotBound_Success()
2077 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvTCPConnectStart_SocketNotBound_Failure()
2112 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvTCPConnectStart_SocketNotBound_Failure2()
2144 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvTCPConnectStart_SocketBound_Failure()
2175 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvTCPSendCheck_InvalidValues()
2181 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvTCPSendCheck_InvalidValues()
2188 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvTCPSendCheck_InvalidValues()
2225 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvTCPSendCheck_InvalidValues()
2239 xSocket.ucProtocol = FREERTOS_IPPROTO_TCP; in test_prvTCPSendCheck_InvalidValues()