/* Copy the remaining payload to the response - echo requests should echo back any sent data */
                memmove(&((uint8_t*)OutDataStart)[sizeof(ICMP_Header_t)],
                        &((uint8_t*)InDataStart)[sizeof(ICMP_Header_t)],
                /* Copy the remaining payload to the response - echo requests should echo back any sent data */
                memmove(&((uint8_t*)OutDataStart)[sizeof(ICMP_Header_t)],
                        &((uint8_t*)InDataStart)[sizeof(ICMP_Header_t)],