Home
last modified time | relevance | path

Searched defs:aAddress (Results 1 – 9 of 9) sorted by relevance

/external/opencore/oscl/oscl/osclio/src/
Doscl_socket.cpp84 OSCL_EXPORT_REF int32 OsclUDPSocket::Bind(OsclNetworkAddress& aAddress) in Bind()
89 OSCL_EXPORT_REF int32 OsclUDPSocket::Join(OsclNetworkAddress& aAddress) in Join()
94 OSCL_EXPORT_REF TPVSocketEvent OsclUDPSocket::BindAsync(OsclNetworkAddress& aAddress, int32 aTimeou… in BindAsync()
121 OsclNetworkAddress& aAddress, in SendTo()
134 OsclNetworkAddress& aAddress, in RecvFrom()
195 OSCL_EXPORT_REF int32 OsclTCPSocket::Bind(OsclNetworkAddress& aAddress) in Bind()
200 OSCL_EXPORT_REF TPVSocketEvent OsclTCPSocket::BindAsync(OsclNetworkAddress& aAddress, int32 aTimeou… in BindAsync()
245 OSCL_EXPORT_REF TPVSocketEvent OsclTCPSocket::Connect(OsclNetworkAddress& aAddress, in Connect()
Doscl_ip_socket.cpp36 int32 OsclIPSocketI::Bind(OsclNetworkAddress &aAddress) in Bind()
50 int32 OsclIPSocketI::Join(OsclNetworkAddress &aAddress) in Join()
Doscl_socket_bind.cpp58 TPVSocketEvent OsclBindMethod::Bind(OsclNetworkAddress& aAddress, in Bind()
72 void OsclBindRequest::Bind(OsclNetworkAddress &aAddress) in Bind()
Doscl_socket_connect.cpp58 TPVSocketEvent OsclConnectMethod::Connect(OsclNetworkAddress& aAddress, in Connect()
72 void OsclConnectRequest::Connect(OsclNetworkAddress &aAddress) in Connect()
Doscl_udp_socket.h95 inline TPVSocketEvent OsclUDPSocketI::BindAsync(OsclNetworkAddress& aAddress, in BindAsync()
113 OsclNetworkAddress& aAddress, in SendTo()
126 OsclNetworkAddress& aAddress, in RecvFrom()
Doscl_socket_send_to.cpp63 OsclNetworkAddress& aAddress, in SendTo()
81 void OsclSendToRequest::SendTo(const uint8* &aPtr, uint32 aLen, OsclNetworkAddress &aAddress) in SendTo()
Doscl_socket_recv_from.cpp59 OsclNetworkAddress &aAddress, in RecvFrom()
81 OsclNetworkAddress& aAddress, uint32 aMultiMax, in RecvFrom()
Doscl_tcp_socket.h156 inline TPVSocketEvent OsclTCPSocketI::BindAsync(OsclNetworkAddress& aAddress, in BindAsync()
188 inline TPVSocketEvent OsclTCPSocketI::Connect(OsclNetworkAddress& aAddress, in Connect()
Doscl_socket_request.h134 OsclNetworkAddress& aAddress, uint32 flags, uint32 aMultiMax in RecvFromParam()