netd: Add skelaton support for throttling

Change-Id: I361f3c4ac30f7bb6efe4ed703405f0e843b075b4
Signed-off-by: San Mehat <san@google.com>
diff --git a/ResponseCode.h b/ResponseCode.h
index 9e52cec..320b6a4 100644
--- a/ResponseCode.h
+++ b/ResponseCode.h
@@ -29,13 +29,17 @@
 
 
     // 200 series - Requested action has been successfully completed
-    static const int CommandOkay              = 200;
-    static const int TetherStatusResult       = 210;
-    static const int IpFwdStatusResult        = 211;
-    static const int PanStatusResult          = 212;
-    static const int InterfaceGetCfgResult    = 213;
-    static const int SoftapStatusResult       = 214;
-    static const int UsbRNDISStatusResult     = 215;
+    static const int CommandOkay               = 200;
+    static const int TetherStatusResult        = 210;
+    static const int IpFwdStatusResult         = 211;
+    static const int PanStatusResult           = 212;
+    static const int InterfaceGetCfgResult     = 213;
+    static const int SoftapStatusResult        = 214;
+    static const int UsbRNDISStatusResult      = 215;
+    static const int InterfaceRxCounterResult  = 216;
+    static const int InterfaceTxCounterResult  = 217;
+    static const int InterfaceRxThrottleResult = 218;
+    static const int InterfaceTxThrottleResult = 219;
 
     // 400 series - The command was accepted but the requested action
     // did not take place.