Home
last modified time | relevance | path

Searched refs:NotifyDataSent (Results 1 – 13 of 13) sorted by relevance

/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/model/
H A Dudp-socket-impl.cc598 NotifyDataSent (p->GetSize ()); in DoSendTo()
608 NotifyDataSent (p->GetSize ()); in DoSendTo()
644 NotifyDataSent (p->GetSize ()); in DoSendTo()
746 NotifyDataSent (p->GetSize ()); in DoSendTo()
766 NotifyDataSent (p->GetSize ()); in DoSendTo()
H A Dipv4-raw-socket-impl.cc305 NotifyDataSent (pktSize); in SendTo()
351 NotifyDataSent (pktSize); in SendTo()
H A Dipv6-raw-socket-impl.cc288 NotifyDataSent (pktSize); in SendTo()
H A Dnsc-tcp-socket-impl.cc713 Simulator::ScheduleNow (&NscTcpSocketImpl::NotifyDataSent, this, ret); in SendPendingData()
H A Dtcp-socket-base.cc3164 Simulator::ScheduleNow (&TcpSocketBase::NotifyDataSent, this, in SendDataPacket()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/model/
H A Dsocket.h1039 void NotifyDataSent (uint32_t size);
H A Dsocket.cc285 Socket::NotifyDataSent (uint32_t size) in NotifyDataSent() function in ns3::Socket
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/test/
H A Dtcp-ecn-test.cc371 Simulator::ScheduleNow (&TcpSocketCongestedRouter::NotifyDataSent, this, in SendDataPacket()
H A Dtcp-dctcp-test.cc463 Simulator::ScheduleNow (&TcpDctcpCongestedRouter::NotifyDataSent, this, in SendDataPacket()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/network/utils/
H A Dpacket-socket.cc370 NotifyDataSent (pktSize); in SendTo()
/dports/net/ns3/ns-allinone-3.35/ns-3.35/src/internet/doc/
H A Dudp.rst177 *NotifyDataSent*: *SetDataSentCallback*
H A Dtcp.rst365 *NotifyDataSent*: *SetDataSentCallback*
/dports/net/ns3/ns-allinone-3.35/ns-3.35/
H A DRELEASE_NOTES1531 - Bug 2053 - In tcp-socket-base.cc, NotifyDataSent incorrectly called with retransmits