Lines Matching defs:xSocket

83 static void vUserCallbackLocal( FreeRTOS_Socket_t * xSocket )  in vUserCallbackLocal()
122 static BaseType_t xLocalReceiveCallback( Socket_t xSocket, in xLocalReceiveCallback()
232 Socket_t xSocket; in test_FreeRTOS_socket_SockSizeFailure() local
248 Socket_t xSocket; in test_FreeRTOS_socket_SockSizeFailure_SockDependent() local
265 Socket_t xSocket; in test_FreeRTOS_socket_NoMemory() local
286 Socket_t xSocket; in test_FreeRTOS_socket_EventGroupCreationFailed() local
312 Socket_t xSocket; in test_FreeRTOS_socket_TCPSocket_ProtocolDependent() local
357 Socket_t xSocket; in test_FreeRTOS_socket_TCPSocket() local
402 Socket_t xSocket; in test_FreeRTOS_socket_UDPSocket() local
441 Socket_t xSocket; in test_FreeRTOS_socket_UDPSocket_ProtocolDependent() local
558 Socket_t xSocket = NULL; in test_FreeRTOS_FD_SET_CatchAssert1() local
571 Socket_t xSocket = ucSocket; in test_FreeRTOS_FD_SET_CatchAssert2() local
585 Socket_t xSocket = ucSocket; in test_FreeRTOS_FD_SET_NoBitsToSet() local
604 Socket_t xSocket = ucSocket; in test_FreeRTOS_FD_SET_AllBitsToSet() local
625 Socket_t xSocket = NULL; in test_FreeRTOS_FD_CLR_CatchAssert1() local
638 Socket_t xSocket = ucSocket; in test_FreeRTOS_FD_CLR_CatchAssert2() local
652 Socket_t xSocket = ucSocket; in test_FreeRTOS_FD_CLR_NoBitsToClear() local
674 Socket_t xSocket = ucSocket; in test_FreeRTOS_FD_CLR_AllBitsToClear() local
694 Socket_t xSocket = NULL; in test_FreeRTOS_FD_ISSET_CatchAssert1() local
707 Socket_t xSocket = ucSocket; in test_FreeRTOS_FD_ISSET_CatchAssert2() local
721 Socket_t xSocket = ucSocket; in test_FreeRTOS_FD_ISSET_SocketSetDifferent() local
740 Socket_t xSocket = ucSocket; in test_FreeRTOS_FD_ISSET_SocketSetSame() local
885 Socket_t xSocket; in test_FreeRTOS_bind_catchAssert() local
900 Socket_t xSocket = NULL; in test_FreeRTOS_bind_SocketIsNULL() local
917 Socket_t xSocket = FREERTOS_INVALID_SOCKET; in test_FreeRTOS_bind_SocketIsInvalid() local
934 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_bind_SocketIsAlreadyBound() local
953 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_bind_SendToIPTaskFailed() local
975 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_bind_IPTaskDidNotBindTheSocket() local
1001 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_bind_NonNullAddress() local
1027 Socket_t xSocket = NULL; in test_FreeRTOS_closesocket_NULLSocket() local
1040 Socket_t xSocket = ( Socket_t ) ( uintptr_t ) FREERTOS_INVALID_SOCKET; in test_FreeRTOS_closesocket_InvalidSocket() local
1053 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_closesocket_TCPSocketSendFail() local
1076 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_closesocket_TCPSocketSendPass() local
1099 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_closesocket_UDPSocketSendFail() local
1121 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_closesocket_UDPSocketSendPass() local
1143 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_closesocket_UnknownProtocol() local
1161 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_NULLSocket() local
1177 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_InvalidSocket() local
1193 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_RecvTimeOut() local
1212 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SendTimeOut() local
1232 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SendTimeOutUDP() local
1254 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SendTimeOutUDPMoreBockingTime() local
1276 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_UDPMaxRxPackets() local
1298 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_UDPMaxRxPacketsNonUDPSock() local
1320 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_UDPChkSumNULL() local
1343 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_UDPChkSum() local
1365 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_TCPConnInvalidProtocol() local
1386 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_TCPConnSuccess() local
1410 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_TCPRecvInvalidProtocol() local
1431 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_TCPRecvSuccess() local
1455 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_TCPSendInvalidProtocol() local
1476 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_TCPSendSuccess() local
1500 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_UDPRecvInvalidProtocol() local
1521 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_UDPRecvSuccess() local
1545 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_UDPSendInvalidProtocol() local
1566 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_UDPSendSuccess() local
1590 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SetSemaphore() local
1610 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_WakeUpCallback() local
1630 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SetLowHighWaterInvalidProtocol() local
1651 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SetLowHighWaterInvalidValues1() local
1675 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SetLowHighWaterInvalidValues2() local
1699 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SetLowHighWaterInvalidValues3() local
1724 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SetLowHighWaterHappyPath() local
1751 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SendBuff() local
1777 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_RecvBuff() local
1800 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_WinPropsInvalidProtocol() local
1821 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_WinPropsInvalidTxStream() local
1843 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_WinPropsInvalidRxStream() local
1870 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_WinPropsTCPWinNotInit() local
1900 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_WinPropsTCPWinInit() local
1932 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_ReUseListenSock_InvalidProtocol() local
1954 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_ReUseListenSock_Set() local
1976 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_ReUseListenSock_Reset() local
1999 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SockClose_InvalidProtocol() local
2020 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SockClose_Set() local
2042 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SockClose_Reset() local
2065 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SetFullSize_InvalidProtocol() local
2086 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SetFullSize_Set() local
2108 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SetFullSize_Reset_StateIncorrect() local
2133 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SetFullSize_Reset_StateCorrect() local
2158 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_SetFullSize_Reset_HappyPath() local
2187 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_StopRx_InvalidProtocol() local
2210 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_StopRx_Set() local
2236 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_StopRx_Reset() local
2263 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_setsockopt_InvalidOption() local
2615 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_GetLocalAddress() local
2637 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_connect_SocketValuesNULL() local
2654 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_connect_InvalidValues() local
2689 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_connect_NonBlocking() local
2712 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_connect_Timeout() local
2748 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_connect_SocketClosed() local
2812 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_GetRemoteAddress_InvalidProtocol() local
2829 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_GetRemoteAddress_HappyPath() local
2852 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_maywrite_InvalidValues() local
2891 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_maywrite_HappyPath() local
2928 FreeRTOS_Socket_t xSocket, xSocket2; in test_vTCPNetStat_IPStackInit() local
2979 FreeRTOS_Socket_t xSocket, xSocket2, xSocket3, xSocket4; in test_vSocketSelect_UDPSocketsOnly() local
3038 FreeRTOS_Socket_t xSocket[ 9 ], xPeerSocket, xPeerSocket1; in test_vSocketSelect_TCPSocketsOnly() local
3177 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_SignalSocket_InvalidSocket() local
3194 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_SignalSocket_NonNULLEventGroup() local
3216 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_SignalSocket_NonNULLSelectGroup() local
3237 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_SignalSocketFromISR_catchAsserts() local
3259 FreeRTOS_Socket_t xSocket; in test_FreeRTOS_SignalSocketFromISR_HappyPath() local