src/internet-stack/ipv4-l4-protocol.h
changeset 3997 a66553c56a8f
parent 3820 c04ecfdce1ef
child 5380 3a8177ed2dda
equal deleted inserted replaced
3996:2277ff80158c 3997:a66553c56a8f
    70                                 Ipv4Address const &source,
    70                                 Ipv4Address const &source,
    71                                 Ipv4Address const &destination,
    71                                 Ipv4Address const &destination,
    72                                 Ptr<Ipv4Interface> incomingInterface) = 0;
    72                                 Ptr<Ipv4Interface> incomingInterface) = 0;
    73 
    73 
    74   /**
    74   /**
    75    * \param icmpSouce the source address of the icmp message
    75    * \param icmpSource the source address of the icmp message
    76    * \param icmpTtl the ttl of the icmp message
    76    * \param icmpTtl the ttl of the icmp message
    77    * \param icmpType the 'type' field of the icmp message
    77    * \param icmpType the 'type' field of the icmp message
    78    * \param icmpCode the 'code' field of the icmp message
    78    * \param icmpCode the 'code' field of the icmp message
    79    * \param icmpInfo extra information dependent on the icmp message
    79    * \param icmpInfo extra information dependent on the icmp message
    80    *        generated by Icmpv4L4Protocol
    80    *        generated by Icmpv4L4Protocol