Searched defs:RecvFrom (Results 1 - 4 of 4) sorted by relevance

/external/opencore/oscl/oscl/osclio/src/
H A Doscl_socket_recv_from.cpp58 TPVSocketEvent OsclRecvFromMethod::RecvFrom(uint8* &aPtr, uint32 aMaxLen, function in class:OsclRecvFromMethod
68 RecvFromRequest()->RecvFrom(aPtr, aMaxLen, aAddress, aMultiMax, aPacketLen, aPacketSource);
80 void OsclRecvFromRequest::RecvFrom(uint8* &aPtr, uint32 aMaxLen, function in class:OsclRecvFromRequest
98 SocketI()->RecvFrom(*Param(), *this);
H A Doscl_udp_socket.h56 inline TPVSocketEvent RecvFrom(uint8* &aPtr, uint32 aMaxLen,
125 inline TPVSocketEvent OsclUDPSocketI::RecvFrom(uint8* &aPtr, uint32 aMaxLen, function in class:OsclUDPSocketI
131 return (iRecvFromMethod->RecvFrom(aPtr, aMaxLen, aAddress, aTimeoutMsec, aMultiMax, aPacketLen, aPacketSource));
H A Doscl_socket.cpp132 OSCL_EXPORT_REF TPVSocketEvent OsclUDPSocket::RecvFrom( function in class:OsclUDPSocket
140 return iUDPSocket->RecvFrom(aPtr, aMaxLen, aAddress, aTimeoutMsec, aMultiMaxLen, aPacketLen, aPacketSource);
H A Doscl_socket_imp_pv.cpp229 inline void OsclSocketI::RecvFrom(RecvFromParam &param, OsclSocketRequestAO& ao) function in class:OsclSocketI

Completed in 10 milliseconds