SYMBOL INDEX (13 symbols across 2 files) FILE: src/disable_system_pong.rs constant PATH_IPV4 (line 4) | const PATH_IPV4: &str = "/proc/sys/net/ipv4/icmp_echo_ignore_all"; constant PATH_IPV6 (line 5) | const PATH_IPV6: &str = "/proc/sys/net/ipv6/icmp/echo_ignore_all"; type DisableSystemPong (line 8) | pub struct DisableSystemPong { method activate (line 14) | pub fn activate() -> Result { method deactivate (line 53) | pub fn deactivate(&mut self) -> Result<()> { method drop (line 71) | fn drop(&mut self) { FILE: src/main.rs type IcmpSocket (line 18) | type IcmpSocket = UdpSocket; function open_icmp_socket (line 20) | fn open_icmp_socket(ipv6: bool) -> Result { function main (line 47) | fn main() -> Result<()> { type PayloadEncoding (line 162) | enum PayloadEncoding { function parse_payload (line 169) | fn parse_payload(now: Duration, payload: &[u8]) -> Option<(PayloadEncodi... function write_timestamp_into_payload (line 201) | fn write_timestamp_into_payload( function checksum (line 226) | fn checksum(bytes: &[u8]) -> u16 {