summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/mac_client_priv.h
diff options
context:
space:
mode:
author <Eric.Cheng@Sun.COM>2009-11-09 20:01:32 -0800
committer <Eric.Cheng@Sun.COM>2009-11-09 20:01:32 -0800
commit8d4cf8d8d2965ea43bccdc838f15c18634fee02d (patch)
tree87ace970c3bc9c66d8b1d5fbe22559f3bc858ba4 /usr/src/uts/common/sys/mac_client_priv.h
parentbd9f6899328e19cbb74e3ad02f5c32002285887e (diff)
downloadillumos-gate-8d4cf8d8d2965ea43bccdc838f15c18634fee02d.tar.gz
6890826 DLPI consumers using IP receive only broadcast messages
6888482 failure to initialize link props should not be ignored
Diffstat (limited to 'usr/src/uts/common/sys/mac_client_priv.h')
-rw-r--r--usr/src/uts/common/sys/mac_client_priv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/src/uts/common/sys/mac_client_priv.h b/usr/src/uts/common/sys/mac_client_priv.h
index 6689d20f34..78421a3b80 100644
--- a/usr/src/uts/common/sys/mac_client_priv.h
+++ b/usr/src/uts/common/sys/mac_client_priv.h
@@ -50,6 +50,8 @@ extern "C" {
extern boolean_t mac_rx_bypass_set(mac_client_handle_t, mac_direct_rx_t,
void *);
+extern void mac_rx_bypass_enable(mac_client_handle_t);
+extern void mac_rx_bypass_disable(mac_client_handle_t);
extern const mac_info_t *mac_info(mac_handle_t);
extern boolean_t mac_info_get(const char *, mac_info_t *);