OSDN Git Service

Move UidRange aidl to create a native cpp version
[android-x86/system-netd.git] / server / ResponseCode.h
index 054939d..19d76c3 100644 (file)
@@ -29,6 +29,7 @@ public:
     static const int TetherDnsFwdTgtListResult = 112;
     static const int TtyListResult             = 113;
     static const int TetheringStatsListResult  = 114;
+    static const int TetherDnsFwdNetIdResult   = 115;
 
     // 200 series - Requested action has been successfully completed
     static const int CommandOkay               = 200;
@@ -45,8 +46,6 @@ public:
     static const int TetheringStatsResult      = 221;
     static const int DnsProxyQueryResult       = 222;
     static const int ClatdStatusResult         = 223;
-    static const int InterfaceGetMtuResult     = 224;
-    static const int GetMarkResult             = 225;
 
     // 400 series - The command was accepted but the requested action
     // did not take place.
@@ -78,5 +77,6 @@ public:
     static const int InterfaceAddressChange         = 614;
     static const int InterfaceDnsInfo               = 615;
     static const int RouteChange                    = 616;
+    static const int StrictCleartext                = 617;
 };
 #endif