arp

Macro arp 

Source
macro_rules! arp {
    ({$($func:ident => $value:expr), *}, $buf:expr) => { ... };
}