nuttx/net/arp
chao an 8a63d29c6e net/devif_poll: optimize device buffer alloc in txpoll
Allocate the device buffer only if the protocol really need to send data.
not all protocols require the driver to prepare additional iob before
sending, especially UDP, each iob reserves l2/l3 header in advance
after prepare write buffer, net device could reuse this entry to send directly

Signed-off-by: chao an <anchao@xiaomi.com>
2023-01-13 16:41:10 +08:00
..
arp_dump.c
arp_format.c net/devif_poll: optimize device buffer alloc in txpoll 2023-01-13 16:41:10 +08:00
arp_input.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
arp_ipin.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
arp_notify.c net: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08:00
arp_out.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
arp_poll.c net/devif: add common interface to build L2 headers 2022-11-28 14:44:15 +01:00
arp_send.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
arp_table.c net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
arp.h net/arp: Remove nuttx/net/arp.h 2022-12-16 22:10:59 +02:00
Kconfig net/arp: Make NET_ARP(Address Resolution Protocol) configurable 2022-11-21 13:20:55 +08:00
Make.defs net: Rename arp_arpin to arp_input 2022-12-04 20:39:21 +08:00