HomeSort by relevance Sort by last modified time
    Searched refs:Recv (Results 1 - 13 of 13) sorted by null

  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_recv.h 28 Internal implementation of Recv
39 TPVSocketEvent Recv(uint8* &aPtr, uint32 aMaxLen,
70 void Recv(uint8* &aPtr, uint32 aMaxLen);
oscl_socket_recv.cpp 59 TPVSocketEvent OsclRecvMethod::Recv(uint8* &aPtr, uint32 aMaxLen,
65 RecvRequest()->Recv(aPtr, aMaxLen);
77 void OsclRecvRequest::Recv(uint8* &aPtr, uint32 aMaxLen)
88 SocketI()->Recv(*Param(), *this);
oscl_tcp_socket.h 92 inline TPVSocketEvent Recv(uint8* &aPtr, uint32 aMaxLen,
235 inline TPVSocketEvent OsclTCPSocketI::Recv(uint8* &aPtr, uint32 aMaxLen,
238 return (iRecvMethod->Recv(aPtr, aMaxLen, aTimeout));
oscl_socket_imp_base.h 60 virtual void Recv(RecvParam &, OsclSocketRequestAO&) = 0;
oscl_socket_imp_pv.h 75 void Recv(RecvParam &, OsclSocketRequestAO&);
oscl_socket.cpp 289 OSCL_EXPORT_REF TPVSocketEvent OsclTCPSocket::Recv(
293 return iTCPSocket->Recv(aPtr, aMaxLen, aTimeoutMsec);
oscl_socket.h 458 * Recv operation.
595 OSCL_IMPORT_REF TPVSocketEvent Recv(uint8* aPtr, uint32 aMaxLen,
599 * Cancel Recv
601 * This method will cancel any pending Recv operation
602 * on the current socket, causing the Recv to complete
604 * Recv operation, this method will have no effect.
oscl_socket_imp_pv.cpp 171 //send/recv behavior is undefined when socket is
207 inline void OsclSocketI::Recv(RecvParam& param, OsclSocketRequestAO& ao)
211 //send/recv behavior is undefined when socket is
  /external/ppp/pppd/plugins/radius/etc/
dictionary.microsoft 28 ATTRIBUTE MS-MPPE-Recv-Key 17 string Microsoft
dictionary.ascend 265 VALUE Ascend-DBA-Monitor DBA-Transmit-Recv 1
  /external/opencore/nodes/pvclientserversocketnode/src/
pvmf_clientserver_socket_node.cpp     [all...]
  /external/opencore/nodes/pvsocketnode/src/
pvmf_socket_node.cpp     [all...]
  /external/opencore/protocols/rtsp_client_engine/src/
pvrtsp_client_engine_node.cpp 954 return; // for recv success, process is done
    [all...]

Completed in 146 milliseconds