src/internet-node/udp.h
changeset 568 e1660959ecbb
parent 557 927a5bb6432a
child 607 1b7abeccfcda
equal deleted inserted replaced
567:6fb98941c36f 568:e1660959ecbb
    44   Udp (Ptr<Node> node);
    44   Udp (Ptr<Node> node);
    45   virtual ~Udp ();
    45   virtual ~Udp ();
    46 
    46 
    47   virtual TraceResolver *CreateTraceResolver (TraceContext const &context);
    47   virtual TraceResolver *CreateTraceResolver (TraceContext const &context);
    48 
    48 
    49   Socket *CreateSocket (void);
    49   Ptr<Socket> CreateSocket (void);
    50 
    50 
    51   Ipv4EndPoint *Allocate (void);
    51   Ipv4EndPoint *Allocate (void);
    52   Ipv4EndPoint *Allocate (Ipv4Address address);
    52   Ipv4EndPoint *Allocate (Ipv4Address address);
    53   Ipv4EndPoint *Allocate (uint16_t port);
    53   Ipv4EndPoint *Allocate (uint16_t port);
    54   Ipv4EndPoint *Allocate (Ipv4Address address, uint16_t port);
    54   Ipv4EndPoint *Allocate (Ipv4Address address, uint16_t port);