Searched refs:IPV4_ADDRESS_SIZE (Results 1 – 1 of 1) sorted by relevance
20 const IPV4_ADDRESS_SIZE: usize = 7; constant69 if buffer.len() < IPV4_ADDRESS_SIZE { in decode()203 let mut buffer = vec![0u8; IPV4_ADDRESS_SIZE - 1]; in test_encode_ipv4_with_short_buffer()