summaryrefslogtreecommitdiff
path: root/common/framework/com/android/net/module/util/NetworkStackConstants.java
diff options
context:
space:
mode:
authorXiao Ma <xiaom@google.com>2023-09-07 08:43:12 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2023-09-07 08:43:12 +0000
commit102919a2b8b823c0f243131d81df9a89eac50c9f (patch)
tree270419651d6b001f182753f3d5e12bc9b3e4c7aa /common/framework/com/android/net/module/util/NetworkStackConstants.java
parentd702b21514096494b8e136249f49b7fc75896ba6 (diff)
parente22cd536d40844a438aa638d51ae33e85a371823 (diff)
downloadnet-102919a2b8b823c0f243131d81df9a89eac50c9f.tar.gz
Merge "Add IA Address option struct." into main
Diffstat (limited to 'common/framework/com/android/net/module/util/NetworkStackConstants.java')
-rw-r--r--common/framework/com/android/net/module/util/NetworkStackConstants.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/framework/com/android/net/module/util/NetworkStackConstants.java b/common/framework/com/android/net/module/util/NetworkStackConstants.java
index 91491605..f9895c60 100644
--- a/common/framework/com/android/net/module/util/NetworkStackConstants.java
+++ b/common/framework/com/android/net/module/util/NetworkStackConstants.java
@@ -240,6 +240,7 @@ public final class NetworkStackConstants {
public static final int DHCP6_SERVER_PORT = 547;
public static final Inet6Address ALL_DHCP_RELAY_AGENTS_AND_SERVERS =
(Inet6Address) InetAddresses.parseNumericAddress("ff02::1:2");
+ public static final int DHCP6_OPTION_IA_ADDR = 5;
public static final int DHCP6_OPTION_IA_PD = 25;
public static final int DHCP6_OPTION_IAPREFIX = 26;