diff options
Diffstat (limited to 'include/device')
-rw-r--r-- | include/device/net_status.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/device/net_status.h b/include/device/net_status.h index 5131ef5..9ab95b9 100644 --- a/include/device/net_status.h +++ b/include/device/net_status.h @@ -72,6 +72,7 @@ struct net_status { #define NET_DSTADDR (('n'<<16) + 3) +#define NET_FLAGS (('n'<<16) + 4) /* * Input packet filter definition |