summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorSreeram Ramachandran <sreeram@google.com>2014-09-10 00:51:22 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-09-10 00:51:22 +0000
commit18d5aa4d5aade35ba24572ee516648688c32fe11 (patch)
tree1d95435817f7a81384c859285e52bbfa18b18b22 /include
parent84e533d7b06de2dfd2a40b577ef22877e0e499af (diff)
parent69052994fd21f2b594295f62e2f867e911e8468d (diff)
downloadcore-18d5aa4d5aade35ba24572ee516648688c32fe11.tar.gz
core-18d5aa4d5aade35ba24572ee516648688c32fe11.tar.bz2
core-18d5aa4d5aade35ba24572ee516648688c32fe11.zip
am 69052994: Merge "Support resetting connections tied to any nonexistent address." into lmp-dev
* commit '69052994fd21f2b594295f62e2f867e911e8468d': Support resetting connections tied to any nonexistent address.
Diffstat (limited to 'include')
-rw-r--r--include/netutils/ifc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/netutils/ifc.h b/include/netutils/ifc.h
index 9a8b282d1..3b272343d 100644
--- a/include/netutils/ifc.h
+++ b/include/netutils/ifc.h
@@ -36,6 +36,7 @@ extern int ifc_disable(const char *ifname);
#define RESET_IPV4_ADDRESSES 0x01
#define RESET_IPV6_ADDRESSES 0x02
+#define RESET_IGNORE_INTERFACE_ADDRESS 0x04
#define RESET_ALL_ADDRESSES (RESET_IPV4_ADDRESSES | RESET_IPV6_ADDRESSES)
extern int ifc_reset_connections(const char *ifname, const int reset_mask);