::
ethernet::
arp::
Struct
ArpRx
pub struct ArpRx {
inner:
Option
<
ArpPacket
>,
}
Implementations
impl
ArpRx
fn
into_replies
(self, self_mac:
MacAddr
, self_ip:
IpAddr
) ->
Option
<
ArpPacket
>
fn
watch_for_ip
(self, expected_ip:
IpAddr
) ->
Option
<
ArpPacket
>