Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dicmpv4.h21 #define NET_ICMPV4_DST_UNREACH 3 /* Destination unreachable */ macro
Dicmpv4.c772 ret = net_icmp_init_ctx(&dst_unreach_ctx, NET_ICMPV4_DST_UNREACH, 0, in net_icmpv4_init()
775 NET_ERR("Cannot register %s handler (%d)", STRINGIFY(NET_ICMPV4_DST_UNREACH), in net_icmpv4_init()
Dconnection.c548 net_icmpv4_send_error(pkt, NET_ICMPV4_DST_UNREACH, in conn_send_icmp_error()
/Zephyr-latest/tests/net/pmtu/src/
Dmain.c659 ret = net_icmpv4_create(du_pkt, NET_ICMPV4_DST_UNREACH, 0); in create_icmpv4_dest_unreach()