diff options
-rw-r--r-- | sys/net/if.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net/if.h b/sys/net/if.h index c649fca..0133c29 100644 --- a/sys/net/if.h +++ b/sys/net/if.h @@ -212,6 +212,7 @@ struct if_data { #define IFCAP_WOL_UCAST 0x0800 /* wake on any unicast frame */ #define IFCAP_WOL_MCAST 0x1000 /* wake on any multicast frame */ #define IFCAP_WOL_MAGIC 0x2000 /* wake on any Magic Packet */ +#define IFCAP_TOE 0x4000 /* interface can offload TCP */ #define IFCAP_HWCSUM (IFCAP_RXCSUM | IFCAP_TXCSUM) #define IFCAP_TSO (IFCAP_TSO4 | IFCAP_TSO6) |