File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 30
30
#include <nuttx/config.h>
31
31
#include <stdint.h>
32
32
33
+ /****************************************************************************
34
+ * Pre-processor Definitions
35
+ ****************************************************************************/
36
+
37
+ /* Valid packet types for sll_pkttype */
38
+
39
+ #define PACKET_HOST 0 /* To us. */
40
+ #define PACKET_BROADCAST 1 /* To all. */
41
+ #define PACKET_MULTICAST 2 /* To group. */
42
+ #define PACKET_OTHERHOST 3 /* To someone else. */
43
+ #define PACKET_OUTGOING 4 /* Originated by us . */
44
+ #define PACKET_LOOPBACK 5
45
+ #define PACKET_FASTROUTE 6
46
+
33
47
/****************************************************************************
34
48
* Public Types
35
49
****************************************************************************/
You can’t perform that action at this time.
0 commit comments