Home
last modified time | relevance | path

Searched refs:sysctl_icmp_echo_ignore_all (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/net/ipv4/
Dsysctl_net_ipv4.c22 extern int sysctl_icmp_echo_ignore_all;
176 &sysctl_icmp_echo_ignore_all, sizeof(int), 0644, NULL,
Dicmp.c145 int sysctl_icmp_echo_ignore_all; variable
725 if (!sysctl_icmp_echo_ignore_all) { in icmp_echo()