Searched refs:dhcp_packet (Results 1 – 2 of 2) sorted by relevance
11 Ok(mut dhcp_packet) => Some(dhcp_repr.emit(&mut dhcp_packet)),
288 let dhcp_packet = match DhcpPacket::new_checked(payload) { in process() localVariable289 Ok(dhcp_packet) => dhcp_packet, in process()295 let dhcp_repr = match DhcpRepr::parse(&dhcp_packet) { in process()