]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Labs/Source/FreeRTOS-Plus-TCP/include/FreeRTOS_ARP.h
Sync FreeRTOS-Labs -CLI -TCP -Trace with the version in FreeRTOS-Plus.
[freertos] / FreeRTOS-Labs / Source / FreeRTOS-Plus-TCP / include / FreeRTOS_ARP.h
index 13ba8208970a832313e6385b73bd84f349fb7d2c..166bf3a97b654250ae3bda152534f1648dde0123 100644 (file)
@@ -1,6 +1,6 @@
 /*\r
- * FreeRTOS+TCP 191100 experimental\r
- * Copyright (C) 2018 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
+ * FreeRTOS+TCP V2.2.0\r
+ * Copyright (C) 2017 Amazon.com, Inc. or its affiliates.  All Rights Reserved.\r
  *\r
  * Permission is hereby granted, free of charge, to any person obtaining a copy of\r
  * this software and associated documentation files (the "Software"), to deal in\r
@@ -42,9 +42,9 @@ extern "C" {
 typedef struct xARP_CACHE_TABLE_ROW\r
 {\r
        uint32_t ulIPAddress;           /* The IP address of an ARP cache entry. */\r
-       MACAddress_t xMACAddress;       /* The MAC address of an ARP cache entry. */\r
+       MACAddress_t xMACAddress;  /* The MAC address of an ARP cache entry. */\r
        uint8_t ucAge;                          /* A value that is periodically decremented but can also be refreshed by active communication.  The ARP cache entry is removed if the value reaches zero. */\r
-       uint8_t ucValid;                        /* pdTRUE: xMACAddress is valid, pdFALSE: waiting for ARP reply */\r
+    uint8_t ucValid;                   /* pdTRUE: xMACAddress is valid, pdFALSE: waiting for ARP reply */\r
 } ARPCacheRow_t;\r
 \r
 typedef enum\r