incubator-nuttx/net/icmp
chao.an 3b69d09c80 net/udp/icmp: correct the unreadchable handling
Reference RFC1122:
https://datatracker.ietf.org/doc/html/rfc1122
----------------------------------------------

4.1.3  SPECIFIC ISSUES

  4.1.3.1  Ports

    If a datagram arrives addressed to a UDP port for which
    there is no pending LISTEN call, UDP SHOULD send an ICMP
    Port Unreachable message.

Signed-off-by: chao.an <anchao@xiaomi.com>
2021-11-26 08:47:54 -06:00
..
Kconfig
Make.defs net/udp/icmp: correct the unreadchable handling 2021-11-26 08:47:54 -06:00
icmp.h net/udp/icmp: correct the unreadchable handling 2021-11-26 08:47:54 -06:00
icmp_conn.c net: Author Gregory Nutt: update licenses to Apache 2021-02-20 00:38:18 -08:00
icmp_input.c
icmp_netpoll.c Include assert.h in necessary place 2021-06-08 13:06:08 -07:00
icmp_poll.c net/can,icmp,icmpv6,tcp,tcp_timer,udp: device should poll only those connections that are bound to the device. 2021-10-11 23:09:00 -07:00
icmp_recvmsg.c net/icmp: fix race condition in icmp recvmsg 2021-06-07 22:17:50 -05:00
icmp_reply.c net/udp/icmp: correct the unreadchable handling 2021-11-26 08:47:54 -06:00
icmp_sendmsg.c net: Rename IP_TTL to IP_TTL_DEFAULT 2021-07-12 16:30:37 -03:00
icmp_sockif.c net/icmp: add nonblocking support 2021-06-07 22:17:50 -05:00