mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Add iob_copyin()
This commit is contained in:
@@ -47,6 +47,11 @@
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
||||
/* IOB flags */
|
||||
|
||||
#define IOBFLAGS_MCAST (1 << 0) /* Multicast packet */
|
||||
#define IOBFLAGS_VLANTAG (1 << 0) /* VLAN tag is value */
|
||||
|
||||
/****************************************************************************
|
||||
* Public Types
|
||||
****************************************************************************/
|
||||
|
||||
Reference in New Issue
Block a user