Searched refs:prvMakeSureSocketIsBound (Results 1 – 2 of 2) sorted by relevance
72 BaseType_t prvMakeSureSocketIsBound( FreeRTOS_Socket_t * pxSocket );445 xResult = prvMakeSureSocketIsBound( NULL ); in test_prvMakeSureSocketIsBound_NULLSocket()460 xResult = prvMakeSureSocketIsBound( &xSocket ); in test_prvMakeSureSocketIsBound_TCPProtocol()477 xResult = prvMakeSureSocketIsBound( &xSocket ); in test_prvMakeSureSocketIsBound_SocketAlreadyBound()500 xResult = prvMakeSureSocketIsBound( &xSocket ); in test_prvMakeSureSocketIsBound_SocketNotBound_BindingFails()527 xResult = prvMakeSureSocketIsBound( &xSocket ); in test_prvMakeSureSocketIsBound_SocketNotBound_BindingSuccess()
227 static BaseType_t prvMakeSureSocketIsBound( FreeRTOS_Socket_t * pxSocket );1370 static BaseType_t prvMakeSureSocketIsBound( FreeRTOS_Socket_t * pxSocket ) in prvMakeSureSocketIsBound() function1637 if( prvMakeSureSocketIsBound( pxSocket ) == pdTRUE ) in FreeRTOS_sendto()