Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/icmpv4/src/
Dmain.c59 static const unsigned char icmpv4_echo_req_opt[] = { variable
265 payload_len = sizeof(icmpv4_echo_req_opt) - in verify_echo_reply_with_opts()
277 if (memcmp(buf, icmpv4_echo_req_opt + in verify_echo_reply_with_opts()
370 pkt = net_pkt_alloc_with_buffer(iface, sizeof(icmpv4_echo_req_opt), in prepare_echo_request_with_options()
376 if (net_pkt_write(pkt, icmpv4_echo_req_opt, in prepare_echo_request_with_options()
377 sizeof(icmpv4_echo_req_opt))) { in prepare_echo_request_with_options()