Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/ip/
Dicmpv6.h149 #define NET_ICMPV6_PARAM_PROBLEM 4 /* IPv6 header is bad */ macro
Dicmpv6.c37 case NET_ICMPV6_PARAM_PROBLEM: in net_icmpv6_type2str()
299 if (type == NET_ICMPV6_PARAM_PROBLEM) { in net_icmpv6_send_error()
Dipv6.c192 net_icmpv6_send_error(pkt, NET_ICMPV6_PARAM_PROBLEM, in ipv6_drop_on_unknown_option()
832 net_icmpv6_send_error(pkt, NET_ICMPV6_PARAM_PROBLEM, in net_ipv6_input()
Dipv6_fragment.c510 net_icmpv6_send_error(pkt, NET_ICMPV6_PARAM_PROBLEM, in net_ipv6_handle_fragment_hdr()