summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/mac_impl.h
diff options
context:
space:
mode:
authorCody Peter Mello <cody.mello@joyent.com>2015-10-27 01:02:59 +0000
committerCody Peter Mello <cody.mello@joyent.com>2015-12-18 18:36:36 +0000
commit380cf6713e8e3430f3066444f5439431ae4a5f1f (patch)
tree0cf527ef7374bdae12e1933ce4985c4704832fb7 /usr/src/uts/common/sys/mac_impl.h
parenta92bddf8b7b9c051ae078b115e9dbaa94b89a5dd (diff)
downloadillumos-joyent-380cf6713e8e3430f3066444f5439431ae4a5f1f.tar.gz
OS-4667 Allow sending from IPv6 SLAAC addresses within a zone using IP spoofing protection
Reviewed by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/uts/common/sys/mac_impl.h')
-rw-r--r--usr/src/uts/common/sys/mac_impl.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/uts/common/sys/mac_impl.h b/usr/src/uts/common/sys/mac_impl.h
index 86ff74fa87..46293b1a74 100644
--- a/usr/src/uts/common/sys/mac_impl.h
+++ b/usr/src/uts/common/sys/mac_impl.h
@@ -885,9 +885,9 @@ extern int mac_protect_set(mac_client_handle_t, mac_resource_props_t *);
extern boolean_t mac_protect_enabled(mac_client_handle_t, uint32_t);
extern int mac_protect_validate(mac_resource_props_t *);
extern void mac_protect_update(mac_resource_props_t *, mac_resource_props_t *);
-extern void mac_protect_update_v6_local_addr(mac_client_impl_t *);
-extern void mac_protect_intercept_dhcp(mac_client_impl_t *, mblk_t *);
-extern void mac_protect_flush_dhcp(mac_client_impl_t *);
+extern void mac_protect_update_mac_token(mac_client_impl_t *);
+extern void mac_protect_intercept_dynamic(mac_client_impl_t *, mblk_t *);
+extern void mac_protect_flush_dynamic(mac_client_impl_t *);
extern void mac_protect_cancel_timer(mac_client_impl_t *);
extern void mac_protect_init(mac_client_impl_t *);
extern void mac_protect_fini(mac_client_impl_t *);