Home
last modified time | relevance | path

Searched defs:UDP_PAYLOAD (Results 1 – 2 of 2) sorted by relevance

/smoltcp-0.9.1/src/iface/interface/
Dtests.rs318 static UDP_PAYLOAD: [u8; 12] = [ in test_icmp_error_port_unreachable() variable
425 static UDP_PAYLOAD: [u8; 5] = [0x48, 0x65, 0x6c, 0x6c, 0x6f]; in test_handle_udp_broadcast() constant
1274 static UDP_PAYLOAD: [u8; 5] = [0x48, 0x65, 0x6c, 0x6c, 0x6f]; in test_raw_socket_with_udp_socket() constant
/smoltcp-0.9.1/src/socket/
Dicmp.rs610 pub static UDP_PAYLOAD: &[u8] = &[0xff; 10]; constant