Home
last modified time | relevance | path

Searched refs:prvGetPrivatePortNumber (Results 1 – 5 of 5) sorted by relevance

/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/Socket/vSocketBind/ALLOW_ETHERNET_DRIVER_FILTERS_PACKETS/
DvSocketBind_harness.c16 uint16_t prvGetPrivatePortNumber( BaseType_t xProtocol );
18 uint16_t prvGetPrivatePortNumber( BaseType_t xProtocol ) in prvGetPrivatePortNumber() function
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/Socket/vSocketBind/ALLOW_SOCKET_SEND_WITHOUT_BIND/
DvSocketBind_harness.c16 uint16_t prvGetPrivatePortNumber( BaseType_t xProtocol ) in prvGetPrivatePortNumber() function
/FreeRTOS-Plus-TCP-v4.0.0/test/cbmc/proofs/Socket/vSocketBind/DONT_ALLOW_SOCKET_SEND_WITHOUT_BIND/
DvSocketBind_harness.c16 uint16_t prvGetPrivatePortNumber( BaseType_t xProtocol ) in prvGetPrivatePortNumber() function
/FreeRTOS-Plus-TCP-v4.0.0/test/unit-test/FreeRTOS_Sockets/
DFreeRTOS_Sockets_privates_utest.c79 uint16_t prvGetPrivatePortNumber( BaseType_t xProtocol );
1589 usReturn = prvGetPrivatePortNumber( xProtocol ); in test_prvGetPrivatePortNumber_TCP_RNGFails()
1606 usReturn = prvGetPrivatePortNumber( xProtocol ); in test_prvGetPrivatePortNumber_TCP_IPTaskNotReady()
1637 usReturn = prvGetPrivatePortNumber( xProtocol ); in test_prvGetPrivatePortNumber_TCP_Found()
1652 usReturn = prvGetPrivatePortNumber( xProtocol ); in test_prvGetPrivatePortNumber_UDP_RNGFails()
1669 usReturn = prvGetPrivatePortNumber( xProtocol ); in test_prvGetPrivatePortNumber_UDP_IPTaskNotReady()
1700 usReturn = prvGetPrivatePortNumber( xProtocol ); in test_prvGetPrivatePortNumber_UDP_Found()
1727 usReturn = prvGetPrivatePortNumber( xProtocol ); in test_prvGetPrivatePortNumber_UDP_NotFoundAfterAllIterations()
/FreeRTOS-Plus-TCP-v4.0.0/source/
DFreeRTOS_Sockets.c118 static uint16_t prvGetPrivatePortNumber( BaseType_t xProtocol );
1952 … pxAddress->sin_port = prvGetPrivatePortNumber( ( BaseType_t ) pxSocket->ucProtocol ); in vSocketBind()
2956 static uint16_t prvGetPrivatePortNumber( BaseType_t xProtocol ) in prvGetPrivatePortNumber() function