nuttx/net/devif
chao.an ab148bc69f net/ip: do not drop the udp packet from IP layer
this change to support receive the udp data from the specified
port without obtaining the address.

e.g: disable the Bootstrap flag on dhcpc handshake

Reference:
RFC1542: Clarifications and Extensions for the Bootstrap Protocol.

Signed-off-by: chao.an <anchao@xiaomi.com>
2021-01-30 16:04:39 -08:00
..
devif_callback.c net/devif/devif_callback.c: remove harmful debug check 2020-10-26 14:19:01 -03:00
devif_cansend.c net: Add SocketCAN support 2020-06-15 08:07:19 -06:00
devif_forward.c This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. 2018-07-04 14:10:40 -06:00
devif_initialize.c tcp: Remove incomplete support for TCP reassembly 2020-12-09 07:25:26 -08:00
devif_iobsend.c Remove exra whitespace from files (#189) 2020-01-31 09:24:49 -06:00
devif_loopback.c Change all files come from Xiaomi/Pinecone to Apache License 2.0 2020-08-22 17:37:21 -06:00
devif_pktsend.c This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. 2018-07-04 14:10:40 -06:00
devif_poll.c net/: Correct some comments. 2021-01-15 16:23:12 -05:00
devif_send.c This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE. 2018-07-04 14:10:40 -06:00
devif.h tcp: Remove incomplete support for TCP reassembly 2020-12-09 07:25:26 -08:00
ipv4_input.c net/ip: do not drop the udp packet from IP layer 2021-01-30 16:04:39 -08:00
ipv6_input.c net/ip: do not drop the udp packet from IP layer 2021-01-30 16:04:39 -08:00
Make.defs net: Add SocketCAN support 2020-06-15 08:07:19 -06:00