]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/Network/Tcp4Dxe/Tcp4Option.c
sync comments, fix function header, rename variable name to follow coding style.
[mirror_edk2.git] / MdeModulePkg / Universal / Network / Tcp4Dxe / Tcp4Option.c
index 4e6570754189b60cc87a31b6c5988d03ca7988c2..95f5a8e44a754655d098607a23898f36f59339e8 100644 (file)
@@ -22,7 +22,6 @@ Abstract:
 \r
 #include "Tcp4Main.h"\r
 \r
-STATIC\r
 UINT16\r
 TcpGetUint16 (\r
   IN UINT8 *Buf\r
@@ -33,18 +32,17 @@ TcpGetUint16 (
   return NTOHS (Value);\r
 }\r
 \r
-STATIC\r
-VOID\r
-TcpPutUint16 (\r
-  IN UINT8  *Buf,\r
-  IN UINT16 Data\r
-  )\r
-{\r
-  Data = HTONS (Data);\r
-  CopyMem (Buf, &Data, sizeof (UINT16));\r
-}\r
+// STATIC\r
+// VOID\r
+// TcpPutUint16 (\r
+//   IN UINT8  *Buf,\r
+//   IN UINT16 Data\r
+//   )\r
+// {\r
+//   Data = HTONS (Data);\r
+//   CopyMem (Buf, &Data, sizeof (UINT16));\r
+// }\r
 \r
-STATIC\r
 UINT32\r
 TcpGetUint32 (\r
   IN UINT8 *Buf\r
@@ -55,7 +53,6 @@ TcpGetUint32 (
   return NTOHL (Value);\r
 }\r
 \r
-STATIC\r
 VOID\r
 TcpPutUint32 (\r
   IN UINT8  *Buf,\r