equal
deleted
inserted
replaced
400 * |
400 * |
401 * Called from lower-level layers to send the packet up |
401 * Called from lower-level layers to send the packet up |
402 * in the stack. |
402 * in the stack. |
403 */ |
403 */ |
404 virtual enum IpL4Protocol::RxStatus Receive (Ptr<Packet> p, |
404 virtual enum IpL4Protocol::RxStatus Receive (Ptr<Packet> p, |
405 Ipv4Header const &header, |
405 Ipv4Header const &header, |
406 Ptr<Ipv4Interface> incomingInterface); |
406 Ptr<Ipv4Interface> incomingInterface); |
407 |
407 |
408 /** |
408 /** |
409 * \param p packet to forward up |
409 * \param p packet to forward up |
410 * \param src source IPv6 address |
410 * \param src source IPv6 address |
411 * \param dst destination IPv6 address |
411 * \param dst destination IPv6 address |