Home
last modified time | relevance | path

Searched refs:ICMP_ECHO (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/netinet/
H A Dip_icmp.h51 #define ICMP_ECHO 8 /* Echo Request */ macro
272 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/netinet/
H A Dip_icmp.h51 #define ICMP_ECHO 8 /* Echo Request */ macro
272 ((type) == ICMP_ECHOREPLY || (type) == ICMP_ECHO \
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_proto_icmp.c46 [ICMP_ECHO] = ICMP_ECHOREPLY + 1,
47 [ICMP_ECHOREPLY] = ICMP_ECHO + 1,
80 [ICMP_ECHO] = 1, in nf_conntrack_icmp_packet()
H A Dnf_nat_proto.c235 case ICMP_ECHO: in icmp_manip_pkt()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/
H A Dxdping_kern.c141 icmph->type = ICMP_ECHO; in xdping_client()
164 ret = icmp_check(ctx, ICMP_ECHO); in xdping_server()
H A Dtest_cls_redirect.c722 if (icmp.type == ICMP_ECHO) { in process_icmpv4()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dicmp.h27 #define ICMP_ECHO 8 /* Echo Request */ macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dicmp.h27 #define ICMP_ECHO 8 /* Echo Request */ macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dicmp.h28 #define ICMP_ECHO 8 /* Echo Request */ macro
/OK3568_Linux_fs/kernel/net/ipv4/netfilter/
H A Dnf_log_ipv4.c122 [ICMP_ECHO] = 4, in dump_ipv4_packet()
161 case ICMP_ECHO: in dump_ipv4_packet()
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dicmp.c1121 if ((icmph->type == ICMP_ECHO || in icmp_rcv()
1126 if (icmph->type != ICMP_ECHO && in icmp_rcv()
1271 [ICMP_ECHO] = {
H A Dproc.c132 { "Echos", ICMP_ECHO },
H A Dping.c473 return (family == AF_INET && type == ICMP_ECHO && code == 0) || in ping_supported()
H A Droute.c3112 icmph->type = ICMP_ECHO; in inet_rtm_getroute_build_skb()
/OK3568_Linux_fs/kernel/net/core/
H A Dflow_dissector.c141 case ICMP_ECHO: in icmp_has_id()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/
H A Ddhd_linux.c27755 if ((icmph->type == ICMP_ECHO) || (icmph->type == ICMP_ECHOREPLY)) {
/OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/
H A Ddhd_linux.c27636 if ((icmph->type == ICMP_ECHO) || (icmph->type == ICMP_ECHOREPLY)) {