Searched refs:pvPtr (Results 1 – 2 of 2) sorted by relevance
3489 void * pvPtr; in test_CastingFunctions() local3491 const IPPacket_t * pxIPPacket = ( ( const IPPacket_t * ) pvPtr ); in test_CastingFunctions()3492 const IPHeader_t * pxIPHeader = ( ( const IPHeader_t * ) pvPtr ); in test_CastingFunctions()3493 const TCPPacket_t * pxConstTCPPacket = ( ( const TCPPacket_t * ) pvPtr ); in test_CastingFunctions()3494 TCPPacket_t * pxTCPPacket = ( ( TCPPacket_t * ) pvPtr ); in test_CastingFunctions()3495 ProtocolPacket_t * pxProtPacket = ( ( ProtocolPacket_t * ) pvPtr ); in test_CastingFunctions()3496 const ProtocolPacket_t * pxConstProtPacket = ( ( const ProtocolPacket_t * ) pvPtr ); in test_CastingFunctions()3497 const SocketSelect_t * pxSockSelPtr = ( ( const SocketSelect_t * ) pvPtr ); in test_CastingFunctions()3498 … const SocketSelectMessage_t * pxConstSockSelMsgPtr = ( ( const SocketSelectMessage_t * ) pvPtr ); in test_CastingFunctions()3499 SocketSelectMessage_t * pxSockSelMsgPtr = ( ( SocketSelectMessage_t * ) pvPtr ); in test_CastingFunctions()[all …]
358 const void * pvPtr; /**< THe void pointer. */ member373 intPtr.pvPtr = pvPointer; in void_ptr_to_uintptr()