Searched refs:icmpv4_echo_rep (Results 1 – 1 of 1) sorted by relevance
50 static const unsigned char icmpv4_echo_rep[] = { variable130 if (net_pkt_get_len(pkt) != sizeof(icmpv4_echo_rep)) { in handle_reply_msg()345 pkt = net_pkt_alloc_with_buffer(iface, sizeof(icmpv4_echo_rep), in prepare_echo_reply()351 if (net_pkt_write(pkt, icmpv4_echo_rep, sizeof(icmpv4_echo_rep))) { in prepare_echo_reply()