Searched refs:OnSend (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/hv/
H A Dnetvsc_api.h100 int (*OnSend)(struct hv_device *dev, struct hv_netvsc_packet *packet); member in struct:netvsc_driver
H A Drndis_filter.c259 ret = gRndisFilter.InnerDriver.OnSend(Device->NetDevice->Device, packet);
593 /* ASSERT(Driver->OnSend); */
595 gRndisFilter.InnerDriver.OnSend = Driver->OnSend;
604 Driver->OnSend = RndisFilterOnSend;
863 ret = gRndisFilter.InnerDriver.OnSend(Device, Packet);
H A Dnetvsc_drv.c196 ret = net_drv_obj->OnSend(&net_device_ctx->device_ctx->device_obj,
H A Dnetvsc.c199 driver->OnSend = NetVscOnSend;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleUDPSocket.h89 virtual void OnSend(int errorCode);
H A DClientTCPSocket.h63 void OnSend(int nErrorCode);
H A DEncryptedStreamSocket.h111 virtual void OnSend(int nErrorCode);
H A DEMSocket.h80 virtual void OnSend(int nErrorCode);
H A DEMSocket.cpp416 void CEMSocket::OnSend(int nErrorCode) function in class:CEMSocket
423 CEncryptedStreamSocket::OnSend(0);
H A DMuleUDPSocket.cpp114 void CMuleUDPSocket::OnSend(int errorCode) function in class:CMuleUDPSocket
H A DClientTCPSocket.cpp104 socket->OnSend(0);
1888 void CClientTCPSocket::OnSend(int nErrorCode) function in class:CClientTCPSocket
1891 CEMSocket::OnSend(nErrorCode);
H A DServerSocket.cpp102 socket->OnSend(wxSOCKET_NOERROR);
H A DEncryptedStreamSocket.cpp329 void CEncryptedStreamSocket::OnSend(int) function in class:CEncryptedStreamSocket
333 //printf("Starting connection negotiation on OnSend for %s\n", (const char*) unicode2char(DbgGetIPString()));
H A Damule.cpp1928 socket->OnSend(0);

Completed in 127 milliseconds