, including all inherited members.
AggregateObject(Ptr< Object > other) | ns3::Object | |
Bind(void) | ns3::UdpSocketImpl | [virtual] |
Bind(const Address &address) | ns3::UdpSocketImpl | [virtual] |
Close(void) | ns3::UdpSocketImpl | [virtual] |
Connect(const Address &address) | ns3::UdpSocketImpl | [virtual] |
ConstructSelf(const AttributeList &attributes) | ns3::ObjectBase | [protected] |
CreateSocket(Ptr< Node > node, TypeId tid) | ns3::Socket | [static] |
Destroy(void) | ns3::UdpSocketImpl | [private] |
Dispose(void) | ns3::Object | |
DoDispose(void) | ns3::Object | [protected, virtual] |
DoSend(Ptr< Packet > p) | ns3::UdpSocketImpl | [private] |
DoSendTo(Ptr< Packet > p, const Address &daddr) | ns3::UdpSocketImpl | [private] |
DoSendTo(Ptr< Packet > p, Ipv4Address daddr, uint16_t dport) | ns3::UdpSocketImpl | [private] |
ERROR_AFNOSUPPORT enum value | ns3::Socket | |
ERROR_AGAIN enum value | ns3::Socket | |
ERROR_BADF enum value | ns3::Socket | |
ERROR_INVAL enum value | ns3::Socket | |
ERROR_ISCONN enum value | ns3::Socket | |
ERROR_MSGSIZE enum value | ns3::Socket | |
ERROR_NOROUTETOHOST enum value | ns3::Socket | |
ERROR_NOTCONN enum value | ns3::Socket | |
ERROR_NOTERROR enum value | ns3::Socket | |
ERROR_OPNOTSUPP enum value | ns3::Socket | |
ERROR_SHUTDOWN enum value | ns3::Socket | |
FinishBind(void) | ns3::UdpSocketImpl | [private] |
ForwardIcmp(Ipv4Address icmpSource, uint8_t icmpTtl, uint8_t icmpType, uint8_t icmpCode, uint32_t icmpInfo) | ns3::UdpSocketImpl | [private] |
ForwardUp(Ptr< Packet > p, Ipv4Address ipv4, uint16_t port) | ns3::UdpSocketImpl | [private] |
GetAggregateIterator(void) const | ns3::Object | |
GetAttribute(std::string name, AttributeValue &value) const | ns3::ObjectBase | |
GetAttributeFailSafe(std::string name, AttributeValue &attribute) const | ns3::ObjectBase | |
GetErrno(void) const | ns3::UdpSocketImpl | [virtual] |
GetInstanceTypeId(void) const | ns3::Object | [virtual] |
GetIpMulticastTtl(void) const | ns3::UdpSocketImpl | [private, virtual] |
GetIpTtl(void) const | ns3::UdpSocketImpl | [private, virtual] |
GetMtuDiscover(void) const | ns3::UdpSocketImpl | [private, virtual] |
GetNode(void) const | ns3::UdpSocketImpl | [virtual] |
GetObject(void) const | ns3::Object | [inline] |
GetObject(TypeId tid) const | ns3::Object | [inline] |
GetRcvBufSize(void) const | ns3::UdpSocketImpl | [private, virtual] |
GetReferenceCount(void) const | ns3::Object | |
GetRxAvailable(void) const | ns3::UdpSocketImpl | [virtual] |
GetSockName(Address &address) const | ns3::UdpSocketImpl | [virtual] |
GetTxAvailable(void) const | ns3::UdpSocketImpl | [virtual] |
GetTypeId(void) | ns3::UdpSocketImpl | [static] |
Listen(void) | ns3::UdpSocketImpl | [virtual] |
m_connected | ns3::UdpSocketImpl | [private] |
m_defaultAddress | ns3::UdpSocketImpl | [private] |
m_defaultPort | ns3::UdpSocketImpl | [private] |
m_deliveryQueue | ns3::UdpSocketImpl | [private] |
m_dropTrace | ns3::UdpSocketImpl | [private] |
m_dummyRxCallback | ns3::UdpSocketImpl | [private] |
m_endPoint | ns3::UdpSocketImpl | [private] |
m_errno | ns3::UdpSocketImpl | [private] |
m_icmpCallback | ns3::UdpSocketImpl | [private] |
m_ipMulticastTtl | ns3::UdpSocketImpl | [private] |
m_ipTtl | ns3::UdpSocketImpl | [private] |
m_mtuDiscover | ns3::UdpSocketImpl | [private] |
m_node | ns3::UdpSocketImpl | [private] |
m_rcvBufSize | ns3::UdpSocketImpl | [private] |
m_rxAvailable | ns3::UdpSocketImpl | [private] |
m_rxCallback | ns3::UdpSocketImpl | [private] |
m_shutdownRecv | ns3::UdpSocketImpl | [private] |
m_shutdownSend | ns3::UdpSocketImpl | [private] |
m_udp | ns3::UdpSocketImpl | [private] |
NotifyConnectionFailed(void) | ns3::Socket | [protected] |
NotifyConnectionRequest(const Address &from) | ns3::Socket | [protected] |
NotifyConnectionSucceeded(void) | ns3::Socket | [protected] |
NotifyConstructionCompleted(void) | ns3::ObjectBase | [protected, virtual] |
NotifyDataRecv(void) | ns3::Socket | [protected] |
NotifyDataSent(uint32_t size) | ns3::Socket | [protected] |
NotifyNewConnectionCreated(Ptr< Socket > socket, const Address &from) | ns3::Socket | [protected] |
NotifySend(uint32_t spaceAvailable) | ns3::Socket | [protected] |
Object() | ns3::Object | |
Object(const Object &o) | ns3::Object | [protected] |
Recv(uint32_t maxSize, uint32_t flags) | ns3::UdpSocketImpl | [virtual] |
ns3::UdpSocket::Recv(void) | ns3::Socket | |
ns3::UdpSocket::Recv(uint8_t *buf, uint32_t size, uint32_t flags) | ns3::Socket | |
RecvFrom(uint32_t maxSize, uint32_t flags, Address &fromAddress) | ns3::UdpSocketImpl | [virtual] |
ns3::UdpSocket::RecvFrom(Address &fromAddress) | ns3::Socket | |
ns3::UdpSocket::RecvFrom(uint8_t *buf, uint32_t size, uint32_t flags, Address &fromAddress) | ns3::Socket | |
Ref(void) const | ns3::Object | [inline] |
Send(Ptr< Packet > p, uint32_t flags) | ns3::UdpSocketImpl | [virtual] |
ns3::UdpSocket::Send(Ptr< Packet > p) | ns3::Socket | |
ns3::UdpSocket::Send(const uint8_t *buf, uint32_t size, uint32_t flags) | ns3::Socket | |
SendTo(Ptr< Packet > p, uint32_t flags, const Address &address) | ns3::UdpSocketImpl | [virtual] |
ns3::UdpSocket::SendTo(const uint8_t *buf, uint32_t size, uint32_t flags, const Address &address) | ns3::Socket | |
SetAcceptCallback(Callback< bool, Ptr< Socket >, const Address & > connectionRequest, Callback< void, Ptr< Socket >, const Address & > newConnectionCreated) | ns3::Socket | |
SetAttribute(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetAttributeFailSafe(std::string name, const AttributeValue &value) | ns3::ObjectBase | |
SetConnectCallback(Callback< void, Ptr< Socket > > connectionSucceeded, Callback< void, Ptr< Socket > > connectionFailed) | ns3::Socket | |
SetDataSentCallback(Callback< void, Ptr< Socket >, uint32_t > dataSent) | ns3::Socket | |
SetIpMulticastTtl(uint32_t ipTtl) | ns3::UdpSocketImpl | [private, virtual] |
SetIpTtl(uint32_t ipTtl) | ns3::UdpSocketImpl | [private, virtual] |
SetMtuDiscover(bool discover) | ns3::UdpSocketImpl | [private, virtual] |
SetNode(Ptr< Node > node) | ns3::UdpSocketImpl | |
SetRcvBufSize(uint32_t size) | ns3::UdpSocketImpl | [private, virtual] |
SetRecvCallback(Callback< void, Ptr< Socket > >) | ns3::Socket | |
SetSendCallback(Callback< void, Ptr< Socket >, uint32_t > sendCb) | ns3::Socket | |
SetUdp(Ptr< UdpL4Protocol > udp) | ns3::UdpSocketImpl | |
ShutdownRecv(void) | ns3::UdpSocketImpl | [virtual] |
ShutdownSend(void) | ns3::UdpSocketImpl | [virtual] |
Socket(void) | ns3::Socket | |
SOCKET_ERRNO_LAST enum value | ns3::Socket | |
SocketErrno enum name | ns3::Socket | |
TraceConnect(std::string name, std::string context, const CallbackBase &cb) | ns3::ObjectBase | |
TraceConnectWithoutContext(std::string name, const CallbackBase &cb) | ns3::ObjectBase | |
TraceDisconnect(std::string name, std::string context, const CallbackBase &cb) | ns3::ObjectBase | |
TraceDisconnectWithoutContext(std::string name, const CallbackBase &cb) | ns3::ObjectBase | |
UdpSocket(void) | ns3::UdpSocket | |
UdpSocketFactory class | ns3::UdpSocketImpl | [friend] |
UdpSocketImpl() | ns3::UdpSocketImpl | |
Unref(void) const | ns3::Object | [inline] |
~Object() | ns3::Object | [virtual] |
~ObjectBase() | ns3::ObjectBase | [virtual] |
~Socket(void) | ns3::Socket | [virtual] |
~UdpSocket(void) | ns3::UdpSocket | [virtual] |
~UdpSocketImpl() | ns3::UdpSocketImpl | [virtual] |