Home
last modified time | relevance | path

Searched refs:ICMP_ECHO (Results 1 - 25 of 31) sorted by relevance

12

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dxdping_kern.c140 icmph->type = ICMP_ECHO; in xdping_client()
162 ret = icmp_check(ctx, ICMP_ECHO); in xdping_server()
H A Dtest_cls_redirect.c729 if (icmp.type == ICMP_ECHO) { in process_icmpv4()
H A Dtest_cls_redirect_dynptr.c622 if (icmp.type == ICMP_ECHO) in process_icmpv4()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/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_log_syslog.c382 [ICMP_ECHO] = 4, in dump_ipv4_packet()
421 case ICMP_ECHO: in dump_ipv4_packet()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dicmp.h13 #define ICMP_ECHO 8 macro
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dicmp.h28 #define ICMP_ECHO 8 /* Echo Request */ macro
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dicmp.h27 #define ICMP_ECHO 8 macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dicmp.h27 #define ICMP_ECHO 8 macro
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dicmp.h30 #define ICMP_ECHO 8 /* Echo Request */ macro
/kernel/linux/linux-5.10/net/ipv4/netfilter/
H A Dnf_log_ipv4.c122 [ICMP_ECHO] = 4, in dump_ipv4_packet()
161 case ICMP_ECHO: in dump_ipv4_packet()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_helpers.h84 if (icmp->type != ICMP_ECHO) in __expect_icmp_ipv4()
/kernel/liteos_m/components/net/lwip-2.1/porting/src/
H A Dapi_shell.c370 ICMPH_TYPE_SET(iecho, (u8_t)ICMP_ECHO); in OsPingFunc()
431 ((ICMPH_TYPE(iecho_resp) == ICMP_ECHO) && (iphdr_resp->src.addr == to.sin_addr.s_addr))) { in OsPingFunc()
/kernel/linux/linux-6.6/net/ipv4/
H A Dicmp.c985 * Handle ICMP_ECHO ("ping") and ICMP_EXT_ECHO ("PROBE") requests.
989 * RFC 1122: 3.2.2.6 Data received in the ICMP_ECHO request MUST be
1014 if (icmp_param.data.icmph.type == ICMP_ECHO) in icmp_echo()
1254 * RFC 1122: 3.2.2.6 An ICMP_ECHO to broadcast MAY be in icmp_rcv()
1259 if ((icmph->type == ICMP_ECHO || in icmp_rcv()
1265 if (icmph->type != ICMP_ECHO && in icmp_rcv()
1412 [ICMP_ECHO] = {
H A Dproc.c132 { "Echos", ICMP_ECHO },
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mei/
H A Dnet.c236 match && (icmp->type != ICMP_ECHO || icmp->code != 0)) { in iwl_mei_rx_filter_ipv4()
/kernel/linux/linux-5.10/net/ipv4/
H A Dicmp.c988 * Handle ICMP_ECHO ("ping") requests.
992 * RFC 1122: 3.2.2.6 Data received in the ICMP_ECHO request MUST be
1121 * RFC 1122: 3.2.2.6 An ICMP_ECHO to broadcast MAY be in icmp_rcv()
1126 if ((icmph->type == ICMP_ECHO || in icmp_rcv()
1131 if (icmph->type != ICMP_ECHO && in icmp_rcv()
1276 [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()
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dcmsg_sender.c452 buf[0] = ICMP_ECHO; in main()
/kernel/liteos_a/net/lwip-2.1/enhancement/src/
H A Dapi_shell.c1677 ICMPH_TYPE_SET(iecho, (u8_t)ICMP_ECHO);
1735 ((ICMPH_TYPE(iecho_resp) == ICMP_ECHO) && (iphdr_resp->src.addr == to.sin_addr.s_addr))) {
2042 ICMPH_TYPE_SET(&iecho, (u8_t)ICMP_ECHO);
2100 } else if (ICMPH_TYPE(iecho_resp) == ICMP_ECHO) {
2101 /* If ping self, stack will receive a ICMP_ECHO request message flowing a ICMP_ER reply message,

Completed in 24 milliseconds

12