equal
deleted
inserted
replaced
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 |