Searched refs:NET_ICMPV6_PACKET_TOO_BIG (Results 1 – 4 of 4) sorted by relevance
147 #define NET_ICMPV6_PACKET_TOO_BIG 2 /* Packet too big */ macro
33 case NET_ICMPV6_PACKET_TOO_BIG: in net_icmpv6_type2str()
2905 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()
533 ret = net_icmpv6_create(ptb_pkt, NET_ICMPV6_PACKET_TOO_BIG, 0); in create_icmpv6_ptb()