macro_rules! icmp_echo_reply {
    ($args:tt, $payload_pkt:expr, $proto:expr, $buf:expr) => { ... };
    ($args:tt, $buf:expr) => { ... };
}