Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dicmpv6.h147 #define NET_ICMPV6_PACKET_TOO_BIG 2 /* Packet too big */ macro
Dicmpv6.c33 case NET_ICMPV6_PACKET_TOO_BIG: in net_icmpv6_type2str()
Dipv6_nbr.c2905 ret = net_icmp_init_ctx(&ptb_ctx, NET_ICMPV6_PACKET_TOO_BIG, 0, handle_ptb_input); in net_ipv6_nbr_init()
2907 NET_ERR("Cannot register %s handler (%d)", STRINGIFY(NET_ICMPV6_PACKET_TOO_BIG), in net_ipv6_nbr_init()
/Zephyr-latest/tests/net/pmtu/src/
Dmain.c533 ret = net_icmpv6_create(ptb_pkt, NET_ICMPV6_PACKET_TOO_BIG, 0); in create_icmpv6_ptb()